Shades of Shiraz #8D2434
Tints of Shiraz #8D2434
RGB
CMYK
RGB Variations
Color information
#8D2434 (or 0x8D2434) is known color: Shiraz. HEX triplet: 8D, 24 and 34. RGB value is (141,36,52). Sum of RGB (Red+Green+Blue) = 141+36+52=229 (30% of max value = 765). Red value is 141 (55.47% from 255 or 61.57% from 229); Green value is 36 (14.45% from 255 or 15.72% from 229); Blue value is 52 (20.70% from 255 or 22.71% from 229); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2434 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2434 is #72DBCB. Grayscale: #454545. Windows color (decimal): -7527372 or 3417229. OLE color: 3417229.
HSL color Cylindrical-coordinate representation of color #8D2434: hue angle of 350.86º 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 #8D2434 is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 36 | 52 | - |
| CMYK | 0 | 0.74 | 0.63 | 0.45 |
| HSL | 350.86º | 0.59% | 0.35% | - |
| HSV(B) | 350.86º | 0.74% | 0.55% | - |
| XYZ | 12.24 | 7.17 | 3.99 | - |
| YUV | 69.22 | 118.29 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 36 | 52 | 0 | 0.74 | 0.63 | 0.45 | 350.86 | 0.59 | 0.35 |
| Hex | 8D | 24 | 34 | 0 | 4A | 3F | 2D | 15F | 3B | 23 |
| Octal | 215 | 44 | 64 | 0 | 112 | 77 | 55 | 537 | 73 | 43 |
| Binary | 10001101 | 100100 | 110100 | 0 | 1001010 | 111111 | 101101 | 101011111 | 111011 | 100011 |
Color Harmonies of #8D2434
Complementary color
Monochromatic Colors of #8D2434
Black with #8D2434
Text Example
Text Example
White with #8D2434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2434; }
p { color: rgb(141,36,52); }
H1.HeaderClassName
{
color: #8D2434;
}
.AnyTagClassName
{
color: #8D2434;
}
</style>
background-color css
<style>
a { background-color: #8D2434; }
a { background-color: rgb(141,36,52); }
div.DivClassName
{
background-color: #8D2434;
}
.BgClassName
{
background-color: #8D2434;
}
</style>
border-color css
<style>
span { border-color: #8D2434; }
span { border-color: rgb(141,36,52); }
td.TdClassName
{
border-color: #8D2434;
}
.TagClassName
{
border-color: #8D2434;
}
</style>