Shades of Shiraz #8F2039
Tints of Shiraz #8F2039
RGB
CMYK
RGB Variations
Color information
#8F2039 (or 0x8F2039) is known color: Shiraz. HEX triplet: 8F, 20 and 39. RGB value is (143,32,57). Sum of RGB (Red+Green+Blue) = 143+32+57=232 (30% of max value = 765). Red value is 143 (56.25% from 255 or 61.64% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 57 (22.66% from 255 or 24.57% from 232); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2039 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2039 is #70DFC6. Grayscale: #444444. Windows color (decimal): -7397319 or 3743887. OLE color: 3743887.
HSL color Cylindrical-coordinate representation of color #8F2039: hue angle of 346.49º 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 #8F2039 is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 32 | 57 | - |
| CMYK | 0 | 0.78 | 0.60 | 0.44 |
| HSL | 346.49º | 0.63% | 0.34% | - |
| HSV(B) | 346.49º | 0.78% | 0.56% | - |
| XYZ | 12.58 | 7.17 | 4.59 | - |
| YUV | 68.04 | 121.77 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 32 | 57 | 0 | 0.78 | 0.60 | 0.44 | 346.49 | 0.63 | 0.34 |
| Hex | 8F | 20 | 39 | 0 | 4E | 3C | 2C | 15A | 3F | 22 |
| Octal | 217 | 40 | 71 | 0 | 116 | 74 | 54 | 532 | 77 | 42 |
| Binary | 10001111 | 100000 | 111001 | 0 | 1001110 | 111100 | 101100 | 101011010 | 111111 | 100010 |
Color Harmonies of #8F2039
Complementary color
Monochromatic Colors of #8F2039
Black with #8F2039
Text Example
Text Example
White with #8F2039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2039; }
p { color: rgb(143,32,57); }
H1.HeaderClassName
{
color: #8F2039;
}
.AnyTagClassName
{
color: #8F2039;
}
</style>
background-color css
<style>
a { background-color: #8F2039; }
a { background-color: rgb(143,32,57); }
div.DivClassName
{
background-color: #8F2039;
}
.BgClassName
{
background-color: #8F2039;
}
</style>
border-color css
<style>
span { border-color: #8F2039; }
span { border-color: rgb(143,32,57); }
td.TdClassName
{
border-color: #8F2039;
}
.TagClassName
{
border-color: #8F2039;
}
</style>