Shades of Shiraz #8C113D
Tints of Shiraz #8C113D
RGB
CMYK
RGB Variations
Color information
#8C113D (or 0x8C113D) is known color: Shiraz. HEX triplet: 8C, 11 and 3D. RGB value is (140,17,61). Sum of RGB (Red+Green+Blue) = 140+17+61=218 (28% of max value = 765). Red value is 140 (55.08% from 255 or 64.22% from 218); Green value is 17 (7.03% from 255 or 7.80% from 218); Blue value is 61 (24.22% from 255 or 27.98% from 218); Max value from RGB is 140 - color contains mainly: red. Hex color #8C113D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C113D is #73EEC2. Grayscale: #3A3A3A. Windows color (decimal): -7597763 or 4002188. OLE color: 4002188.
HSL color Cylindrical-coordinate representation of color #8C113D: hue angle of 338.54º 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 #8C113D is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 17 | 61 | - |
| CMYK | 0 | 0.88 | 0.56 | 0.45 |
| HSL | 338.54º | 0.78% | 0.31% | - |
| HSV(B) | 338.54º | 0.88% | 0.55% | - |
| XYZ | 11.86 | 6.31 | 5.01 | - |
| YUV | 58.79 | 129.25 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 17 | 61 | 0 | 0.88 | 0.56 | 0.45 | 338.54 | 0.78 | 0.31 |
| Hex | 8C | 11 | 3D | 0 | 58 | 38 | 2D | 153 | 4E | 1F |
| Octal | 214 | 21 | 75 | 0 | 130 | 70 | 55 | 523 | 116 | 37 |
| Binary | 10001100 | 10001 | 111101 | 0 | 1011000 | 111000 | 101101 | 101010011 | 1001110 | 11111 |
Color Harmonies of #8C113D
Complementary color
Monochromatic Colors of #8C113D
Black with #8C113D
Text Example
Text Example
White with #8C113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C113D; }
p { color: rgb(140,17,61); }
H1.HeaderClassName
{
color: #8C113D;
}
.AnyTagClassName
{
color: #8C113D;
}
</style>
background-color css
<style>
a { background-color: #8C113D; }
a { background-color: rgb(140,17,61); }
div.DivClassName
{
background-color: #8C113D;
}
.BgClassName
{
background-color: #8C113D;
}
</style>
border-color css
<style>
span { border-color: #8C113D; }
span { border-color: rgb(140,17,61); }
td.TdClassName
{
border-color: #8C113D;
}
.TagClassName
{
border-color: #8C113D;
}
</style>