Shades of Shiraz #8C2637
Tints of Shiraz #8C2637
RGB
CMYK
RGB Variations
Color information
#8C2637 (or 0x8C2637) is known color: Shiraz. HEX triplet: 8C, 26 and 37. RGB value is (140,38,55). Sum of RGB (Red+Green+Blue) = 140+38+55=233 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.09% from 233); Green value is 38 (15.23% from 255 or 16.31% from 233); Blue value is 55 (21.88% from 255 or 23.61% from 233); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2637 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2637 is #73D9C8. Grayscale: #464646. Windows color (decimal): -7592393 or 3614348. OLE color: 3614348.
HSL color Cylindrical-coordinate representation of color #8C2637: hue angle of 350º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8C2637 is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 38 | 55 | - |
| CMYK | 0 | 0.73 | 0.61 | 0.45 |
| HSL | 350º | 0.57% | 0.35% | - |
| HSV(B) | 350º | 0.73% | 0.55% | - |
| XYZ | 12.2 | 7.24 | 4.37 | - |
| YUV | 70.44 | 119.29 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 38 | 55 | 0 | 0.73 | 0.61 | 0.45 | 350 | 0.57 | 0.35 |
| Hex | 8C | 26 | 37 | 0 | 49 | 3D | 2D | 15E | 39 | 23 |
| Octal | 214 | 46 | 67 | 0 | 111 | 75 | 55 | 536 | 71 | 43 |
| Binary | 10001100 | 100110 | 110111 | 0 | 1001001 | 111101 | 101101 | 101011110 | 111001 | 100011 |
Color Harmonies of #8C2637
Complementary color
Monochromatic Colors of #8C2637
Black with #8C2637
Text Example
Text Example
White with #8C2637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2637; }
p { color: rgb(140,38,55); }
H1.HeaderClassName
{
color: #8C2637;
}
.AnyTagClassName
{
color: #8C2637;
}
</style>
background-color css
<style>
a { background-color: #8C2637; }
a { background-color: rgb(140,38,55); }
div.DivClassName
{
background-color: #8C2637;
}
.BgClassName
{
background-color: #8C2637;
}
</style>
border-color css
<style>
span { border-color: #8C2637; }
span { border-color: rgb(140,38,55); }
td.TdClassName
{
border-color: #8C2637;
}
.TagClassName
{
border-color: #8C2637;
}
</style>