Shades of Shiraz #872D38
Tints of Shiraz #872D38
RGB
CMYK
RGB Variations
Color information
#872D38 (or 0x872D38) is known color: Shiraz. HEX triplet: 87, 2D and 38. RGB value is (135,45,56). Sum of RGB (Red+Green+Blue) = 135+45+56=236 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.20% from 236); Green value is 45 (17.97% from 255 or 19.07% from 236); Blue value is 56 (22.27% from 255 or 23.73% from 236); Max value from RGB is 135 - color contains mainly: red. Hex color #872D38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872D38 is #78D2C7. Grayscale: #494949. Windows color (decimal): -7918280 or 3681671. OLE color: 3681671.
HSL color Cylindrical-coordinate representation of color #872D38: hue angle of 352.67º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #872D38 is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 45 | 56 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.47 |
| HSL | 352.67º | 0.5% | 0.35% | - |
| HSV(B) | 352.67º | 0.67% | 0.53% | - |
| XYZ | 11.64 | 7.31 | 4.54 | - |
| YUV | 73.16 | 118.32 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 45 | 56 | 0 | 0.67 | 0.59 | 0.47 | 352.67 | 0.5 | 0.35 |
| Hex | 87 | 2D | 38 | 0 | 43 | 3B | 2F | 161 | 32 | 23 |
| Octal | 207 | 55 | 70 | 0 | 103 | 73 | 57 | 541 | 62 | 43 |
| Binary | 10000111 | 101101 | 111000 | 0 | 1000011 | 111011 | 101111 | 101100001 | 110010 | 100011 |
Color Harmonies of #872D38
Complementary color
Monochromatic Colors of #872D38
Black with #872D38
Text Example
Text Example
White with #872D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872D38; }
p { color: rgb(135,45,56); }
H1.HeaderClassName
{
color: #872D38;
}
.AnyTagClassName
{
color: #872D38;
}
</style>
background-color css
<style>
a { background-color: #872D38; }
a { background-color: rgb(135,45,56); }
div.DivClassName
{
background-color: #872D38;
}
.BgClassName
{
background-color: #872D38;
}
</style>
border-color css
<style>
span { border-color: #872D38; }
span { border-color: rgb(135,45,56); }
td.TdClassName
{
border-color: #872D38;
}
.TagClassName
{
border-color: #872D38;
}
</style>