Shades of Shiraz #8F122F
Tints of Shiraz #8F122F
RGB
CMYK
RGB Variations
Color information
#8F122F (or 0x8F122F) is known color: Shiraz. HEX triplet: 8F, 12 and 2F. RGB value is (143,18,47). Sum of RGB (Red+Green+Blue) = 143+18+47=208 (27% of max value = 765). Red value is 143 (56.25% from 255 or 68.75% from 208); Green value is 18 (7.42% from 255 or 8.65% from 208); Blue value is 47 (18.75% from 255 or 22.60% from 208); Max value from RGB is 143 - color contains mainly: red. Hex color #8F122F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F122F is #70EDD0. Grayscale: #3A3A3A. Windows color (decimal): -7400913 or 3084943. OLE color: 3084943.
HSL color Cylindrical-coordinate representation of color #8F122F: hue angle of 346.08º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8F122F is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 18 | 47 | - |
| CMYK | 0 | 0.87 | 0.67 | 0.44 |
| HSL | 346.08º | 0.78% | 0.32% | - |
| HSV(B) | 346.08º | 0.87% | 0.56% | - |
| XYZ | 12.06 | 6.48 | 3.3 | - |
| YUV | 58.68 | 121.41 | 188.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 18 | 47 | 0 | 0.87 | 0.67 | 0.44 | 346.08 | 0.78 | 0.32 |
| Hex | 8F | 12 | 2F | 0 | 57 | 43 | 2C | 15A | 4E | 20 |
| Octal | 217 | 22 | 57 | 0 | 127 | 103 | 54 | 532 | 116 | 40 |
| Binary | 10001111 | 10010 | 101111 | 0 | 1010111 | 1000011 | 101100 | 101011010 | 1001110 | 100000 |
Color Harmonies of #8F122F
Complementary color
Monochromatic Colors of #8F122F
Black with #8F122F
Text Example
Text Example
White with #8F122F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F122F; }
p { color: rgb(143,18,47); }
H1.HeaderClassName
{
color: #8F122F;
}
.AnyTagClassName
{
color: #8F122F;
}
</style>
background-color css
<style>
a { background-color: #8F122F; }
a { background-color: rgb(143,18,47); }
div.DivClassName
{
background-color: #8F122F;
}
.BgClassName
{
background-color: #8F122F;
}
</style>
border-color css
<style>
span { border-color: #8F122F; }
span { border-color: rgb(143,18,47); }
td.TdClassName
{
border-color: #8F122F;
}
.TagClassName
{
border-color: #8F122F;
}
</style>