Shades of Shiraz #8C2737
Tints of Shiraz #8C2737
RGB
CMYK
RGB Variations
Color information
#8C2737 (or 0x8C2737) is known color: Shiraz. HEX triplet: 8C, 27 and 37. RGB value is (140,39,55). Sum of RGB (Red+Green+Blue) = 140+39+55=234 (30% of max value = 765). Red value is 140 (55.08% from 255 or 59.83% from 234); Green value is 39 (15.62% from 255 or 16.67% from 234); Blue value is 55 (21.88% from 255 or 23.50% from 234); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2737 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2737 is #73D8C8. Grayscale: #474747. Windows color (decimal): -7592137 or 3614604. OLE color: 3614604.
HSL color Cylindrical-coordinate representation of color #8C2737: hue angle of 350.5º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8C2737 is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 39 | 55 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.45 |
| HSL | 350.5º | 0.56% | 0.35% | - |
| HSV(B) | 350.5º | 0.72% | 0.55% | - |
| XYZ | 12.23 | 7.3 | 4.38 | - |
| YUV | 71.02 | 118.96 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 39 | 55 | 0 | 0.72 | 0.61 | 0.45 | 350.5 | 0.56 | 0.35 |
| Hex | 8C | 27 | 37 | 0 | 48 | 3D | 2D | 15E | 38 | 23 |
| Octal | 214 | 47 | 67 | 0 | 110 | 75 | 55 | 536 | 70 | 43 |
| Binary | 10001100 | 100111 | 110111 | 0 | 1001000 | 111101 | 101101 | 101011110 | 111000 | 100011 |
Color Harmonies of #8C2737
Complementary color
Monochromatic Colors of #8C2737
Black with #8C2737
Text Example
Text Example
White with #8C2737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2737; }
p { color: rgb(140,39,55); }
H1.HeaderClassName
{
color: #8C2737;
}
.AnyTagClassName
{
color: #8C2737;
}
</style>
background-color css
<style>
a { background-color: #8C2737; }
a { background-color: rgb(140,39,55); }
div.DivClassName
{
background-color: #8C2737;
}
.BgClassName
{
background-color: #8C2737;
}
</style>
border-color css
<style>
span { border-color: #8C2737; }
span { border-color: rgb(140,39,55); }
td.TdClassName
{
border-color: #8C2737;
}
.TagClassName
{
border-color: #8C2737;
}
</style>