Shades of Shiraz #8D183B
Tints of Shiraz #8D183B
RGB
CMYK
RGB Variations
Color information
#8D183B (or 0x8D183B) is known color: Shiraz. HEX triplet: 8D, 18 and 3B. RGB value is (141,24,59). Sum of RGB (Red+Green+Blue) = 141+24+59=224 (29% of max value = 765). Red value is 141 (55.47% from 255 or 62.95% from 224); Green value is 24 (9.77% from 255 or 10.71% from 224); Blue value is 59 (23.44% from 255 or 26.34% from 224); Max value from RGB is 141 - color contains mainly: red. Hex color #8D183B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D183B is #72E7C4. Grayscale: #3E3E3E. Windows color (decimal): -7530437 or 3872909. OLE color: 3872909.
HSL color Cylindrical-coordinate representation of color #8D183B: hue angle of 342.05º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8D183B is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 24 | 59 | - |
| CMYK | 0 | 0.83 | 0.58 | 0.45 |
| HSL | 342.05º | 0.71% | 0.32% | - |
| HSV(B) | 342.05º | 0.83% | 0.55% | - |
| XYZ | 12.1 | 6.63 | 4.78 | - |
| YUV | 62.97 | 125.76 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 24 | 59 | 0 | 0.83 | 0.58 | 0.45 | 342.05 | 0.71 | 0.32 |
| Hex | 8D | 18 | 3B | 0 | 53 | 3A | 2D | 156 | 47 | 20 |
| Octal | 215 | 30 | 73 | 0 | 123 | 72 | 55 | 526 | 107 | 40 |
| Binary | 10001101 | 11000 | 111011 | 0 | 1010011 | 111010 | 101101 | 101010110 | 1000111 | 100000 |
Color Harmonies of #8D183B
Complementary color
Monochromatic Colors of #8D183B
Black with #8D183B
Text Example
Text Example
White with #8D183B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D183B; }
p { color: rgb(141,24,59); }
H1.HeaderClassName
{
color: #8D183B;
}
.AnyTagClassName
{
color: #8D183B;
}
</style>
background-color css
<style>
a { background-color: #8D183B; }
a { background-color: rgb(141,24,59); }
div.DivClassName
{
background-color: #8D183B;
}
.BgClassName
{
background-color: #8D183B;
}
</style>
border-color css
<style>
span { border-color: #8D183B; }
span { border-color: rgb(141,24,59); }
td.TdClassName
{
border-color: #8D183B;
}
.TagClassName
{
border-color: #8D183B;
}
</style>