Shades of Shiraz #8C2834
Tints of Shiraz #8C2834
RGB
CMYK
RGB Variations
Color information
#8C2834 (or 0x8C2834) is known color: Shiraz. HEX triplet: 8C, 28 and 34. RGB value is (140,40,52). Sum of RGB (Red+Green+Blue) = 140+40+52=232 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.34% from 232); Green value is 40 (16.02% from 255 or 17.24% from 232); Blue value is 52 (20.70% from 255 or 22.41% from 232); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2834 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2834 is #73D7CB. Grayscale: #474747. Windows color (decimal): -7591884 or 3418252. OLE color: 3418252.
HSL color Cylindrical-coordinate representation of color #8C2834: hue angle of 352.8º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8C2834 is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 40 | 52 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.45 |
| HSL | 352.8º | 0.56% | 0.35% | - |
| HSV(B) | 352.8º | 0.71% | 0.55% | - |
| XYZ | 12.19 | 7.34 | 4.02 | - |
| YUV | 71.27 | 117.13 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 40 | 52 | 0 | 0.71 | 0.63 | 0.45 | 352.8 | 0.56 | 0.35 |
| Hex | 8C | 28 | 34 | 0 | 47 | 3F | 2D | 161 | 38 | 23 |
| Octal | 214 | 50 | 64 | 0 | 107 | 77 | 55 | 541 | 70 | 43 |
| Binary | 10001100 | 101000 | 110100 | 0 | 1000111 | 111111 | 101101 | 101100001 | 111000 | 100011 |
Color Harmonies of #8C2834
Complementary color
Monochromatic Colors of #8C2834
Black with #8C2834
Text Example
Text Example
White with #8C2834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2834; }
p { color: rgb(140,40,52); }
H1.HeaderClassName
{
color: #8C2834;
}
.AnyTagClassName
{
color: #8C2834;
}
</style>
background-color css
<style>
a { background-color: #8C2834; }
a { background-color: rgb(140,40,52); }
div.DivClassName
{
background-color: #8C2834;
}
.BgClassName
{
background-color: #8C2834;
}
</style>
border-color css
<style>
span { border-color: #8C2834; }
span { border-color: rgb(140,40,52); }
td.TdClassName
{
border-color: #8C2834;
}
.TagClassName
{
border-color: #8C2834;
}
</style>