Shades of Shiraz #872030
Tints of Shiraz #872030
RGB
CMYK
RGB Variations
Color information
#872030 (or 0x872030) is known color: Shiraz. HEX triplet: 87, 20 and 30. RGB value is (135,32,48). Sum of RGB (Red+Green+Blue) = 135+32+48=215 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.79% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 48 (19.14% from 255 or 22.33% from 215); Max value from RGB is 135 - color contains mainly: red. Hex color #872030 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872030 is #78DFCF. Grayscale: #404040. Windows color (decimal): -7921616 or 3154055. OLE color: 3154055.
HSL color Cylindrical-coordinate representation of color #872030: hue angle of 350.68º 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 #872030 is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 32 | 48 | - |
| CMYK | 0 | 0.76 | 0.64 | 0.47 |
| HSL | 350.68º | 0.62% | 0.33% | - |
| HSV(B) | 350.68º | 0.76% | 0.53% | - |
| XYZ | 11.04 | 6.4 | 3.45 | - |
| YUV | 64.62 | 118.62 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 32 | 48 | 0 | 0.76 | 0.64 | 0.47 | 350.68 | 0.62 | 0.33 |
| Hex | 87 | 20 | 30 | 0 | 4C | 40 | 2F | 15F | 3E | 21 |
| Octal | 207 | 40 | 60 | 0 | 114 | 100 | 57 | 537 | 76 | 41 |
| Binary | 10000111 | 100000 | 110000 | 0 | 1001100 | 1000000 | 101111 | 101011111 | 111110 | 100001 |
Color Harmonies of #872030
Complementary color
Monochromatic Colors of #872030
Black with #872030
Text Example
Text Example
White with #872030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872030; }
p { color: rgb(135,32,48); }
H1.HeaderClassName
{
color: #872030;
}
.AnyTagClassName
{
color: #872030;
}
</style>
background-color css
<style>
a { background-color: #872030; }
a { background-color: rgb(135,32,48); }
div.DivClassName
{
background-color: #872030;
}
.BgClassName
{
background-color: #872030;
}
</style>
border-color css
<style>
span { border-color: #872030; }
span { border-color: rgb(135,32,48); }
td.TdClassName
{
border-color: #872030;
}
.TagClassName
{
border-color: #872030;
}
</style>