Shades of Shiraz #8C2D39
Tints of Shiraz #8C2D39
RGB
CMYK
RGB Variations
Color information
#8C2D39 (or 0x8C2D39) is known color: Shiraz. HEX triplet: 8C, 2D and 39. RGB value is (140,45,57). Sum of RGB (Red+Green+Blue) = 140+45+57=242 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.85% from 242); Green value is 45 (17.97% from 255 or 18.60% from 242); Blue value is 57 (22.66% from 255 or 23.55% from 242); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2D39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2D39 is #73D2C6. Grayscale: #4A4A4A. Windows color (decimal): -7590599 or 3747212. OLE color: 3747212.
HSL color Cylindrical-coordinate representation of color #8C2D39: hue angle of 352.42º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8C2D39 is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 45 | 57 | - |
| CMYK | 0 | 0.68 | 0.59 | 0.45 |
| HSL | 352.42º | 0.51% | 0.36% | - |
| HSV(B) | 352.42º | 0.68% | 0.55% | - |
| XYZ | 12.49 | 7.75 | 4.71 | - |
| YUV | 74.77 | 117.97 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 45 | 57 | 0 | 0.68 | 0.59 | 0.45 | 352.42 | 0.51 | 0.36 |
| Hex | 8C | 2D | 39 | 0 | 44 | 3B | 2D | 160 | 33 | 24 |
| Octal | 214 | 55 | 71 | 0 | 104 | 73 | 55 | 540 | 63 | 44 |
| Binary | 10001100 | 101101 | 111001 | 0 | 1000100 | 111011 | 101101 | 101100000 | 110011 | 100100 |
Color Harmonies of #8C2D39
Complementary color
Monochromatic Colors of #8C2D39
Black with #8C2D39
Text Example
Text Example
White with #8C2D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2D39; }
p { color: rgb(140,45,57); }
H1.HeaderClassName
{
color: #8C2D39;
}
.AnyTagClassName
{
color: #8C2D39;
}
</style>
background-color css
<style>
a { background-color: #8C2D39; }
a { background-color: rgb(140,45,57); }
div.DivClassName
{
background-color: #8C2D39;
}
.BgClassName
{
background-color: #8C2D39;
}
</style>
border-color css
<style>
span { border-color: #8C2D39; }
span { border-color: rgb(140,45,57); }
td.TdClassName
{
border-color: #8C2D39;
}
.TagClassName
{
border-color: #8C2D39;
}
</style>