Shades of Shiraz #8C2130
Tints of Shiraz #8C2130
RGB
CMYK
RGB Variations
Color information
#8C2130 (or 0x8C2130) is known color: Shiraz. HEX triplet: 8C, 21 and 30. RGB value is (140,33,48). Sum of RGB (Red+Green+Blue) = 140+33+48=221 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.35% from 221); Green value is 33 (13.28% from 255 or 14.93% from 221); Blue value is 48 (19.14% from 255 or 21.72% from 221); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2130 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2130 is #73DECF. Grayscale: #424242. Windows color (decimal): -7593680 or 3154316. OLE color: 3154316.
HSL color Cylindrical-coordinate representation of color #8C2130: hue angle of 351.59º 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 #8C2130 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 33 | 48 | - |
| CMYK | 0 | 0.76 | 0.66 | 0.45 |
| HSL | 351.59º | 0.62% | 0.34% | - |
| HSV(B) | 351.59º | 0.76% | 0.55% | - |
| XYZ | 11.89 | 6.88 | 3.5 | - |
| YUV | 66.7 | 117.45 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 33 | 48 | 0 | 0.76 | 0.66 | 0.45 | 351.59 | 0.62 | 0.34 |
| Hex | 8C | 21 | 30 | 0 | 4C | 42 | 2D | 160 | 3E | 22 |
| Octal | 214 | 41 | 60 | 0 | 114 | 102 | 55 | 540 | 76 | 42 |
| Binary | 10001100 | 100001 | 110000 | 0 | 1001100 | 1000010 | 101101 | 101100000 | 111110 | 100010 |
Color Harmonies of #8C2130
Complementary color
Monochromatic Colors of #8C2130
Black with #8C2130
Text Example
Text Example
White with #8C2130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2130; }
p { color: rgb(140,33,48); }
H1.HeaderClassName
{
color: #8C2130;
}
.AnyTagClassName
{
color: #8C2130;
}
</style>
background-color css
<style>
a { background-color: #8C2130; }
a { background-color: rgb(140,33,48); }
div.DivClassName
{
background-color: #8C2130;
}
.BgClassName
{
background-color: #8C2130;
}
</style>
border-color css
<style>
span { border-color: #8C2130; }
span { border-color: rgb(140,33,48); }
td.TdClassName
{
border-color: #8C2130;
}
.TagClassName
{
border-color: #8C2130;
}
</style>