Shades of Shiraz #8F203B
Tints of Shiraz #8F203B
RGB
CMYK
RGB Variations
Color information
#8F203B (or 0x8F203B) is known color: Shiraz. HEX triplet: 8F, 20 and 3B. RGB value is (143,32,59). Sum of RGB (Red+Green+Blue) = 143+32+59=234 (30% of max value = 765). Red value is 143 (56.25% from 255 or 61.11% from 234); Green value is 32 (12.89% from 255 or 13.68% from 234); Blue value is 59 (23.44% from 255 or 25.21% from 234); Max value from RGB is 143 - color contains mainly: red. Hex color #8F203B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F203B is #70DFC4. Grayscale: #444444. Windows color (decimal): -7397317 or 3874959. OLE color: 3874959.
HSL color Cylindrical-coordinate representation of color #8F203B: hue angle of 345.41º 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 #8F203B is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 32 | 59 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.44 |
| HSL | 345.41º | 0.63% | 0.34% | - |
| HSV(B) | 345.41º | 0.78% | 0.56% | - |
| XYZ | 12.63 | 7.19 | 4.86 | - |
| YUV | 68.27 | 122.77 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 32 | 59 | 0 | 0.78 | 0.59 | 0.44 | 345.41 | 0.63 | 0.34 |
| Hex | 8F | 20 | 3B | 0 | 4E | 3B | 2C | 159 | 3F | 22 |
| Octal | 217 | 40 | 73 | 0 | 116 | 73 | 54 | 531 | 77 | 42 |
| Binary | 10001111 | 100000 | 111011 | 0 | 1001110 | 111011 | 101100 | 101011001 | 111111 | 100010 |
Color Harmonies of #8F203B
Complementary color
Monochromatic Colors of #8F203B
Black with #8F203B
Text Example
Text Example
White with #8F203B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F203B; }
p { color: rgb(143,32,59); }
H1.HeaderClassName
{
color: #8F203B;
}
.AnyTagClassName
{
color: #8F203B;
}
</style>
background-color css
<style>
a { background-color: #8F203B; }
a { background-color: rgb(143,32,59); }
div.DivClassName
{
background-color: #8F203B;
}
.BgClassName
{
background-color: #8F203B;
}
</style>
border-color css
<style>
span { border-color: #8F203B; }
span { border-color: rgb(143,32,59); }
td.TdClassName
{
border-color: #8F203B;
}
.TagClassName
{
border-color: #8F203B;
}
</style>