Shades of Shiraz #8D2435
Tints of Shiraz #8D2435
RGB
CMYK
RGB Variations
Color information
#8D2435 (or 0x8D2435) is known color: Shiraz. HEX triplet: 8D, 24 and 35. RGB value is (141,36,53). Sum of RGB (Red+Green+Blue) = 141+36+53=230 (30% of max value = 765). Red value is 141 (55.47% from 255 or 61.30% from 230); Green value is 36 (14.45% from 255 or 15.65% from 230); Blue value is 53 (21.09% from 255 or 23.04% from 230); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2435 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2435 is #72DBCA. Grayscale: #454545. Windows color (decimal): -7527371 or 3482765. OLE color: 3482765.
HSL color Cylindrical-coordinate representation of color #8D2435: hue angle of 350.29º 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 #8D2435 is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 36 | 53 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.45 |
| HSL | 350.29º | 0.59% | 0.35% | - |
| HSV(B) | 350.29º | 0.74% | 0.55% | - |
| XYZ | 12.26 | 7.18 | 4.11 | - |
| YUV | 69.33 | 118.79 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 36 | 53 | 0 | 0.74 | 0.62 | 0.45 | 350.29 | 0.59 | 0.35 |
| Hex | 8D | 24 | 35 | 0 | 4A | 3E | 2D | 15E | 3B | 23 |
| Octal | 215 | 44 | 65 | 0 | 112 | 76 | 55 | 536 | 73 | 43 |
| Binary | 10001101 | 100100 | 110101 | 0 | 1001010 | 111110 | 101101 | 101011110 | 111011 | 100011 |
Color Harmonies of #8D2435
Complementary color
Monochromatic Colors of #8D2435
Black with #8D2435
Text Example
Text Example
White with #8D2435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2435; }
p { color: rgb(141,36,53); }
H1.HeaderClassName
{
color: #8D2435;
}
.AnyTagClassName
{
color: #8D2435;
}
</style>
background-color css
<style>
a { background-color: #8D2435; }
a { background-color: rgb(141,36,53); }
div.DivClassName
{
background-color: #8D2435;
}
.BgClassName
{
background-color: #8D2435;
}
</style>
border-color css
<style>
span { border-color: #8D2435; }
span { border-color: rgb(141,36,53); }
td.TdClassName
{
border-color: #8D2435;
}
.TagClassName
{
border-color: #8D2435;
}
</style>