Shades of Shiraz #8C2740
Tints of Shiraz #8C2740
RGB
CMYK
RGB Variations
Color information
#8C2740 (or 0x8C2740) is known color: Shiraz. HEX triplet: 8C, 27 and 40. RGB value is (140,39,64). Sum of RGB (Red+Green+Blue) = 140+39+64=243 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.61% from 243); Green value is 39 (15.62% from 255 or 16.05% from 243); Blue value is 64 (25.39% from 255 or 26.34% from 243); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2740 is #73D8BF. Grayscale: #484848. Windows color (decimal): -7592128 or 4204428. OLE color: 4204428.
HSL color Cylindrical-coordinate representation of color #8C2740: hue angle of 345.15º 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 #8C2740 is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 39 | 64 | - |
| CMYK | 0 | 0.72 | 0.54 | 0.45 |
| HSL | 345.15º | 0.56% | 0.35% | - |
| HSV(B) | 345.15º | 0.72% | 0.55% | - |
| XYZ | 12.47 | 7.4 | 5.62 | - |
| YUV | 72.05 | 123.46 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 39 | 64 | 0 | 0.72 | 0.54 | 0.45 | 345.15 | 0.56 | 0.35 |
| Hex | 8C | 27 | 40 | 0 | 48 | 36 | 2D | 159 | 38 | 23 |
| Octal | 214 | 47 | 100 | 0 | 110 | 66 | 55 | 531 | 70 | 43 |
| Binary | 10001100 | 100111 | 1000000 | 0 | 1001000 | 110110 | 101101 | 101011001 | 111000 | 100011 |
Color Harmonies of #8C2740
Complementary color
Monochromatic Colors of #8C2740
Black with #8C2740
Text Example
Text Example
White with #8C2740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2740; }
p { color: rgb(140,39,64); }
H1.HeaderClassName
{
color: #8C2740;
}
.AnyTagClassName
{
color: #8C2740;
}
</style>
background-color css
<style>
a { background-color: #8C2740; }
a { background-color: rgb(140,39,64); }
div.DivClassName
{
background-color: #8C2740;
}
.BgClassName
{
background-color: #8C2740;
}
</style>
border-color css
<style>
span { border-color: #8C2740; }
span { border-color: rgb(140,39,64); }
td.TdClassName
{
border-color: #8C2740;
}
.TagClassName
{
border-color: #8C2740;
}
</style>