Shades of Shiraz #8D152F
Tints of Shiraz #8D152F
RGB
CMYK
RGB Variations
Color information
#8D152F (or 0x8D152F) is known color: Shiraz. HEX triplet: 8D, 15 and 2F. RGB value is (141,21,47). Sum of RGB (Red+Green+Blue) = 141+21+47=209 (27% of max value = 765). Red value is 141 (55.47% from 255 or 67.46% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 47 (18.75% from 255 or 22.49% from 209); Max value from RGB is 141 - color contains mainly: red. Hex color #8D152F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D152F is #72EAD0. Grayscale: #3B3B3B. Windows color (decimal): -7531217 or 3085709. OLE color: 3085709.
HSL color Cylindrical-coordinate representation of color #8D152F: hue angle of 347º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8D152F is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 21 | 47 | - |
| CMYK | 0 | 0.85 | 0.67 | 0.45 |
| HSL | 347º | 0.74% | 0.32% | - |
| HSV(B) | 347º | 0.85% | 0.55% | - |
| XYZ | 11.77 | 6.4 | 3.31 | - |
| YUV | 59.84 | 120.76 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 21 | 47 | 0 | 0.85 | 0.67 | 0.45 | 347 | 0.74 | 0.32 |
| Hex | 8D | 15 | 2F | 0 | 55 | 43 | 2D | 15B | 4A | 20 |
| Octal | 215 | 25 | 57 | 0 | 125 | 103 | 55 | 533 | 112 | 40 |
| Binary | 10001101 | 10101 | 101111 | 0 | 1010101 | 1000011 | 101101 | 101011011 | 1001010 | 100000 |
Color Harmonies of #8D152F
Complementary color
Monochromatic Colors of #8D152F
Black with #8D152F
Text Example
Text Example
White with #8D152F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D152F; }
p { color: rgb(141,21,47); }
H1.HeaderClassName
{
color: #8D152F;
}
.AnyTagClassName
{
color: #8D152F;
}
</style>
background-color css
<style>
a { background-color: #8D152F; }
a { background-color: rgb(141,21,47); }
div.DivClassName
{
background-color: #8D152F;
}
.BgClassName
{
background-color: #8D152F;
}
</style>
border-color css
<style>
span { border-color: #8D152F; }
span { border-color: rgb(141,21,47); }
td.TdClassName
{
border-color: #8D152F;
}
.TagClassName
{
border-color: #8D152F;
}
</style>