Shades of Paarl #87472E
Tints of Paarl #87472E
RGB
CMYK
RGB Variations
Color information
#87472E (or 0x87472E) is known color: Paarl. HEX triplet: 87, 47 and 2E. RGB value is (135,71,46). Sum of RGB (Red+Green+Blue) = 135+71+46=252 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.57% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 46 (18.36% from 255 or 18.25% from 252); Max value from RGB is 135 - color contains mainly: red. Hex color #87472E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87472E is #78B8D1. Grayscale: #575757. Windows color (decimal): -7911634 or 3032967. OLE color: 3032967.
HSL color Cylindrical-coordinate representation of color #87472E: hue angle of 16.85º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #87472E is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 71 | 46 | - |
| CMYK | 0 | 0.47 | 0.66 | 0.47 |
| HSL | 16.85º | 0.49% | 0.35% | - |
| HSV(B) | 16.85º | 0.66% | 0.53% | - |
| XYZ | 12.74 | 9.85 | 3.82 | - |
| YUV | 87.29 | 104.7 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 71 | 46 | 0 | 0.47 | 0.66 | 0.47 | 16.85 | 0.49 | 0.35 |
| Hex | 87 | 47 | 2E | 0 | 2F | 42 | 2F | 11 | 31 | 23 |
| Octal | 207 | 107 | 56 | 0 | 57 | 102 | 57 | 21 | 61 | 43 |
| Binary | 10000111 | 1000111 | 101110 | 0 | 101111 | 1000010 | 101111 | 10001 | 110001 | 100011 |
Color Harmonies of #87472E
Complementary color
Monochromatic Colors of #87472E
Black with #87472E
Text Example
Text Example
White with #87472E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87472E; }
p { color: rgb(135,71,46); }
H1.HeaderClassName
{
color: #87472E;
}
.AnyTagClassName
{
color: #87472E;
}
</style>
background-color css
<style>
a { background-color: #87472E; }
a { background-color: rgb(135,71,46); }
div.DivClassName
{
background-color: #87472E;
}
.BgClassName
{
background-color: #87472E;
}
</style>
border-color css
<style>
span { border-color: #87472E; }
span { border-color: rgb(135,71,46); }
td.TdClassName
{
border-color: #87472E;
}
.TagClassName
{
border-color: #87472E;
}
</style>