Shades of Paarl #85442F
Tints of Paarl #85442F
RGB
CMYK
RGB Variations
Color information
#85442F (or 0x85442F) is known color: Paarl. HEX triplet: 85, 44 and 2F. RGB value is (133,68,47). Sum of RGB (Red+Green+Blue) = 133+68+47=248 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.63% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 47 (18.75% from 255 or 18.95% from 248); Max value from RGB is 133 - color contains mainly: red. Hex color #85442F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85442F is #7ABBD0. Grayscale: #555555. Windows color (decimal): -8043473 or 3097733. OLE color: 3097733.
HSL color Cylindrical-coordinate representation of color #85442F: hue angle of 14.65º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #85442F is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 68 | 47 | - |
| CMYK | 0 | 0.49 | 0.65 | 0.48 |
| HSL | 14.65º | 0.48% | 0.35% | - |
| HSV(B) | 14.65º | 0.65% | 0.52% | - |
| XYZ | 12.25 | 9.33 | 3.84 | - |
| YUV | 85.04 | 106.53 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 68 | 47 | 0 | 0.49 | 0.65 | 0.48 | 14.65 | 0.48 | 0.35 |
| Hex | 85 | 44 | 2F | 0 | 31 | 41 | 30 | F | 30 | 23 |
| Octal | 205 | 104 | 57 | 0 | 61 | 101 | 60 | 17 | 60 | 43 |
| Binary | 10000101 | 1000100 | 101111 | 0 | 110001 | 1000001 | 110000 | 1111 | 110000 | 100011 |
Color Harmonies of #85442F
Complementary color
Monochromatic Colors of #85442F
Black with #85442F
Text Example
Text Example
White with #85442F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85442F; }
p { color: rgb(133,68,47); }
H1.HeaderClassName
{
color: #85442F;
}
.AnyTagClassName
{
color: #85442F;
}
</style>
background-color css
<style>
a { background-color: #85442F; }
a { background-color: rgb(133,68,47); }
div.DivClassName
{
background-color: #85442F;
}
.BgClassName
{
background-color: #85442F;
}
</style>
border-color css
<style>
span { border-color: #85442F; }
span { border-color: rgb(133,68,47); }
td.TdClassName
{
border-color: #85442F;
}
.TagClassName
{
border-color: #85442F;
}
</style>