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