Shades of Paarl #85442C
Tints of Paarl #85442C
RGB
CMYK
RGB Variations
Color information
#85442C (or 0x85442C) is known color: Paarl. HEX triplet: 85, 44 and 2C. RGB value is (133,68,44). Sum of RGB (Red+Green+Blue) = 133+68+44=245 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.29% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 44 (17.58% from 255 or 17.96% from 245); Max value from RGB is 133 - color contains mainly: red. Hex color #85442C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85442C is #7ABBD3. Grayscale: #545454. Windows color (decimal): -8043476 or 2901125. OLE color: 2901125.
HSL color Cylindrical-coordinate representation of color #85442C: hue angle of 16.18º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #85442C is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 68 | 44 | - |
| CMYK | 0 | 0.49 | 0.67 | 0.48 |
| HSL | 16.18º | 0.5% | 0.35% | - |
| HSV(B) | 16.18º | 0.67% | 0.52% | - |
| XYZ | 12.19 | 9.3 | 3.54 | - |
| YUV | 84.7 | 105.03 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 68 | 44 | 0 | 0.49 | 0.67 | 0.48 | 16.18 | 0.5 | 0.35 |
| Hex | 85 | 44 | 2C | 0 | 31 | 43 | 30 | 10 | 32 | 23 |
| Octal | 205 | 104 | 54 | 0 | 61 | 103 | 60 | 20 | 62 | 43 |
| Binary | 10000101 | 1000100 | 101100 | 0 | 110001 | 1000011 | 110000 | 10000 | 110010 | 100011 |
Color Harmonies of #85442C
Complementary color
Monochromatic Colors of #85442C
Black with #85442C
Text Example
Text Example
White with #85442C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85442C; }
p { color: rgb(133,68,44); }
H1.HeaderClassName
{
color: #85442C;
}
.AnyTagClassName
{
color: #85442C;
}
</style>
background-color css
<style>
a { background-color: #85442C; }
a { background-color: rgb(133,68,44); }
div.DivClassName
{
background-color: #85442C;
}
.BgClassName
{
background-color: #85442C;
}
</style>
border-color css
<style>
span { border-color: #85442C; }
span { border-color: rgb(133,68,44); }
td.TdClassName
{
border-color: #85442C;
}
.TagClassName
{
border-color: #85442C;
}
</style>