Shades of Shiraz #872D36
Tints of Shiraz #872D36
RGB
CMYK
RGB Variations
Color information
#872D36 (or 0x872D36) is known color: Shiraz. HEX triplet: 87, 2D and 36. RGB value is (135,45,54). Sum of RGB (Red+Green+Blue) = 135+45+54=234 (30% of max value = 765). Red value is 135 (53.12% from 255 or 57.69% from 234); Green value is 45 (17.97% from 255 or 19.23% from 234); Blue value is 54 (21.48% from 255 or 23.08% from 234); Max value from RGB is 135 - color contains mainly: red. Hex color #872D36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872D36 is #78D2C9. Grayscale: #484848. Windows color (decimal): -7918282 or 3550599. OLE color: 3550599.
HSL color Cylindrical-coordinate representation of color #872D36: hue angle of 354º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #872D36 is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 45 | 54 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.47 |
| HSL | 354º | 0.5% | 0.35% | - |
| HSV(B) | 354º | 0.67% | 0.53% | - |
| XYZ | 11.6 | 7.29 | 4.29 | - |
| YUV | 72.94 | 117.32 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 45 | 54 | 0 | 0.67 | 0.60 | 0.47 | 354 | 0.5 | 0.35 |
| Hex | 87 | 2D | 36 | 0 | 43 | 3C | 2F | 162 | 32 | 23 |
| Octal | 207 | 55 | 66 | 0 | 103 | 74 | 57 | 542 | 62 | 43 |
| Binary | 10000111 | 101101 | 110110 | 0 | 1000011 | 111100 | 101111 | 101100010 | 110010 | 100011 |
Color Harmonies of #872D36
Complementary color
Monochromatic Colors of #872D36
Black with #872D36
Text Example
Text Example
White with #872D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872D36; }
p { color: rgb(135,45,54); }
H1.HeaderClassName
{
color: #872D36;
}
.AnyTagClassName
{
color: #872D36;
}
</style>
background-color css
<style>
a { background-color: #872D36; }
a { background-color: rgb(135,45,54); }
div.DivClassName
{
background-color: #872D36;
}
.BgClassName
{
background-color: #872D36;
}
</style>
border-color css
<style>
span { border-color: #872D36; }
span { border-color: rgb(135,45,54); }
td.TdClassName
{
border-color: #872D36;
}
.TagClassName
{
border-color: #872D36;
}
</style>