Shades of Shiraz #8C2537
Tints of Shiraz #8C2537
RGB
CMYK
RGB Variations
Color information
#8C2537 (or 0x8C2537) is known color: Shiraz. HEX triplet: 8C, 25 and 37. RGB value is (140,37,55). Sum of RGB (Red+Green+Blue) = 140+37+55=232 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.34% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 55 (21.88% from 255 or 23.71% from 232); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2537 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2537 is #73DAC8. Grayscale: #454545. Windows color (decimal): -7592649 or 3614092. OLE color: 3614092.
HSL color Cylindrical-coordinate representation of color #8C2537: hue angle of 349.51º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8C2537 is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 37 | 55 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.45 |
| HSL | 349.51º | 0.58% | 0.35% | - |
| HSV(B) | 349.51º | 0.74% | 0.55% | - |
| XYZ | 12.17 | 7.17 | 4.36 | - |
| YUV | 69.85 | 119.62 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 37 | 55 | 0 | 0.74 | 0.61 | 0.45 | 349.51 | 0.58 | 0.35 |
| Hex | 8C | 25 | 37 | 0 | 4A | 3D | 2D | 15E | 3A | 23 |
| Octal | 214 | 45 | 67 | 0 | 112 | 75 | 55 | 536 | 72 | 43 |
| Binary | 10001100 | 100101 | 110111 | 0 | 1001010 | 111101 | 101101 | 101011110 | 111010 | 100011 |
Color Harmonies of #8C2537
Complementary color
Monochromatic Colors of #8C2537
Black with #8C2537
Text Example
Text Example
White with #8C2537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2537; }
p { color: rgb(140,37,55); }
H1.HeaderClassName
{
color: #8C2537;
}
.AnyTagClassName
{
color: #8C2537;
}
</style>
background-color css
<style>
a { background-color: #8C2537; }
a { background-color: rgb(140,37,55); }
div.DivClassName
{
background-color: #8C2537;
}
.BgClassName
{
background-color: #8C2537;
}
</style>
border-color css
<style>
span { border-color: #8C2537; }
span { border-color: rgb(140,37,55); }
td.TdClassName
{
border-color: #8C2537;
}
.TagClassName
{
border-color: #8C2537;
}
</style>