Shades of Shiraz #8D1934
Tints of Shiraz #8D1934
RGB
CMYK
RGB Variations
Color information
#8D1934 (or 0x8D1934) is known color: Shiraz. HEX triplet: 8D, 19 and 34. RGB value is (141,25,52). Sum of RGB (Red+Green+Blue) = 141+25+52=218 (28% of max value = 765). Red value is 141 (55.47% from 255 or 64.68% from 218); Green value is 25 (10.16% from 255 or 11.47% from 218); Blue value is 52 (20.70% from 255 or 23.85% from 218); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1934 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D1934 is #72E6CB. Grayscale: #3E3E3E. Windows color (decimal): -7530188 or 3414413. OLE color: 3414413.
HSL color Cylindrical-coordinate representation of color #8D1934: hue angle of 346.03º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8D1934 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 25 | 52 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.45 |
| HSL | 346.03º | 0.7% | 0.33% | - |
| HSV(B) | 346.03º | 0.82% | 0.55% | - |
| XYZ | 11.95 | 6.61 | 3.89 | - |
| YUV | 62.76 | 121.93 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 25 | 52 | 0 | 0.82 | 0.63 | 0.45 | 346.03 | 0.7 | 0.33 |
| Hex | 8D | 19 | 34 | 0 | 52 | 3F | 2D | 15A | 46 | 21 |
| Octal | 215 | 31 | 64 | 0 | 122 | 77 | 55 | 532 | 106 | 41 |
| Binary | 10001101 | 11001 | 110100 | 0 | 1010010 | 111111 | 101101 | 101011010 | 1000110 | 100001 |
Color Harmonies of #8D1934
Complementary color
Monochromatic Colors of #8D1934
Black with #8D1934
Text Example
Text Example
White with #8D1934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1934; }
p { color: rgb(141,25,52); }
H1.HeaderClassName
{
color: #8D1934;
}
.AnyTagClassName
{
color: #8D1934;
}
</style>
background-color css
<style>
a { background-color: #8D1934; }
a { background-color: rgb(141,25,52); }
div.DivClassName
{
background-color: #8D1934;
}
.BgClassName
{
background-color: #8D1934;
}
</style>
border-color css
<style>
span { border-color: #8D1934; }
span { border-color: rgb(141,25,52); }
td.TdClassName
{
border-color: #8D1934;
}
.TagClassName
{
border-color: #8D1934;
}
</style>