#8F1D38

Color #8F1D38 Shiraz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shiraz #8F1D38

Tints of Shiraz #8F1D38

Color information

#8F1D38 (or 0x8F1D38) is unknown color: approx Shiraz. HEX triplet: 8F, 1D and 38. RGB value is (143,29,56). Sum of RGB (Red+Green+Blue) = 143+29+56=228 (30% of max value = 765). Red value is 143 (56.25% from 255 or 62.72% from 228); Green value is 29 (11.72% from 255 or 12.72% from 228); Blue value is 56 (22.27% from 255 or 24.56% from 228); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1D38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F1D38 is #70E2C7. Grayscale: #424242. Windows color (decimal): -7398088 or 3677583. OLE color: 3677583.

HSL color Cylindrical-coordinate representation of color #8F1D38: hue angle of 345.79º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8F1D38 is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.44.

Color convert

RGB1432956-
CMYK00.800.610.44
HSL345.79º66.28%33.73%-
HSV(B)345.79º79.72%56.08%-
XYZ12.4874.44-
YUV66.16122.27182.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 143 (56.25% from 255) = 62.72%
GREEN value IS 29 (11.72% from 255) = 12.72%
BLUE value IS 56 (22.27% from 255) = 24.56%
R=62.72%
G=12.72%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.61
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143295600.800.610.44345.7966.2833.73
Hex8F1D380503D2C15a4222
Octal21735700120755453210242
Binary1000111111101111000010100001111011011001010110101000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F1D38; }

 p { color: rgb(143,29,56); }

 H1.HeaderClassName
 {
   color: #8F1D38;
 }
 .AnyTagClassName
 {
   color: #8F1D38;
 }
</style>
background-color css

<style>
 a { background-color: #8F1D38; }

 a { background-color: rgb(143,29,56); }

 div.DivClassName
 {
   background-color: #8F1D38;
 }
 .BgClassName
 {
   background-color: #8F1D38;
 }
</style>
border-color css

<style>
 span { border-color: #8F1D38; }

 span { border-color: rgb(143,29,56); }

 td.TdClassName
 {
   border-color: #8F1D38;
 }
 .TagClassName
 {
   border-color: #8F1D38;
 }
</style>