Shades of Shiraz #8C2A39
Tints of Shiraz #8C2A39
RGB
CMYK
RGB Variations
Color information
#8C2A39 (or 0x8C2A39) is known color: Shiraz. HEX triplet: 8C, 2A and 39. RGB value is (140,42,57). Sum of RGB (Red+Green+Blue) = 140+42+57=239 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.58% from 239); Green value is 42 (16.80% from 255 or 17.57% from 239); Blue value is 57 (22.66% from 255 or 23.85% from 239); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2A39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2A39 is #73D5C6. Grayscale: #494949. Windows color (decimal): -7591367 or 3746444. OLE color: 3746444.
HSL color Cylindrical-coordinate representation of color #8C2A39: hue angle of 350.82º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8C2A39 is Cyan = 0, Magento = 0.7, Yellow = 0.59 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 42 | 57 | - |
| CMYK | 0 | 0.7 | 0.59 | 0.45 |
| HSL | 350.82º | 0.54% | 0.36% | - |
| HSV(B) | 350.82º | 0.7% | 0.55% | - |
| XYZ | 12.38 | 7.53 | 4.67 | - |
| YUV | 73.01 | 118.97 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 42 | 57 | 0 | 0.7 | 0.59 | 0.45 | 350.82 | 0.54 | 0.36 |
| Hex | 8C | 2A | 39 | 0 | 46 | 3B | 2D | 15F | 36 | 24 |
| Octal | 214 | 52 | 71 | 0 | 106 | 73 | 55 | 537 | 66 | 44 |
| Binary | 10001100 | 101010 | 111001 | 0 | 1000110 | 111011 | 101101 | 101011111 | 110110 | 100100 |
Color Harmonies of #8C2A39
Complementary color
Monochromatic Colors of #8C2A39
Black with #8C2A39
Text Example
Text Example
White with #8C2A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2A39; }
p { color: rgb(140,42,57); }
H1.HeaderClassName
{
color: #8C2A39;
}
.AnyTagClassName
{
color: #8C2A39;
}
</style>
background-color css
<style>
a { background-color: #8C2A39; }
a { background-color: rgb(140,42,57); }
div.DivClassName
{
background-color: #8C2A39;
}
.BgClassName
{
background-color: #8C2A39;
}
</style>
border-color css
<style>
span { border-color: #8C2A39; }
span { border-color: rgb(140,42,57); }
td.TdClassName
{
border-color: #8C2A39;
}
.TagClassName
{
border-color: #8C2A39;
}
</style>