Shades of Shiraz #8C113B
Tints of Shiraz #8C113B
RGB
CMYK
RGB Variations
Color information
#8C113B (or 0x8C113B) is known color: Shiraz. HEX triplet: 8C, 11 and 3B. RGB value is (140,17,59). Sum of RGB (Red+Green+Blue) = 140+17+59=216 (28% of max value = 765). Red value is 140 (55.08% from 255 or 64.81% from 216); Green value is 17 (7.03% from 255 or 7.87% from 216); Blue value is 59 (23.44% from 255 or 27.31% from 216); Max value from RGB is 140 - color contains mainly: red. Hex color #8C113B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C113B is #73EEC4. Grayscale: #3A3A3A. Windows color (decimal): -7597765 or 3871116. OLE color: 3871116.
HSL color Cylindrical-coordinate representation of color #8C113B: hue angle of 339.51º 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 #8C113B is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 17 | 59 | - |
| CMYK | 0 | 0.88 | 0.58 | 0.45 |
| HSL | 339.51º | 0.78% | 0.31% | - |
| HSV(B) | 339.51º | 0.88% | 0.55% | - |
| XYZ | 11.81 | 6.29 | 4.73 | - |
| YUV | 58.57 | 128.25 | 186.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 17 | 59 | 0 | 0.88 | 0.58 | 0.45 | 339.51 | 0.78 | 0.31 |
| Hex | 8C | 11 | 3B | 0 | 58 | 3A | 2D | 154 | 4E | 1F |
| Octal | 214 | 21 | 73 | 0 | 130 | 72 | 55 | 524 | 116 | 37 |
| Binary | 10001100 | 10001 | 111011 | 0 | 1011000 | 111010 | 101101 | 101010100 | 1001110 | 11111 |
Color Harmonies of #8C113B
Complementary color
Monochromatic Colors of #8C113B
Black with #8C113B
Text Example
Text Example
White with #8C113B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C113B; }
p { color: rgb(140,17,59); }
H1.HeaderClassName
{
color: #8C113B;
}
.AnyTagClassName
{
color: #8C113B;
}
</style>
background-color css
<style>
a { background-color: #8C113B; }
a { background-color: rgb(140,17,59); }
div.DivClassName
{
background-color: #8C113B;
}
.BgClassName
{
background-color: #8C113B;
}
</style>
border-color css
<style>
span { border-color: #8C113B; }
span { border-color: rgb(140,17,59); }
td.TdClassName
{
border-color: #8C113B;
}
.TagClassName
{
border-color: #8C113B;
}
</style>