Shades of Shiraz #8F2036
Tints of Shiraz #8F2036
RGB
CMYK
RGB Variations
Color information
#8F2036 (or 0x8F2036) is known color: Shiraz. HEX triplet: 8F, 20 and 36. RGB value is (143,32,54). Sum of RGB (Red+Green+Blue) = 143+32+54=229 (30% of max value = 765). Red value is 143 (56.25% from 255 or 62.45% from 229); Green value is 32 (12.89% from 255 or 13.97% from 229); Blue value is 54 (21.48% from 255 or 23.58% from 229); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2036 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2036 is #70DFC9. Grayscale: #434343. Windows color (decimal): -7397322 or 3547279. OLE color: 3547279.
HSL color Cylindrical-coordinate representation of color #8F2036: hue angle of 348.11º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8F2036 is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 32 | 54 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.44 |
| HSL | 348.11º | 0.63% | 0.34% | - |
| HSV(B) | 348.11º | 0.78% | 0.56% | - |
| XYZ | 12.51 | 7.14 | 4.21 | - |
| YUV | 67.7 | 120.27 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 32 | 54 | 0 | 0.78 | 0.62 | 0.44 | 348.11 | 0.63 | 0.34 |
| Hex | 8F | 20 | 36 | 0 | 4E | 3E | 2C | 15C | 3F | 22 |
| Octal | 217 | 40 | 66 | 0 | 116 | 76 | 54 | 534 | 77 | 42 |
| Binary | 10001111 | 100000 | 110110 | 0 | 1001110 | 111110 | 101100 | 101011100 | 111111 | 100010 |
Color Harmonies of #8F2036
Complementary color
Monochromatic Colors of #8F2036
Black with #8F2036
Text Example
Text Example
White with #8F2036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2036; }
p { color: rgb(143,32,54); }
H1.HeaderClassName
{
color: #8F2036;
}
.AnyTagClassName
{
color: #8F2036;
}
</style>
background-color css
<style>
a { background-color: #8F2036; }
a { background-color: rgb(143,32,54); }
div.DivClassName
{
background-color: #8F2036;
}
.BgClassName
{
background-color: #8F2036;
}
</style>
border-color css
<style>
span { border-color: #8F2036; }
span { border-color: rgb(143,32,54); }
td.TdClassName
{
border-color: #8F2036;
}
.TagClassName
{
border-color: #8F2036;
}
</style>