Shades of Shiraz #872238
Tints of Shiraz #872238
RGB
CMYK
RGB Variations
Color information
#872238 (or 0x872238) is known color: Shiraz. HEX triplet: 87, 22 and 38. RGB value is (135,34,56). Sum of RGB (Red+Green+Blue) = 135+34+56=225 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60% from 225); Green value is 34 (13.67% from 255 or 15.11% from 225); Blue value is 56 (22.27% from 255 or 24.89% from 225); Max value from RGB is 135 - color contains mainly: red. Hex color #872238 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872238 is #78DDC7. Grayscale: #424242. Windows color (decimal): -7921096 or 3678855. OLE color: 3678855.
HSL color Cylindrical-coordinate representation of color #872238: hue angle of 346.93º 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 #872238 is Cyan = 0, Magento = 0.75, Yellow = 0.59 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 34 | 56 | - |
| CMYK | 0 | 0.75 | 0.59 | 0.47 |
| HSL | 346.93º | 0.6% | 0.33% | - |
| HSV(B) | 346.93º | 0.75% | 0.53% | - |
| XYZ | 11.28 | 6.58 | 4.42 | - |
| YUV | 66.71 | 121.96 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 34 | 56 | 0 | 0.75 | 0.59 | 0.47 | 346.93 | 0.6 | 0.33 |
| Hex | 87 | 22 | 38 | 0 | 4B | 3B | 2F | 15B | 3C | 21 |
| Octal | 207 | 42 | 70 | 0 | 113 | 73 | 57 | 533 | 74 | 41 |
| Binary | 10000111 | 100010 | 111000 | 0 | 1001011 | 111011 | 101111 | 101011011 | 111100 | 100001 |
Color Harmonies of #872238
Complementary color
Monochromatic Colors of #872238
Black with #872238
Text Example
Text Example
White with #872238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872238; }
p { color: rgb(135,34,56); }
H1.HeaderClassName
{
color: #872238;
}
.AnyTagClassName
{
color: #872238;
}
</style>
background-color css
<style>
a { background-color: #872238; }
a { background-color: rgb(135,34,56); }
div.DivClassName
{
background-color: #872238;
}
.BgClassName
{
background-color: #872238;
}
</style>
border-color css
<style>
span { border-color: #872238; }
span { border-color: rgb(135,34,56); }
td.TdClassName
{
border-color: #872238;
}
.TagClassName
{
border-color: #872238;
}
</style>