Shades of Shiraz #872B39
Tints of Shiraz #872B39
RGB
CMYK
RGB Variations
Color information
#872B39 (or 0x872B39) is known color: Shiraz. HEX triplet: 87, 2B and 39. RGB value is (135,43,57). Sum of RGB (Red+Green+Blue) = 135+43+57=235 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.45% from 235); Green value is 43 (17.19% from 255 or 18.30% from 235); Blue value is 57 (22.66% from 255 or 24.26% from 235); Max value from RGB is 135 - color contains mainly: red. Hex color #872B39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872B39 is #78D4C6. Grayscale: #484848. Windows color (decimal): -7918791 or 3746695. OLE color: 3746695.
HSL color Cylindrical-coordinate representation of color #872B39: hue angle of 350.87º 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 #872B39 is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 43 | 57 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.47 |
| HSL | 350.87º | 0.52% | 0.35% | - |
| HSV(B) | 350.87º | 0.68% | 0.53% | - |
| XYZ | 11.59 | 7.17 | 4.64 | - |
| YUV | 72.1 | 119.48 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 43 | 57 | 0 | 0.68 | 0.58 | 0.47 | 350.87 | 0.52 | 0.35 |
| Hex | 87 | 2B | 39 | 0 | 44 | 3A | 2F | 15F | 34 | 23 |
| Octal | 207 | 53 | 71 | 0 | 104 | 72 | 57 | 537 | 64 | 43 |
| Binary | 10000111 | 101011 | 111001 | 0 | 1000100 | 111010 | 101111 | 101011111 | 110100 | 100011 |
Color Harmonies of #872B39
Complementary color
Monochromatic Colors of #872B39
Black with #872B39
Text Example
Text Example
White with #872B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872B39; }
p { color: rgb(135,43,57); }
H1.HeaderClassName
{
color: #872B39;
}
.AnyTagClassName
{
color: #872B39;
}
</style>
background-color css
<style>
a { background-color: #872B39; }
a { background-color: rgb(135,43,57); }
div.DivClassName
{
background-color: #872B39;
}
.BgClassName
{
background-color: #872B39;
}
</style>
border-color css
<style>
span { border-color: #872B39; }
span { border-color: rgb(135,43,57); }
td.TdClassName
{
border-color: #872B39;
}
.TagClassName
{
border-color: #872B39;
}
</style>