Shades of Shiraz #8C2937
Tints of Shiraz #8C2937
RGB
CMYK
RGB Variations
Color information
#8C2937 (or 0x8C2937) is known color: Shiraz. HEX triplet: 8C, 29 and 37. RGB value is (140,41,55). Sum of RGB (Red+Green+Blue) = 140+41+55=236 (31% of max value = 765). Red value is 140 (55.08% from 255 or 59.32% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 55 (21.88% from 255 or 23.31% from 236); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2937 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2937 is #73D6C8. Grayscale: #484848. Windows color (decimal): -7591625 or 3615116. OLE color: 3615116.
HSL color Cylindrical-coordinate representation of color #8C2937: hue angle of 351.52º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8C2937 is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 41 | 55 | - |
| CMYK | 0 | 0.71 | 0.61 | 0.45 |
| HSL | 351.52º | 0.55% | 0.35% | - |
| HSV(B) | 351.52º | 0.71% | 0.55% | - |
| XYZ | 12.3 | 7.44 | 4.4 | - |
| YUV | 72.2 | 118.3 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 41 | 55 | 0 | 0.71 | 0.61 | 0.45 | 351.52 | 0.55 | 0.35 |
| Hex | 8C | 29 | 37 | 0 | 47 | 3D | 2D | 160 | 37 | 23 |
| Octal | 214 | 51 | 67 | 0 | 107 | 75 | 55 | 540 | 67 | 43 |
| Binary | 10001100 | 101001 | 110111 | 0 | 1000111 | 111101 | 101101 | 101100000 | 110111 | 100011 |
Color Harmonies of #8C2937
Complementary color
Monochromatic Colors of #8C2937
Black with #8C2937
Text Example
Text Example
White with #8C2937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2937; }
p { color: rgb(140,41,55); }
H1.HeaderClassName
{
color: #8C2937;
}
.AnyTagClassName
{
color: #8C2937;
}
</style>
background-color css
<style>
a { background-color: #8C2937; }
a { background-color: rgb(140,41,55); }
div.DivClassName
{
background-color: #8C2937;
}
.BgClassName
{
background-color: #8C2937;
}
</style>
border-color css
<style>
span { border-color: #8C2937; }
span { border-color: rgb(140,41,55); }
td.TdClassName
{
border-color: #8C2937;
}
.TagClassName
{
border-color: #8C2937;
}
</style>