Shades of Shiraz #8C153C
Tints of Shiraz #8C153C
RGB
CMYK
RGB Variations
Color information
#8C153C (or 0x8C153C) is known color: Shiraz. HEX triplet: 8C, 15 and 3C. RGB value is (140,21,60). Sum of RGB (Red+Green+Blue) = 140+21+60=221 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.35% from 221); Green value is 21 (8.59% from 255 or 9.50% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 140 - color contains mainly: red. Hex color #8C153C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C153C is #73EAC3. Grayscale: #3C3C3C. Windows color (decimal): -7596740 or 3937676. OLE color: 3937676.
HSL color Cylindrical-coordinate representation of color #8C153C: hue angle of 340.34º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8C153C is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 21 | 60 | - |
| CMYK | 0 | 0.85 | 0.57 | 0.45 |
| HSL | 340.34º | 0.74% | 0.32% | - |
| HSV(B) | 340.34º | 0.85% | 0.55% | - |
| XYZ | 11.9 | 6.44 | 4.89 | - |
| YUV | 61.03 | 127.42 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 21 | 60 | 0 | 0.85 | 0.57 | 0.45 | 340.34 | 0.74 | 0.32 |
| Hex | 8C | 15 | 3C | 0 | 55 | 39 | 2D | 154 | 4A | 20 |
| Octal | 214 | 25 | 74 | 0 | 125 | 71 | 55 | 524 | 112 | 40 |
| Binary | 10001100 | 10101 | 111100 | 0 | 1010101 | 111001 | 101101 | 101010100 | 1001010 | 100000 |
Color Harmonies of #8C153C
Complementary color
Monochromatic Colors of #8C153C
Black with #8C153C
Text Example
Text Example
White with #8C153C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C153C; }
p { color: rgb(140,21,60); }
H1.HeaderClassName
{
color: #8C153C;
}
.AnyTagClassName
{
color: #8C153C;
}
</style>
background-color css
<style>
a { background-color: #8C153C; }
a { background-color: rgb(140,21,60); }
div.DivClassName
{
background-color: #8C153C;
}
.BgClassName
{
background-color: #8C153C;
}
</style>
border-color css
<style>
span { border-color: #8C153C; }
span { border-color: rgb(140,21,60); }
td.TdClassName
{
border-color: #8C153C;
}
.TagClassName
{
border-color: #8C153C;
}
</style>