Shades of Shiraz #8C213C
Tints of Shiraz #8C213C
RGB
CMYK
RGB Variations
Color information
#8C213C (or 0x8C213C) is known color: Shiraz. HEX triplet: 8C, 21 and 3C. RGB value is (140,33,60). Sum of RGB (Red+Green+Blue) = 140+33+60=233 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.09% from 233); Green value is 33 (13.28% from 255 or 14.16% from 233); Blue value is 60 (23.83% from 255 or 25.75% from 233); Max value from RGB is 140 - color contains mainly: red. Hex color #8C213C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C213C is #73DEC3. Grayscale: #444444. Windows color (decimal): -7593668 or 3940748. OLE color: 3940748.
HSL color Cylindrical-coordinate representation of color #8C213C: hue angle of 344.86º 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 #8C213C is Cyan = 0, Magento = 0.76, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 33 | 60 | - |
| CMYK | 0 | 0.76 | 0.57 | 0.45 |
| HSL | 344.86º | 0.62% | 0.34% | - |
| HSV(B) | 344.86º | 0.76% | 0.55% | - |
| XYZ | 12.17 | 6.99 | 4.98 | - |
| YUV | 68.07 | 123.45 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 33 | 60 | 0 | 0.76 | 0.57 | 0.45 | 344.86 | 0.62 | 0.34 |
| Hex | 8C | 21 | 3C | 0 | 4C | 39 | 2D | 159 | 3E | 22 |
| Octal | 214 | 41 | 74 | 0 | 114 | 71 | 55 | 531 | 76 | 42 |
| Binary | 10001100 | 100001 | 111100 | 0 | 1001100 | 111001 | 101101 | 101011001 | 111110 | 100010 |
Color Harmonies of #8C213C
Complementary color
Monochromatic Colors of #8C213C
Black with #8C213C
Text Example
Text Example
White with #8C213C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C213C; }
p { color: rgb(140,33,60); }
H1.HeaderClassName
{
color: #8C213C;
}
.AnyTagClassName
{
color: #8C213C;
}
</style>
background-color css
<style>
a { background-color: #8C213C; }
a { background-color: rgb(140,33,60); }
div.DivClassName
{
background-color: #8C213C;
}
.BgClassName
{
background-color: #8C213C;
}
</style>
border-color css
<style>
span { border-color: #8C213C; }
span { border-color: rgb(140,33,60); }
td.TdClassName
{
border-color: #8C213C;
}
.TagClassName
{
border-color: #8C213C;
}
</style>