Shades of Paarl #88472F
Tints of Paarl #88472F
RGB
CMYK
RGB Variations
Color information
#88472F (or 0x88472F) is known color: Paarl. HEX triplet: 88, 47 and 2F. RGB value is (136,71,47). Sum of RGB (Red+Green+Blue) = 136+71+47=254 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.54% from 254); Green value is 71 (28.12% from 255 or 27.95% from 254); Blue value is 47 (18.75% from 255 or 18.50% from 254); Max value from RGB is 136 - color contains mainly: red. Hex color #88472F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88472F is #77B8D0. Grayscale: #575757. Windows color (decimal): -7846097 or 3098504. OLE color: 3098504.
HSL color Cylindrical-coordinate representation of color #88472F: hue angle of 16.18º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #88472F is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 71 | 47 | - |
| CMYK | 0 | 0.48 | 0.65 | 0.47 |
| HSL | 16.18º | 0.49% | 0.36% | - |
| HSV(B) | 16.18º | 0.65% | 0.53% | - |
| XYZ | 12.92 | 9.95 | 3.93 | - |
| YUV | 87.7 | 105.03 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 71 | 47 | 0 | 0.48 | 0.65 | 0.47 | 16.18 | 0.49 | 0.36 |
| Hex | 88 | 47 | 2F | 0 | 30 | 41 | 2F | 10 | 31 | 24 |
| Octal | 210 | 107 | 57 | 0 | 60 | 101 | 57 | 20 | 61 | 44 |
| Binary | 10001000 | 1000111 | 101111 | 0 | 110000 | 1000001 | 101111 | 10000 | 110001 | 100100 |
Color Harmonies of #88472F
Complementary color
Monochromatic Colors of #88472F
Black with #88472F
Text Example
Text Example
White with #88472F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88472F; }
p { color: rgb(136,71,47); }
H1.HeaderClassName
{
color: #88472F;
}
.AnyTagClassName
{
color: #88472F;
}
</style>
background-color css
<style>
a { background-color: #88472F; }
a { background-color: rgb(136,71,47); }
div.DivClassName
{
background-color: #88472F;
}
.BgClassName
{
background-color: #88472F;
}
</style>
border-color css
<style>
span { border-color: #88472F; }
span { border-color: rgb(136,71,47); }
td.TdClassName
{
border-color: #88472F;
}
.TagClassName
{
border-color: #88472F;
}
</style>