Shades of Shiraz #8C1F37
Tints of Shiraz #8C1F37
RGB
CMYK
RGB Variations
Color information
#8C1F37 (or 0x8C1F37) is known color: Shiraz. HEX triplet: 8C, 1F and 37. RGB value is (140,31,55). Sum of RGB (Red+Green+Blue) = 140+31+55=226 (29% of max value = 765). Red value is 140 (55.08% from 255 or 61.95% from 226); Green value is 31 (12.5% from 255 or 13.72% from 226); Blue value is 55 (21.88% from 255 or 24.34% from 226); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1F37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C1F37 is #73E0C8. Grayscale: #424242. Windows color (decimal): -7594185 or 3612556. OLE color: 3612556.
HSL color Cylindrical-coordinate representation of color #8C1F37: hue angle of 346.79º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8C1F37 is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 31 | 55 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.45 |
| HSL | 346.79º | 0.64% | 0.34% | - |
| HSV(B) | 346.79º | 0.78% | 0.55% | - |
| XYZ | 11.99 | 6.83 | 4.3 | - |
| YUV | 66.33 | 121.61 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 31 | 55 | 0 | 0.78 | 0.61 | 0.45 | 346.79 | 0.64 | 0.34 |
| Hex | 8C | 1F | 37 | 0 | 4E | 3D | 2D | 15B | 40 | 22 |
| Octal | 214 | 37 | 67 | 0 | 116 | 75 | 55 | 533 | 100 | 42 |
| Binary | 10001100 | 11111 | 110111 | 0 | 1001110 | 111101 | 101101 | 101011011 | 1000000 | 100010 |
Color Harmonies of #8C1F37
Complementary color
Monochromatic Colors of #8C1F37
Black with #8C1F37
Text Example
Text Example
White with #8C1F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1F37; }
p { color: rgb(140,31,55); }
H1.HeaderClassName
{
color: #8C1F37;
}
.AnyTagClassName
{
color: #8C1F37;
}
</style>
background-color css
<style>
a { background-color: #8C1F37; }
a { background-color: rgb(140,31,55); }
div.DivClassName
{
background-color: #8C1F37;
}
.BgClassName
{
background-color: #8C1F37;
}
</style>
border-color css
<style>
span { border-color: #8C1F37; }
span { border-color: rgb(140,31,55); }
td.TdClassName
{
border-color: #8C1F37;
}
.TagClassName
{
border-color: #8C1F37;
}
</style>