Shades of Shiraz #8C2131
Tints of Shiraz #8C2131
RGB
CMYK
RGB Variations
Color information
#8C2131 (or 0x8C2131) is known color: Shiraz. HEX triplet: 8C, 21 and 31. RGB value is (140,33,49). Sum of RGB (Red+Green+Blue) = 140+33+49=222 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.06% from 222); Green value is 33 (13.28% from 255 or 14.86% from 222); Blue value is 49 (19.53% from 255 or 22.07% from 222); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2131 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2131 is #73DECE. Grayscale: #424242. Windows color (decimal): -7593679 or 3219852. OLE color: 3219852.
HSL color Cylindrical-coordinate representation of color #8C2131: hue angle of 351.03º 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 #8C2131 is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 33 | 49 | - |
| CMYK | 0 | 0.76 | 0.65 | 0.45 |
| HSL | 351.03º | 0.62% | 0.34% | - |
| HSV(B) | 351.03º | 0.76% | 0.55% | - |
| XYZ | 11.91 | 6.88 | 3.61 | - |
| YUV | 66.82 | 117.95 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 33 | 49 | 0 | 0.76 | 0.65 | 0.45 | 351.03 | 0.62 | 0.34 |
| Hex | 8C | 21 | 31 | 0 | 4C | 41 | 2D | 15F | 3E | 22 |
| Octal | 214 | 41 | 61 | 0 | 114 | 101 | 55 | 537 | 76 | 42 |
| Binary | 10001100 | 100001 | 110001 | 0 | 1001100 | 1000001 | 101101 | 101011111 | 111110 | 100010 |
Color Harmonies of #8C2131
Complementary color
Monochromatic Colors of #8C2131
Black with #8C2131
Text Example
Text Example
White with #8C2131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2131; }
p { color: rgb(140,33,49); }
H1.HeaderClassName
{
color: #8C2131;
}
.AnyTagClassName
{
color: #8C2131;
}
</style>
background-color css
<style>
a { background-color: #8C2131; }
a { background-color: rgb(140,33,49); }
div.DivClassName
{
background-color: #8C2131;
}
.BgClassName
{
background-color: #8C2131;
}
</style>
border-color css
<style>
span { border-color: #8C2131; }
span { border-color: rgb(140,33,49); }
td.TdClassName
{
border-color: #8C2131;
}
.TagClassName
{
border-color: #8C2131;
}
</style>