Shades of Shiraz #8D193B
Tints of Shiraz #8D193B
RGB
CMYK
RGB Variations
Color information
#8D193B (or 0x8D193B) is known color: Shiraz. HEX triplet: 8D, 19 and 3B. RGB value is (141,25,59). Sum of RGB (Red+Green+Blue) = 141+25+59=225 (29% of max value = 765). Red value is 141 (55.47% from 255 or 62.67% from 225); Green value is 25 (10.16% from 255 or 11.11% from 225); Blue value is 59 (23.44% from 255 or 26.22% from 225); Max value from RGB is 141 - color contains mainly: red. Hex color #8D193B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D193B is #72E6C4. Grayscale: #3F3F3F. Windows color (decimal): -7530181 or 3873165. OLE color: 3873165.
HSL color Cylindrical-coordinate representation of color #8D193B: hue angle of 342.41º 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 #8D193B is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 25 | 59 | - |
| CMYK | 0 | 0.82 | 0.58 | 0.45 |
| HSL | 342.41º | 0.7% | 0.33% | - |
| HSV(B) | 342.41º | 0.82% | 0.55% | - |
| XYZ | 12.12 | 6.67 | 4.79 | - |
| YUV | 63.56 | 125.43 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 25 | 59 | 0 | 0.82 | 0.58 | 0.45 | 342.41 | 0.7 | 0.33 |
| Hex | 8D | 19 | 3B | 0 | 52 | 3A | 2D | 156 | 46 | 21 |
| Octal | 215 | 31 | 73 | 0 | 122 | 72 | 55 | 526 | 106 | 41 |
| Binary | 10001101 | 11001 | 111011 | 0 | 1010010 | 111010 | 101101 | 101010110 | 1000110 | 100001 |
Color Harmonies of #8D193B
Complementary color
Monochromatic Colors of #8D193B
Black with #8D193B
Text Example
Text Example
White with #8D193B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D193B; }
p { color: rgb(141,25,59); }
H1.HeaderClassName
{
color: #8D193B;
}
.AnyTagClassName
{
color: #8D193B;
}
</style>
background-color css
<style>
a { background-color: #8D193B; }
a { background-color: rgb(141,25,59); }
div.DivClassName
{
background-color: #8D193B;
}
.BgClassName
{
background-color: #8D193B;
}
</style>
border-color css
<style>
span { border-color: #8D193B; }
span { border-color: rgb(141,25,59); }
td.TdClassName
{
border-color: #8D193B;
}
.TagClassName
{
border-color: #8D193B;
}
</style>