Shades of Shiraz #8D162F
Tints of Shiraz #8D162F
RGB
CMYK
RGB Variations
Color information
#8D162F (or 0x8D162F) is known color: Shiraz. HEX triplet: 8D, 16 and 2F. RGB value is (141,22,47). Sum of RGB (Red+Green+Blue) = 141+22+47=210 (27% of max value = 765). Red value is 141 (55.47% from 255 or 67.14% from 210); Green value is 22 (8.98% from 255 or 10.48% from 210); Blue value is 47 (18.75% from 255 or 22.38% from 210); Max value from RGB is 141 - color contains mainly: red. Hex color #8D162F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D162F is #72E9D0. Grayscale: #3C3C3C. Windows color (decimal): -7530961 or 3085965. OLE color: 3085965.
HSL color Cylindrical-coordinate representation of color #8D162F: hue angle of 347.39º 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 #8D162F is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 22 | 47 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.45 |
| HSL | 347.4º | 0.73% | 0.32% | - |
| HSV(B) | 347.4º | 0.84% | 0.55% | - |
| XYZ | 11.78 | 6.44 | 3.31 | - |
| YUV | 60.43 | 120.42 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 22 | 47 | 0 | 0.84 | 0.67 | 0.45 | 347.4 | 0.73 | 0.32 |
| Hex | 8D | 16 | 2F | 0 | 54 | 43 | 2D | 15B | 49 | 20 |
| Octal | 215 | 26 | 57 | 0 | 124 | 103 | 55 | 533 | 111 | 40 |
| Binary | 10001101 | 10110 | 101111 | 0 | 1010100 | 1000011 | 101101 | 101011011 | 1001001 | 100000 |
Color Harmonies of #8D162F
Complementary color
Monochromatic Colors of #8D162F
Black with #8D162F
Text Example
Text Example
White with #8D162F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D162F; }
p { color: rgb(141,22,47); }
H1.HeaderClassName
{
color: #8D162F;
}
.AnyTagClassName
{
color: #8D162F;
}
</style>
background-color css
<style>
a { background-color: #8D162F; }
a { background-color: rgb(141,22,47); }
div.DivClassName
{
background-color: #8D162F;
}
.BgClassName
{
background-color: #8D162F;
}
</style>
border-color css
<style>
span { border-color: #8D162F; }
span { border-color: rgb(141,22,47); }
td.TdClassName
{
border-color: #8D162F;
}
.TagClassName
{
border-color: #8D162F;
}
</style>