Shades of Shiraz #8C113C
Tints of Shiraz #8C113C
RGB
CMYK
RGB Variations
Color information
#8C113C (or 0x8C113C) is known color: Shiraz. HEX triplet: 8C, 11 and 3C. RGB value is (140,17,60). Sum of RGB (Red+Green+Blue) = 140+17+60=217 (28% of max value = 765). Red value is 140 (55.08% from 255 or 64.52% from 217); Green value is 17 (7.03% from 255 or 7.83% from 217); Blue value is 60 (23.83% from 255 or 27.65% from 217); Max value from RGB is 140 - color contains mainly: red. Hex color #8C113C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C113C is #73EEC3. Grayscale: #3A3A3A. Windows color (decimal): -7597764 or 3936652. OLE color: 3936652.
HSL color Cylindrical-coordinate representation of color #8C113C: hue angle of 339.02º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8C113C is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 17 | 60 | - |
| CMYK | 0 | 0.88 | 0.57 | 0.45 |
| HSL | 339.02º | 0.78% | 0.31% | - |
| HSV(B) | 339.02º | 0.88% | 0.55% | - |
| XYZ | 11.83 | 6.3 | 4.87 | - |
| YUV | 58.68 | 128.75 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 17 | 60 | 0 | 0.88 | 0.57 | 0.45 | 339.02 | 0.78 | 0.31 |
| Hex | 8C | 11 | 3C | 0 | 58 | 39 | 2D | 153 | 4E | 1F |
| Octal | 214 | 21 | 74 | 0 | 130 | 71 | 55 | 523 | 116 | 37 |
| Binary | 10001100 | 10001 | 111100 | 0 | 1011000 | 111001 | 101101 | 101010011 | 1001110 | 11111 |
Color Harmonies of #8C113C
Complementary color
Monochromatic Colors of #8C113C
Black with #8C113C
Text Example
Text Example
White with #8C113C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C113C; }
p { color: rgb(140,17,60); }
H1.HeaderClassName
{
color: #8C113C;
}
.AnyTagClassName
{
color: #8C113C;
}
</style>
background-color css
<style>
a { background-color: #8C113C; }
a { background-color: rgb(140,17,60); }
div.DivClassName
{
background-color: #8C113C;
}
.BgClassName
{
background-color: #8C113C;
}
</style>
border-color css
<style>
span { border-color: #8C113C; }
span { border-color: rgb(140,17,60); }
td.TdClassName
{
border-color: #8C113C;
}
.TagClassName
{
border-color: #8C113C;
}
</style>