Shades of Shiraz #8D1835
Tints of Shiraz #8D1835
RGB
CMYK
RGB Variations
Color information
#8D1835 (or 0x8D1835) is known color: Shiraz. HEX triplet: 8D, 18 and 35. RGB value is (141,24,53). Sum of RGB (Red+Green+Blue) = 141+24+53=218 (28% of max value = 765). Red value is 141 (55.47% from 255 or 64.68% from 218); Green value is 24 (9.77% from 255 or 11.01% from 218); Blue value is 53 (21.09% from 255 or 24.31% from 218); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1835 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D1835 is #72E7CA. Grayscale: #3E3E3E. Windows color (decimal): -7530443 or 3479693. OLE color: 3479693.
HSL color Cylindrical-coordinate representation of color #8D1835: hue angle of 345.13º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8D1835 is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 24 | 53 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.45 |
| HSL | 345.13º | 0.71% | 0.32% | - |
| HSV(B) | 345.13º | 0.83% | 0.55% | - |
| XYZ | 11.95 | 6.57 | 4.01 | - |
| YUV | 62.29 | 122.76 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 24 | 53 | 0 | 0.83 | 0.62 | 0.45 | 345.13 | 0.71 | 0.32 |
| Hex | 8D | 18 | 35 | 0 | 53 | 3E | 2D | 159 | 47 | 20 |
| Octal | 215 | 30 | 65 | 0 | 123 | 76 | 55 | 531 | 107 | 40 |
| Binary | 10001101 | 11000 | 110101 | 0 | 1010011 | 111110 | 101101 | 101011001 | 1000111 | 100000 |
Color Harmonies of #8D1835
Complementary color
Monochromatic Colors of #8D1835
Black with #8D1835
Text Example
Text Example
White with #8D1835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1835; }
p { color: rgb(141,24,53); }
H1.HeaderClassName
{
color: #8D1835;
}
.AnyTagClassName
{
color: #8D1835;
}
</style>
background-color css
<style>
a { background-color: #8D1835; }
a { background-color: rgb(141,24,53); }
div.DivClassName
{
background-color: #8D1835;
}
.BgClassName
{
background-color: #8D1835;
}
</style>
border-color css
<style>
span { border-color: #8D1835; }
span { border-color: rgb(141,24,53); }
td.TdClassName
{
border-color: #8D1835;
}
.TagClassName
{
border-color: #8D1835;
}
</style>