Shades of Shiraz #8D1136
Tints of Shiraz #8D1136
RGB
CMYK
RGB Variations
Color information
#8D1136 (or 0x8D1136) is known color: Shiraz. HEX triplet: 8D, 11 and 36. RGB value is (141,17,54). Sum of RGB (Red+Green+Blue) = 141+17+54=212 (28% of max value = 765). Red value is 141 (55.47% from 255 or 66.51% from 212); Green value is 17 (7.03% from 255 or 8.02% from 212); Blue value is 54 (21.48% from 255 or 25.47% from 212); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1136 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D1136 is #72EEC9. Grayscale: #3A3A3A. Windows color (decimal): -7532234 or 3543437. OLE color: 3543437.
HSL color Cylindrical-coordinate representation of color #8D1136: hue angle of 342.1º 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 #8D1136 is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 17 | 54 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.45 |
| HSL | 342.1º | 0.78% | 0.31% | - |
| HSV(B) | 342.1º | 0.88% | 0.55% | - |
| XYZ | 11.85 | 6.33 | 4.09 | - |
| YUV | 58.29 | 125.58 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 17 | 54 | 0 | 0.88 | 0.62 | 0.45 | 342.1 | 0.78 | 0.31 |
| Hex | 8D | 11 | 36 | 0 | 58 | 3E | 2D | 156 | 4E | 1F |
| Octal | 215 | 21 | 66 | 0 | 130 | 76 | 55 | 526 | 116 | 37 |
| Binary | 10001101 | 10001 | 110110 | 0 | 1011000 | 111110 | 101101 | 101010110 | 1001110 | 11111 |
Color Harmonies of #8D1136
Complementary color
Monochromatic Colors of #8D1136
Black with #8D1136
Text Example
Text Example
White with #8D1136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1136; }
p { color: rgb(141,17,54); }
H1.HeaderClassName
{
color: #8D1136;
}
.AnyTagClassName
{
color: #8D1136;
}
</style>
background-color css
<style>
a { background-color: #8D1136; }
a { background-color: rgb(141,17,54); }
div.DivClassName
{
background-color: #8D1136;
}
.BgClassName
{
background-color: #8D1136;
}
</style>
border-color css
<style>
span { border-color: #8D1136; }
span { border-color: rgb(141,17,54); }
td.TdClassName
{
border-color: #8D1136;
}
.TagClassName
{
border-color: #8D1136;
}
</style>