Shades of Shiraz #872D37
Tints of Shiraz #872D37
RGB
CMYK
RGB Variations
Color information
#872D37 (or 0x872D37) is known color: Shiraz. HEX triplet: 87, 2D and 37. RGB value is (135,45,55). Sum of RGB (Red+Green+Blue) = 135+45+55=235 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.45% from 235); Green value is 45 (17.97% from 255 or 19.15% from 235); Blue value is 55 (21.88% from 255 or 23.40% from 235); Max value from RGB is 135 - color contains mainly: red. Hex color #872D37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872D37 is #78D2C8. Grayscale: #494949. Windows color (decimal): -7918281 or 3616135. OLE color: 3616135.
HSL color Cylindrical-coordinate representation of color #872D37: hue angle of 353.33º 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 #872D37 is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 45 | 55 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.47 |
| HSL | 353.33º | 0.5% | 0.35% | - |
| HSV(B) | 353.33º | 0.67% | 0.53% | - |
| XYZ | 11.62 | 7.3 | 4.41 | - |
| YUV | 73.05 | 117.82 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 45 | 55 | 0 | 0.67 | 0.59 | 0.47 | 353.33 | 0.5 | 0.35 |
| Hex | 87 | 2D | 37 | 0 | 43 | 3B | 2F | 161 | 32 | 23 |
| Octal | 207 | 55 | 67 | 0 | 103 | 73 | 57 | 541 | 62 | 43 |
| Binary | 10000111 | 101101 | 110111 | 0 | 1000011 | 111011 | 101111 | 101100001 | 110010 | 100011 |
Color Harmonies of #872D37
Complementary color
Monochromatic Colors of #872D37
Black with #872D37
Text Example
Text Example
White with #872D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872D37; }
p { color: rgb(135,45,55); }
H1.HeaderClassName
{
color: #872D37;
}
.AnyTagClassName
{
color: #872D37;
}
</style>
background-color css
<style>
a { background-color: #872D37; }
a { background-color: rgb(135,45,55); }
div.DivClassName
{
background-color: #872D37;
}
.BgClassName
{
background-color: #872D37;
}
</style>
border-color css
<style>
span { border-color: #872D37; }
span { border-color: rgb(135,45,55); }
td.TdClassName
{
border-color: #872D37;
}
.TagClassName
{
border-color: #872D37;
}
</style>