Shades of Shiraz #872233
Tints of Shiraz #872233
RGB
CMYK
RGB Variations
Color information
#872233 (or 0x872233) is known color: Shiraz. HEX triplet: 87, 22 and 33. RGB value is (135,34,51). Sum of RGB (Red+Green+Blue) = 135+34+51=220 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.36% from 220); Green value is 34 (13.67% from 255 or 15.45% from 220); Blue value is 51 (20.31% from 255 or 23.18% from 220); Max value from RGB is 135 - color contains mainly: red. Hex color #872233 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872233 is #78DDCC. Grayscale: #424242. Windows color (decimal): -7921101 or 3351175. OLE color: 3351175.
HSL color Cylindrical-coordinate representation of color #872233: hue angle of 349.9º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #872233 is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 34 | 51 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.47 |
| HSL | 349.9º | 0.6% | 0.33% | - |
| HSV(B) | 349.9º | 0.75% | 0.53% | - |
| XYZ | 11.16 | 6.53 | 3.8 | - |
| YUV | 66.14 | 119.46 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 34 | 51 | 0 | 0.75 | 0.62 | 0.47 | 349.9 | 0.6 | 0.33 |
| Hex | 87 | 22 | 33 | 0 | 4B | 3E | 2F | 15E | 3C | 21 |
| Octal | 207 | 42 | 63 | 0 | 113 | 76 | 57 | 536 | 74 | 41 |
| Binary | 10000111 | 100010 | 110011 | 0 | 1001011 | 111110 | 101111 | 101011110 | 111100 | 100001 |
Color Harmonies of #872233
Complementary color
Monochromatic Colors of #872233
Black with #872233
Text Example
Text Example
White with #872233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872233; }
p { color: rgb(135,34,51); }
H1.HeaderClassName
{
color: #872233;
}
.AnyTagClassName
{
color: #872233;
}
</style>
background-color css
<style>
a { background-color: #872233; }
a { background-color: rgb(135,34,51); }
div.DivClassName
{
background-color: #872233;
}
.BgClassName
{
background-color: #872233;
}
</style>
border-color css
<style>
span { border-color: #872233; }
span { border-color: rgb(135,34,51); }
td.TdClassName
{
border-color: #872233;
}
.TagClassName
{
border-color: #872233;
}
</style>