Shades of Shiraz #872031
Tints of Shiraz #872031
RGB
CMYK
RGB Variations
Color information
#872031 (or 0x872031) is known color: Shiraz. HEX triplet: 87, 20 and 31. RGB value is (135,32,49). Sum of RGB (Red+Green+Blue) = 135+32+49=216 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.5% from 216); Green value is 32 (12.89% from 255 or 14.81% from 216); Blue value is 49 (19.53% from 255 or 22.69% from 216); Max value from RGB is 135 - color contains mainly: red. Hex color #872031 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872031 is #78DFCE. Grayscale: #404040. Windows color (decimal): -7921615 or 3219591. OLE color: 3219591.
HSL color Cylindrical-coordinate representation of color #872031: hue angle of 350.1º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #872031 is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 32 | 49 | - |
| CMYK | 0 | 0.76 | 0.64 | 0.47 |
| HSL | 350.1º | 0.62% | 0.33% | - |
| HSV(B) | 350.1º | 0.76% | 0.53% | - |
| XYZ | 11.06 | 6.41 | 3.56 | - |
| YUV | 64.74 | 119.12 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 32 | 49 | 0 | 0.76 | 0.64 | 0.47 | 350.1 | 0.62 | 0.33 |
| Hex | 87 | 20 | 31 | 0 | 4C | 40 | 2F | 15E | 3E | 21 |
| Octal | 207 | 40 | 61 | 0 | 114 | 100 | 57 | 536 | 76 | 41 |
| Binary | 10000111 | 100000 | 110001 | 0 | 1001100 | 1000000 | 101111 | 101011110 | 111110 | 100001 |
Color Harmonies of #872031
Complementary color
Monochromatic Colors of #872031
Black with #872031
Text Example
Text Example
White with #872031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872031; }
p { color: rgb(135,32,49); }
H1.HeaderClassName
{
color: #872031;
}
.AnyTagClassName
{
color: #872031;
}
</style>
background-color css
<style>
a { background-color: #872031; }
a { background-color: rgb(135,32,49); }
div.DivClassName
{
background-color: #872031;
}
.BgClassName
{
background-color: #872031;
}
</style>
border-color css
<style>
span { border-color: #872031; }
span { border-color: rgb(135,32,49); }
td.TdClassName
{
border-color: #872031;
}
.TagClassName
{
border-color: #872031;
}
</style>