Shades of Shiraz #872B3A
Tints of Shiraz #872B3A
RGB
CMYK
RGB Variations
Color information
#872B3A (or 0x872B3A) is known color: Shiraz. HEX triplet: 87, 2B and 3A. RGB value is (135,43,58). Sum of RGB (Red+Green+Blue) = 135+43+58=236 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.20% from 236); Green value is 43 (17.19% from 255 or 18.22% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 135 - color contains mainly: red. Hex color #872B3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872B3A is #78D4C5. Grayscale: #484848. Windows color (decimal): -7918790 or 3812231. OLE color: 3812231.
HSL color Cylindrical-coordinate representation of color #872B3A: hue angle of 350.22º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #872B3A is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 43 | 58 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.47 |
| HSL | 350.22º | 0.52% | 0.35% | - |
| HSV(B) | 350.22º | 0.68% | 0.53% | - |
| XYZ | 11.62 | 7.18 | 4.78 | - |
| YUV | 72.22 | 119.98 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 43 | 58 | 0 | 0.68 | 0.57 | 0.47 | 350.22 | 0.52 | 0.35 |
| Hex | 87 | 2B | 3A | 0 | 44 | 39 | 2F | 15E | 34 | 23 |
| Octal | 207 | 53 | 72 | 0 | 104 | 71 | 57 | 536 | 64 | 43 |
| Binary | 10000111 | 101011 | 111010 | 0 | 1000100 | 111001 | 101111 | 101011110 | 110100 | 100011 |
Color Harmonies of #872B3A
Complementary color
Monochromatic Colors of #872B3A
Black with #872B3A
Text Example
Text Example
White with #872B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872B3A; }
p { color: rgb(135,43,58); }
H1.HeaderClassName
{
color: #872B3A;
}
.AnyTagClassName
{
color: #872B3A;
}
</style>
background-color css
<style>
a { background-color: #872B3A; }
a { background-color: rgb(135,43,58); }
div.DivClassName
{
background-color: #872B3A;
}
.BgClassName
{
background-color: #872B3A;
}
</style>
border-color css
<style>
span { border-color: #872B3A; }
span { border-color: rgb(135,43,58); }
td.TdClassName
{
border-color: #872B3A;
}
.TagClassName
{
border-color: #872B3A;
}
</style>