Shades of Paarl #89462D
Tints of Paarl #89462D
RGB
CMYK
RGB Variations
Color information
#89462D (or 0x89462D) is known color: Paarl. HEX triplet: 89, 46 and 2D. RGB value is (137,70,45). Sum of RGB (Red+Green+Blue) = 137+70+45=252 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.37% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 45 (17.97% from 255 or 17.86% from 252); Max value from RGB is 137 - color contains mainly: red. Hex color #89462D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89462D is #76B9D2. Grayscale: #575757. Windows color (decimal): -7780819 or 2967177. OLE color: 2967177.
HSL color Cylindrical-coordinate representation of color #89462D: hue angle of 16.3º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #89462D is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 70 | 45 | - |
| CMYK | 0 | 0.49 | 0.67 | 0.46 |
| HSL | 16.3º | 0.51% | 0.36% | - |
| HSV(B) | 16.3º | 0.67% | 0.54% | - |
| XYZ | 12.98 | 9.89 | 3.71 | - |
| YUV | 87.18 | 104.2 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 70 | 45 | 0 | 0.49 | 0.67 | 0.46 | 16.3 | 0.51 | 0.36 |
| Hex | 89 | 46 | 2D | 0 | 31 | 43 | 2E | 10 | 33 | 24 |
| Octal | 211 | 106 | 55 | 0 | 61 | 103 | 56 | 20 | 63 | 44 |
| Binary | 10001001 | 1000110 | 101101 | 0 | 110001 | 1000011 | 101110 | 10000 | 110011 | 100100 |
Color Harmonies of #89462D
Complementary color
Monochromatic Colors of #89462D
Black with #89462D
Text Example
Text Example
White with #89462D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89462D; }
p { color: rgb(137,70,45); }
H1.HeaderClassName
{
color: #89462D;
}
.AnyTagClassName
{
color: #89462D;
}
</style>
background-color css
<style>
a { background-color: #89462D; }
a { background-color: rgb(137,70,45); }
div.DivClassName
{
background-color: #89462D;
}
.BgClassName
{
background-color: #89462D;
}
</style>
border-color css
<style>
span { border-color: #89462D; }
span { border-color: rgb(137,70,45); }
td.TdClassName
{
border-color: #89462D;
}
.TagClassName
{
border-color: #89462D;
}
</style>