Shades of Shiraz #8F142F
Tints of Shiraz #8F142F
RGB
CMYK
RGB Variations
Color information
#8F142F (or 0x8F142F) is known color: Shiraz. HEX triplet: 8F, 14 and 2F. RGB value is (143,20,47). Sum of RGB (Red+Green+Blue) = 143+20+47=210 (27% of max value = 765). Red value is 143 (56.25% from 255 or 68.10% from 210); Green value is 20 (8.20% from 255 or 9.52% from 210); Blue value is 47 (18.75% from 255 or 22.38% from 210); Max value from RGB is 143 - color contains mainly: red. Hex color #8F142F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F142F is #70EBD0. Grayscale: #3B3B3B. Windows color (decimal): -7400401 or 3085455. OLE color: 3085455.
HSL color Cylindrical-coordinate representation of color #8F142F: hue angle of 346.83º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8F142F is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 20 | 47 | - |
| CMYK | 0 | 0.86 | 0.67 | 0.44 |
| HSL | 346.83º | 0.75% | 0.32% | - |
| HSV(B) | 346.83º | 0.86% | 0.56% | - |
| XYZ | 12.09 | 6.55 | 3.32 | - |
| YUV | 59.86 | 120.75 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 20 | 47 | 0 | 0.86 | 0.67 | 0.44 | 346.83 | 0.75 | 0.32 |
| Hex | 8F | 14 | 2F | 0 | 56 | 43 | 2C | 15B | 4B | 20 |
| Octal | 217 | 24 | 57 | 0 | 126 | 103 | 54 | 533 | 113 | 40 |
| Binary | 10001111 | 10100 | 101111 | 0 | 1010110 | 1000011 | 101100 | 101011011 | 1001011 | 100000 |
Color Harmonies of #8F142F
Complementary color
Monochromatic Colors of #8F142F
Black with #8F142F
Text Example
Text Example
White with #8F142F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F142F; }
p { color: rgb(143,20,47); }
H1.HeaderClassName
{
color: #8F142F;
}
.AnyTagClassName
{
color: #8F142F;
}
</style>
background-color css
<style>
a { background-color: #8F142F; }
a { background-color: rgb(143,20,47); }
div.DivClassName
{
background-color: #8F142F;
}
.BgClassName
{
background-color: #8F142F;
}
</style>
border-color css
<style>
span { border-color: #8F142F; }
span { border-color: rgb(143,20,47); }
td.TdClassName
{
border-color: #8F142F;
}
.TagClassName
{
border-color: #8F142F;
}
</style>