Shades of Shiraz #8C2736
Tints of Shiraz #8C2736
RGB
CMYK
RGB Variations
Color information
#8C2736 (or 0x8C2736) is known color: Shiraz. HEX triplet: 8C, 27 and 36. RGB value is (140,39,54). Sum of RGB (Red+Green+Blue) = 140+39+54=233 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.09% from 233); Green value is 39 (15.62% from 255 or 16.74% from 233); Blue value is 54 (21.48% from 255 or 23.18% from 233); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2736 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2736 is #73D8C9. Grayscale: #464646. Windows color (decimal): -7592138 or 3549068. OLE color: 3549068.
HSL color Cylindrical-coordinate representation of color #8C2736: hue angle of 351.09º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8C2736 is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 39 | 54 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.45 |
| HSL | 351.09º | 0.56% | 0.35% | - |
| HSV(B) | 351.09º | 0.72% | 0.55% | - |
| XYZ | 12.21 | 7.29 | 4.25 | - |
| YUV | 70.91 | 118.46 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 39 | 54 | 0 | 0.72 | 0.61 | 0.45 | 351.09 | 0.56 | 0.35 |
| Hex | 8C | 27 | 36 | 0 | 48 | 3D | 2D | 15F | 38 | 23 |
| Octal | 214 | 47 | 66 | 0 | 110 | 75 | 55 | 537 | 70 | 43 |
| Binary | 10001100 | 100111 | 110110 | 0 | 1001000 | 111101 | 101101 | 101011111 | 111000 | 100011 |
Color Harmonies of #8C2736
Complementary color
Monochromatic Colors of #8C2736
Black with #8C2736
Text Example
Text Example
White with #8C2736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2736; }
p { color: rgb(140,39,54); }
H1.HeaderClassName
{
color: #8C2736;
}
.AnyTagClassName
{
color: #8C2736;
}
</style>
background-color css
<style>
a { background-color: #8C2736; }
a { background-color: rgb(140,39,54); }
div.DivClassName
{
background-color: #8C2736;
}
.BgClassName
{
background-color: #8C2736;
}
</style>
border-color css
<style>
span { border-color: #8C2736; }
span { border-color: rgb(140,39,54); }
td.TdClassName
{
border-color: #8C2736;
}
.TagClassName
{
border-color: #8C2736;
}
</style>