Shades of Shiraz #872A36
Tints of Shiraz #872A36
RGB
CMYK
RGB Variations
Color information
#872A36 (or 0x872A36) is known color: Shiraz. HEX triplet: 87, 2A and 36. RGB value is (135,42,54). Sum of RGB (Red+Green+Blue) = 135+42+54=231 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.44% from 231); Green value is 42 (16.80% from 255 or 18.18% from 231); Blue value is 54 (21.48% from 255 or 23.38% from 231); Max value from RGB is 135 - color contains mainly: red. Hex color #872A36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872A36 is #78D5C9. Grayscale: #474747. Windows color (decimal): -7919050 or 3549831. OLE color: 3549831.
HSL color Cylindrical-coordinate representation of color #872A36: hue angle of 352.26º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #872A36 is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 42 | 54 | - |
| CMYK | 0 | 0.69 | 0.60 | 0.47 |
| HSL | 352.26º | 0.53% | 0.35% | - |
| HSV(B) | 352.26º | 0.69% | 0.53% | - |
| XYZ | 11.49 | 7.07 | 4.25 | - |
| YUV | 71.18 | 118.31 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 42 | 54 | 0 | 0.69 | 0.60 | 0.47 | 352.26 | 0.53 | 0.35 |
| Hex | 87 | 2A | 36 | 0 | 45 | 3C | 2F | 160 | 35 | 23 |
| Octal | 207 | 52 | 66 | 0 | 105 | 74 | 57 | 540 | 65 | 43 |
| Binary | 10000111 | 101010 | 110110 | 0 | 1000101 | 111100 | 101111 | 101100000 | 110101 | 100011 |
Color Harmonies of #872A36
Complementary color
Monochromatic Colors of #872A36
Black with #872A36
Text Example
Text Example
White with #872A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872A36; }
p { color: rgb(135,42,54); }
H1.HeaderClassName
{
color: #872A36;
}
.AnyTagClassName
{
color: #872A36;
}
</style>
background-color css
<style>
a { background-color: #872A36; }
a { background-color: rgb(135,42,54); }
div.DivClassName
{
background-color: #872A36;
}
.BgClassName
{
background-color: #872A36;
}
</style>
border-color css
<style>
span { border-color: #872A36; }
span { border-color: rgb(135,42,54); }
td.TdClassName
{
border-color: #872A36;
}
.TagClassName
{
border-color: #872A36;
}
</style>