Shades of Paarl #84442D
Tints of Paarl #84442D
RGB
CMYK
RGB Variations
Color information
#84442D (or 0x84442D) is known color: Paarl. HEX triplet: 84, 44 and 2D. RGB value is (132,68,45). Sum of RGB (Red+Green+Blue) = 132+68+45=245 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.88% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 45 (17.97% from 255 or 18.37% from 245); Max value from RGB is 132 - color contains mainly: red. Hex color #84442D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84442D is #7BBBD2. Grayscale: #545454. Windows color (decimal): -8109011 or 2966660. OLE color: 2966660.
HSL color Cylindrical-coordinate representation of color #84442D: hue angle of 15.86º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #84442D is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 68 | 45 | - |
| CMYK | 0 | 0.48 | 0.66 | 0.48 |
| HSL | 15.86º | 0.49% | 0.35% | - |
| HSV(B) | 15.86º | 0.66% | 0.52% | - |
| XYZ | 12.06 | 9.23 | 3.63 | - |
| YUV | 84.51 | 105.7 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 68 | 45 | 0 | 0.48 | 0.66 | 0.48 | 15.86 | 0.49 | 0.35 |
| Hex | 84 | 44 | 2D | 0 | 30 | 42 | 30 | 10 | 31 | 23 |
| Octal | 204 | 104 | 55 | 0 | 60 | 102 | 60 | 20 | 61 | 43 |
| Binary | 10000100 | 1000100 | 101101 | 0 | 110000 | 1000010 | 110000 | 10000 | 110001 | 100011 |
Color Harmonies of #84442D
Complementary color
Monochromatic Colors of #84442D
Black with #84442D
Text Example
Text Example
White with #84442D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84442D; }
p { color: rgb(132,68,45); }
H1.HeaderClassName
{
color: #84442D;
}
.AnyTagClassName
{
color: #84442D;
}
</style>
background-color css
<style>
a { background-color: #84442D; }
a { background-color: rgb(132,68,45); }
div.DivClassName
{
background-color: #84442D;
}
.BgClassName
{
background-color: #84442D;
}
</style>
border-color css
<style>
span { border-color: #84442D; }
span { border-color: rgb(132,68,45); }
td.TdClassName
{
border-color: #84442D;
}
.TagClassName
{
border-color: #84442D;
}
</style>