Shades of Shiraz #8C2B40
Tints of Shiraz #8C2B40
RGB
CMYK
RGB Variations
Color information
#8C2B40 (or 0x8C2B40) is known color: Shiraz. HEX triplet: 8C, 2B and 40. RGB value is (140,43,64). Sum of RGB (Red+Green+Blue) = 140+43+64=247 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.68% from 247); Green value is 43 (17.19% from 255 or 17.41% from 247); Blue value is 64 (25.39% from 255 or 25.91% from 247); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2B40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2B40 is #73D4BF. Grayscale: #4A4A4A. Windows color (decimal): -7591104 or 4205452. OLE color: 4205452.
HSL color Cylindrical-coordinate representation of color #8C2B40: hue angle of 347.01º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8C2B40 is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 43 | 64 | - |
| CMYK | 0 | 0.69 | 0.54 | 0.45 |
| HSL | 347.01º | 0.53% | 0.36% | - |
| HSV(B) | 347.01º | 0.69% | 0.55% | - |
| XYZ | 12.6 | 7.67 | 5.67 | - |
| YUV | 74.4 | 122.14 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 43 | 64 | 0 | 0.69 | 0.54 | 0.45 | 347.01 | 0.53 | 0.36 |
| Hex | 8C | 2B | 40 | 0 | 45 | 36 | 2D | 15B | 35 | 24 |
| Octal | 214 | 53 | 100 | 0 | 105 | 66 | 55 | 533 | 65 | 44 |
| Binary | 10001100 | 101011 | 1000000 | 0 | 1000101 | 110110 | 101101 | 101011011 | 110101 | 100100 |
Color Harmonies of #8C2B40
Complementary color
Monochromatic Colors of #8C2B40
Black with #8C2B40
Text Example
Text Example
White with #8C2B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2B40; }
p { color: rgb(140,43,64); }
H1.HeaderClassName
{
color: #8C2B40;
}
.AnyTagClassName
{
color: #8C2B40;
}
</style>
background-color css
<style>
a { background-color: #8C2B40; }
a { background-color: rgb(140,43,64); }
div.DivClassName
{
background-color: #8C2B40;
}
.BgClassName
{
background-color: #8C2B40;
}
</style>
border-color css
<style>
span { border-color: #8C2B40; }
span { border-color: rgb(140,43,64); }
td.TdClassName
{
border-color: #8C2B40;
}
.TagClassName
{
border-color: #8C2B40;
}
</style>