Shades of Shiraz #8D1632
Tints of Shiraz #8D1632
RGB
CMYK
RGB Variations
Color information
#8D1632 (or 0x8D1632) is known color: Shiraz. HEX triplet: 8D, 16 and 32. RGB value is (141,22,50). Sum of RGB (Red+Green+Blue) = 141+22+50=213 (28% of max value = 765). Red value is 141 (55.47% from 255 or 66.20% from 213); Green value is 22 (8.98% from 255 or 10.33% from 213); Blue value is 50 (19.92% from 255 or 23.47% from 213); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1632 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D1632 is #72E9CD. Grayscale: #3C3C3C. Windows color (decimal): -7530958 or 3282573. OLE color: 3282573.
HSL color Cylindrical-coordinate representation of color #8D1632: hue angle of 345.88º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8D1632 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 22 | 50 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.45 |
| HSL | 345.88º | 0.73% | 0.32% | - |
| HSV(B) | 345.88º | 0.84% | 0.55% | - |
| XYZ | 11.85 | 6.47 | 3.64 | - |
| YUV | 60.77 | 121.92 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 22 | 50 | 0 | 0.84 | 0.65 | 0.45 | 345.88 | 0.73 | 0.32 |
| Hex | 8D | 16 | 32 | 0 | 54 | 41 | 2D | 15A | 49 | 20 |
| Octal | 215 | 26 | 62 | 0 | 124 | 101 | 55 | 532 | 111 | 40 |
| Binary | 10001101 | 10110 | 110010 | 0 | 1010100 | 1000001 | 101101 | 101011010 | 1001001 | 100000 |
Color Harmonies of #8D1632
Complementary color
Monochromatic Colors of #8D1632
Black with #8D1632
Text Example
Text Example
White with #8D1632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1632; }
p { color: rgb(141,22,50); }
H1.HeaderClassName
{
color: #8D1632;
}
.AnyTagClassName
{
color: #8D1632;
}
</style>
background-color css
<style>
a { background-color: #8D1632; }
a { background-color: rgb(141,22,50); }
div.DivClassName
{
background-color: #8D1632;
}
.BgClassName
{
background-color: #8D1632;
}
</style>
border-color css
<style>
span { border-color: #8D1632; }
span { border-color: rgb(141,22,50); }
td.TdClassName
{
border-color: #8D1632;
}
.TagClassName
{
border-color: #8D1632;
}
</style>