Shades of Paarl #89473A
Tints of Paarl #89473A
RGB
CMYK
RGB Variations
Color information
#89473A (or 0x89473A) is known color: Paarl. HEX triplet: 89, 47 and 3A. RGB value is (137,71,58). Sum of RGB (Red+Green+Blue) = 137+71+58=266 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.50% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 137 - color contains mainly: red. Hex color #89473A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89473A is #76B8C5. Grayscale: #595959. Windows color (decimal): -7780550 or 3819401. OLE color: 3819401.
HSL color Cylindrical-coordinate representation of color #89473A: hue angle of 9.87º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #89473A is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 71 | 58 | - |
| CMYK | 0 | 0.48 | 0.58 | 0.46 |
| HSL | 9.87º | 0.41% | 0.38% | - |
| HSV(B) | 9.87º | 0.58% | 0.54% | - |
| XYZ | 13.33 | 10.13 | 5.26 | - |
| YUV | 89.25 | 110.37 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 71 | 58 | 0 | 0.48 | 0.58 | 0.46 | 9.87 | 0.41 | 0.38 |
| Hex | 89 | 47 | 3A | 0 | 30 | 3A | 2E | A | 29 | 26 |
| Octal | 211 | 107 | 72 | 0 | 60 | 72 | 56 | 12 | 51 | 46 |
| Binary | 10001001 | 1000111 | 111010 | 0 | 110000 | 111010 | 101110 | 1010 | 101001 | 100110 |
Color Harmonies of #89473A
Complementary color
Monochromatic Colors of #89473A
Black with #89473A
Text Example
Text Example
White with #89473A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89473A; }
p { color: rgb(137,71,58); }
H1.HeaderClassName
{
color: #89473A;
}
.AnyTagClassName
{
color: #89473A;
}
</style>
background-color css
<style>
a { background-color: #89473A; }
a { background-color: rgb(137,71,58); }
div.DivClassName
{
background-color: #89473A;
}
.BgClassName
{
background-color: #89473A;
}
</style>
border-color css
<style>
span { border-color: #89473A; }
span { border-color: rgb(137,71,58); }
td.TdClassName
{
border-color: #89473A;
}
.TagClassName
{
border-color: #89473A;
}
</style>