Shades of Shiraz #8F2035
Tints of Shiraz #8F2035
RGB
CMYK
RGB Variations
Color information
#8F2035 (or 0x8F2035) is known color: Shiraz. HEX triplet: 8F, 20 and 35. RGB value is (143,32,53). Sum of RGB (Red+Green+Blue) = 143+32+53=228 (30% of max value = 765). Red value is 143 (56.25% from 255 or 62.72% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 53 (21.09% from 255 or 23.25% from 228); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2035 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2035 is #70DFCA. Grayscale: #434343. Windows color (decimal): -7397323 or 3481743. OLE color: 3481743.
HSL color Cylindrical-coordinate representation of color #8F2035: hue angle of 348.65º 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 #8F2035 is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 32 | 53 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.44 |
| HSL | 348.65º | 0.63% | 0.34% | - |
| HSV(B) | 348.65º | 0.78% | 0.56% | - |
| XYZ | 12.49 | 7.13 | 4.09 | - |
| YUV | 67.58 | 119.77 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 32 | 53 | 0 | 0.78 | 0.63 | 0.44 | 348.65 | 0.63 | 0.34 |
| Hex | 8F | 20 | 35 | 0 | 4E | 3F | 2C | 15D | 3F | 22 |
| Octal | 217 | 40 | 65 | 0 | 116 | 77 | 54 | 535 | 77 | 42 |
| Binary | 10001111 | 100000 | 110101 | 0 | 1001110 | 111111 | 101100 | 101011101 | 111111 | 100010 |
Color Harmonies of #8F2035
Complementary color
Monochromatic Colors of #8F2035
Black with #8F2035
Text Example
Text Example
White with #8F2035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2035; }
p { color: rgb(143,32,53); }
H1.HeaderClassName
{
color: #8F2035;
}
.AnyTagClassName
{
color: #8F2035;
}
</style>
background-color css
<style>
a { background-color: #8F2035; }
a { background-color: rgb(143,32,53); }
div.DivClassName
{
background-color: #8F2035;
}
.BgClassName
{
background-color: #8F2035;
}
</style>
border-color css
<style>
span { border-color: #8F2035; }
span { border-color: rgb(143,32,53); }
td.TdClassName
{
border-color: #8F2035;
}
.TagClassName
{
border-color: #8F2035;
}
</style>