Shades of Shiraz #8D153B
Tints of Shiraz #8D153B
RGB
CMYK
RGB Variations
Color information
#8D153B (or 0x8D153B) is known color: Shiraz. HEX triplet: 8D, 15 and 3B. RGB value is (141,21,59). Sum of RGB (Red+Green+Blue) = 141+21+59=221 (29% of max value = 765). Red value is 141 (55.47% from 255 or 63.80% from 221); Green value is 21 (8.59% from 255 or 9.50% from 221); Blue value is 59 (23.44% from 255 or 26.70% from 221); Max value from RGB is 141 - color contains mainly: red. Hex color #8D153B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D153B is #72EAC4. Grayscale: #3D3D3D. Windows color (decimal): -7531205 or 3872141. OLE color: 3872141.
HSL color Cylindrical-coordinate representation of color #8D153B: hue angle of 341º 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 #8D153B is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 21 | 59 | - |
| CMYK | 0 | 0.85 | 0.58 | 0.45 |
| HSL | 341º | 0.74% | 0.32% | - |
| HSV(B) | 341º | 0.85% | 0.55% | - |
| XYZ | 12.04 | 6.51 | 4.76 | - |
| YUV | 61.21 | 126.76 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 21 | 59 | 0 | 0.85 | 0.58 | 0.45 | 341 | 0.74 | 0.32 |
| Hex | 8D | 15 | 3B | 0 | 55 | 3A | 2D | 155 | 4A | 20 |
| Octal | 215 | 25 | 73 | 0 | 125 | 72 | 55 | 525 | 112 | 40 |
| Binary | 10001101 | 10101 | 111011 | 0 | 1010101 | 111010 | 101101 | 101010101 | 1001010 | 100000 |
Color Harmonies of #8D153B
Complementary color
Monochromatic Colors of #8D153B
Black with #8D153B
Text Example
Text Example
White with #8D153B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D153B; }
p { color: rgb(141,21,59); }
H1.HeaderClassName
{
color: #8D153B;
}
.AnyTagClassName
{
color: #8D153B;
}
</style>
background-color css
<style>
a { background-color: #8D153B; }
a { background-color: rgb(141,21,59); }
div.DivClassName
{
background-color: #8D153B;
}
.BgClassName
{
background-color: #8D153B;
}
</style>
border-color css
<style>
span { border-color: #8D153B; }
span { border-color: rgb(141,21,59); }
td.TdClassName
{
border-color: #8D153B;
}
.TagClassName
{
border-color: #8D153B;
}
</style>