Shades of Shiraz #8C2E40
Tints of Shiraz #8C2E40
RGB
CMYK
RGB Variations
Color information
#8C2E40 (or 0x8C2E40) is known color: Shiraz. HEX triplet: 8C, 2E and 40. RGB value is (140,46,64). Sum of RGB (Red+Green+Blue) = 140+46+64=250 (33% of max value = 765). Red value is 140 (55.08% from 255 or 56% from 250); Green value is 46 (18.36% from 255 or 18.4% from 250); Blue value is 64 (25.39% from 255 or 25.6% from 250); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2E40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2E40 is #73D1BF. Grayscale: #4C4C4C. Windows color (decimal): -7590336 or 4206220. OLE color: 4206220.
HSL color Cylindrical-coordinate representation of color #8C2E40: hue angle of 348.51º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8C2E40 is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 46 | 64 | - |
| CMYK | 0 | 0.67 | 0.54 | 0.45 |
| HSL | 348.51º | 0.51% | 0.36% | - |
| HSV(B) | 348.51º | 0.67% | 0.55% | - |
| XYZ | 12.72 | 7.9 | 5.7 | - |
| YUV | 76.16 | 121.14 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 46 | 64 | 0 | 0.67 | 0.54 | 0.45 | 348.51 | 0.51 | 0.36 |
| Hex | 8C | 2E | 40 | 0 | 43 | 36 | 2D | 15D | 33 | 24 |
| Octal | 214 | 56 | 100 | 0 | 103 | 66 | 55 | 535 | 63 | 44 |
| Binary | 10001100 | 101110 | 1000000 | 0 | 1000011 | 110110 | 101101 | 101011101 | 110011 | 100100 |
Color Harmonies of #8C2E40
Complementary color
Monochromatic Colors of #8C2E40
Black with #8C2E40
Text Example
Text Example
White with #8C2E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2E40; }
p { color: rgb(140,46,64); }
H1.HeaderClassName
{
color: #8C2E40;
}
.AnyTagClassName
{
color: #8C2E40;
}
</style>
background-color css
<style>
a { background-color: #8C2E40; }
a { background-color: rgb(140,46,64); }
div.DivClassName
{
background-color: #8C2E40;
}
.BgClassName
{
background-color: #8C2E40;
}
</style>
border-color css
<style>
span { border-color: #8C2E40; }
span { border-color: rgb(140,46,64); }
td.TdClassName
{
border-color: #8C2E40;
}
.TagClassName
{
border-color: #8C2E40;
}
</style>