Shades of Shiraz #8D2436
Tints of Shiraz #8D2436
RGB
CMYK
RGB Variations
Color information
#8D2436 (or 0x8D2436) is known color: Shiraz. HEX triplet: 8D, 24 and 36. RGB value is (141,36,54). Sum of RGB (Red+Green+Blue) = 141+36+54=231 (30% of max value = 765). Red value is 141 (55.47% from 255 or 61.04% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 54 (21.48% from 255 or 23.38% from 231); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2436 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2436 is #72DBC9. Grayscale: #454545. Windows color (decimal): -7527370 or 3548301. OLE color: 3548301.
HSL color Cylindrical-coordinate representation of color #8D2436: hue angle of 349.71º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8D2436 is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 36 | 54 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.45 |
| HSL | 349.71º | 0.59% | 0.35% | - |
| HSV(B) | 349.71º | 0.74% | 0.55% | - |
| XYZ | 12.28 | 7.19 | 4.23 | - |
| YUV | 69.45 | 119.29 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 36 | 54 | 0 | 0.74 | 0.62 | 0.45 | 349.71 | 0.59 | 0.35 |
| Hex | 8D | 24 | 36 | 0 | 4A | 3E | 2D | 15E | 3B | 23 |
| Octal | 215 | 44 | 66 | 0 | 112 | 76 | 55 | 536 | 73 | 43 |
| Binary | 10001101 | 100100 | 110110 | 0 | 1001010 | 111110 | 101101 | 101011110 | 111011 | 100011 |
Color Harmonies of #8D2436
Complementary color
Monochromatic Colors of #8D2436
Black with #8D2436
Text Example
Text Example
White with #8D2436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2436; }
p { color: rgb(141,36,54); }
H1.HeaderClassName
{
color: #8D2436;
}
.AnyTagClassName
{
color: #8D2436;
}
</style>
background-color css
<style>
a { background-color: #8D2436; }
a { background-color: rgb(141,36,54); }
div.DivClassName
{
background-color: #8D2436;
}
.BgClassName
{
background-color: #8D2436;
}
</style>
border-color css
<style>
span { border-color: #8D2436; }
span { border-color: rgb(141,36,54); }
td.TdClassName
{
border-color: #8D2436;
}
.TagClassName
{
border-color: #8D2436;
}
</style>