Shades of Shiraz #8C2231
Tints of Shiraz #8C2231
RGB
CMYK
RGB Variations
Color information
#8C2231 (or 0x8C2231) is known color: Shiraz. HEX triplet: 8C, 22 and 31. RGB value is (140,34,49). Sum of RGB (Red+Green+Blue) = 140+34+49=223 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.78% from 223); Green value is 34 (13.67% from 255 or 15.25% from 223); Blue value is 49 (19.53% from 255 or 21.97% from 223); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2231 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2231 is #73DDCE. Grayscale: #434343. Windows color (decimal): -7593423 or 3220108. OLE color: 3220108.
HSL color Cylindrical-coordinate representation of color #8C2231: hue angle of 351.51º degrees, saturation: 0.61, 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 #8C2231 is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 34 | 49 | - |
| CMYK | 0 | 0.76 | 0.65 | 0.45 |
| HSL | 351.51º | 0.61% | 0.34% | - |
| HSV(B) | 351.51º | 0.76% | 0.55% | - |
| XYZ | 11.94 | 6.94 | 3.62 | - |
| YUV | 67.4 | 117.62 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 34 | 49 | 0 | 0.76 | 0.65 | 0.45 | 351.51 | 0.61 | 0.34 |
| Hex | 8C | 22 | 31 | 0 | 4C | 41 | 2D | 160 | 3D | 22 |
| Octal | 214 | 42 | 61 | 0 | 114 | 101 | 55 | 540 | 75 | 42 |
| Binary | 10001100 | 100010 | 110001 | 0 | 1001100 | 1000001 | 101101 | 101100000 | 111101 | 100010 |
Color Harmonies of #8C2231
Complementary color
Monochromatic Colors of #8C2231
Black with #8C2231
Text Example
Text Example
White with #8C2231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2231; }
p { color: rgb(140,34,49); }
H1.HeaderClassName
{
color: #8C2231;
}
.AnyTagClassName
{
color: #8C2231;
}
</style>
background-color css
<style>
a { background-color: #8C2231; }
a { background-color: rgb(140,34,49); }
div.DivClassName
{
background-color: #8C2231;
}
.BgClassName
{
background-color: #8C2231;
}
</style>
border-color css
<style>
span { border-color: #8C2231; }
span { border-color: rgb(140,34,49); }
td.TdClassName
{
border-color: #8C2231;
}
.TagClassName
{
border-color: #8C2231;
}
</style>