Shades of Shiraz #8F2137
Tints of Shiraz #8F2137
RGB
CMYK
RGB Variations
Color information
#8F2137 (or 0x8F2137) is known color: Shiraz. HEX triplet: 8F, 21 and 37. RGB value is (143,33,55). Sum of RGB (Red+Green+Blue) = 143+33+55=231 (30% of max value = 765). Red value is 143 (56.25% from 255 or 61.90% from 231); Green value is 33 (13.28% from 255 or 14.29% from 231); Blue value is 55 (21.88% from 255 or 23.81% from 231); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2137 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2137 is #70DEC8. Grayscale: #444444. Windows color (decimal): -7397065 or 3613071. OLE color: 3613071.
HSL color Cylindrical-coordinate representation of color #8F2137: hue angle of 348º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8F2137 is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 33 | 55 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.44 |
| HSL | 348º | 0.63% | 0.35% | - |
| HSV(B) | 348º | 0.77% | 0.56% | - |
| XYZ | 12.56 | 7.2 | 4.34 | - |
| YUV | 68.4 | 120.44 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 33 | 55 | 0 | 0.77 | 0.62 | 0.44 | 348 | 0.63 | 0.35 |
| Hex | 8F | 21 | 37 | 0 | 4D | 3E | 2C | 15C | 3E | 23 |
| Octal | 217 | 41 | 67 | 0 | 115 | 76 | 54 | 534 | 76 | 43 |
| Binary | 10001111 | 100001 | 110111 | 0 | 1001101 | 111110 | 101100 | 101011100 | 111110 | 100011 |
Color Harmonies of #8F2137
Complementary color
Monochromatic Colors of #8F2137
Black with #8F2137
Text Example
Text Example
White with #8F2137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2137; }
p { color: rgb(143,33,55); }
H1.HeaderClassName
{
color: #8F2137;
}
.AnyTagClassName
{
color: #8F2137;
}
</style>
background-color css
<style>
a { background-color: #8F2137; }
a { background-color: rgb(143,33,55); }
div.DivClassName
{
background-color: #8F2137;
}
.BgClassName
{
background-color: #8F2137;
}
</style>
border-color css
<style>
span { border-color: #8F2137; }
span { border-color: rgb(143,33,55); }
td.TdClassName
{
border-color: #8F2137;
}
.TagClassName
{
border-color: #8F2137;
}
</style>