Shades of Shiraz #8C213F
Tints of Shiraz #8C213F
RGB
CMYK
RGB Variations
Color information
#8C213F (or 0x8C213F) is known color: Shiraz. HEX triplet: 8C, 21 and 3F. RGB value is (140,33,63). Sum of RGB (Red+Green+Blue) = 140+33+63=236 (31% of max value = 765). Red value is 140 (55.08% from 255 or 59.32% from 236); Green value is 33 (13.28% from 255 or 13.98% from 236); Blue value is 63 (25% from 255 or 26.69% from 236); Max value from RGB is 140 - color contains mainly: red. Hex color #8C213F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C213F is #73DEC0. Grayscale: #444444. Windows color (decimal): -7593665 or 4137356. OLE color: 4137356.
HSL color Cylindrical-coordinate representation of color #8C213F: hue angle of 343.18º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8C213F is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 33 | 63 | - |
| CMYK | 0 | 0.76 | 0.55 | 0.45 |
| HSL | 343.18º | 0.62% | 0.34% | - |
| HSV(B) | 343.18º | 0.76% | 0.55% | - |
| XYZ | 12.26 | 7.02 | 5.41 | - |
| YUV | 68.41 | 124.95 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 33 | 63 | 0 | 0.76 | 0.55 | 0.45 | 343.18 | 0.62 | 0.34 |
| Hex | 8C | 21 | 3F | 0 | 4C | 37 | 2D | 157 | 3E | 22 |
| Octal | 214 | 41 | 77 | 0 | 114 | 67 | 55 | 527 | 76 | 42 |
| Binary | 10001100 | 100001 | 111111 | 0 | 1001100 | 110111 | 101101 | 101010111 | 111110 | 100010 |
Color Harmonies of #8C213F
Complementary color
Monochromatic Colors of #8C213F
Black with #8C213F
Text Example
Text Example
White with #8C213F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C213F; }
p { color: rgb(140,33,63); }
H1.HeaderClassName
{
color: #8C213F;
}
.AnyTagClassName
{
color: #8C213F;
}
</style>
background-color css
<style>
a { background-color: #8C213F; }
a { background-color: rgb(140,33,63); }
div.DivClassName
{
background-color: #8C213F;
}
.BgClassName
{
background-color: #8C213F;
}
</style>
border-color css
<style>
span { border-color: #8C213F; }
span { border-color: rgb(140,33,63); }
td.TdClassName
{
border-color: #8C213F;
}
.TagClassName
{
border-color: #8C213F;
}
</style>