Shades of Shiraz #8F213B
Tints of Shiraz #8F213B
RGB
CMYK
RGB Variations
Color information
#8F213B (or 0x8F213B) is known color: Shiraz. HEX triplet: 8F, 21 and 3B. RGB value is (143,33,59). Sum of RGB (Red+Green+Blue) = 143+33+59=235 (31% of max value = 765). Red value is 143 (56.25% from 255 or 60.85% from 235); Green value is 33 (13.28% from 255 or 14.04% from 235); Blue value is 59 (23.44% from 255 or 25.11% from 235); Max value from RGB is 143 - color contains mainly: red. Hex color #8F213B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F213B is #70DEC4. Grayscale: #444444. Windows color (decimal): -7397061 or 3875215. OLE color: 3875215.
HSL color Cylindrical-coordinate representation of color #8F213B: hue angle of 345.82º 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 #8F213B is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 33 | 59 | - |
| CMYK | 0 | 0.77 | 0.59 | 0.44 |
| HSL | 345.82º | 0.63% | 0.35% | - |
| HSV(B) | 345.82º | 0.77% | 0.56% | - |
| XYZ | 12.66 | 7.24 | 4.87 | - |
| YUV | 68.85 | 122.44 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 33 | 59 | 0 | 0.77 | 0.59 | 0.44 | 345.82 | 0.63 | 0.35 |
| Hex | 8F | 21 | 3B | 0 | 4D | 3B | 2C | 15A | 3E | 23 |
| Octal | 217 | 41 | 73 | 0 | 115 | 73 | 54 | 532 | 76 | 43 |
| Binary | 10001111 | 100001 | 111011 | 0 | 1001101 | 111011 | 101100 | 101011010 | 111110 | 100011 |
Color Harmonies of #8F213B
Complementary color
Monochromatic Colors of #8F213B
Black with #8F213B
Text Example
Text Example
White with #8F213B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F213B; }
p { color: rgb(143,33,59); }
H1.HeaderClassName
{
color: #8F213B;
}
.AnyTagClassName
{
color: #8F213B;
}
</style>
background-color css
<style>
a { background-color: #8F213B; }
a { background-color: rgb(143,33,59); }
div.DivClassName
{
background-color: #8F213B;
}
.BgClassName
{
background-color: #8F213B;
}
</style>
border-color css
<style>
span { border-color: #8F213B; }
span { border-color: rgb(143,33,59); }
td.TdClassName
{
border-color: #8F213B;
}
.TagClassName
{
border-color: #8F213B;
}
</style>