Shades of Pompadour #850E3E
Tints of Pompadour #850E3E
RGB
CMYK
RGB Variations
Color information
#850E3E (or 0x850E3E) is known color: Pompadour. HEX triplet: 85, 0E and 3E. RGB value is (133,14,62). Sum of RGB (Red+Green+Blue) = 133+14+62=209 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.64% from 209); Green value is 14 (5.86% from 255 or 6.70% from 209); Blue value is 62 (24.61% from 255 or 29.67% from 209); Max value from RGB is 133 - color contains mainly: red. Hex color #850E3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850E3E is #7AF1C1. Grayscale: #363636. Windows color (decimal): -8057282 or 4066949. OLE color: 4066949.
HSL color Cylindrical-coordinate representation of color #850E3E: hue angle of 335.8º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #850E3E is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 14 | 62 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.48 |
| HSL | 335.8º | 0.81% | 0.29% | - |
| HSV(B) | 335.8º | 0.89% | 0.52% | - |
| XYZ | 10.7 | 5.65 | 5.08 | - |
| YUV | 55.05 | 131.92 | 183.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 14 | 62 | 0 | 0.89 | 0.53 | 0.48 | 335.8 | 0.81 | 0.29 |
| Hex | 85 | E | 3E | 0 | 59 | 35 | 30 | 150 | 51 | 1D |
| Octal | 205 | 16 | 76 | 0 | 131 | 65 | 60 | 520 | 121 | 35 |
| Binary | 10000101 | 1110 | 111110 | 0 | 1011001 | 110101 | 110000 | 101010000 | 1010001 | 11101 |
Color Harmonies of #850E3E
Complementary color
Monochromatic Colors of #850E3E
Black with #850E3E
Text Example
Text Example
White with #850E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850E3E; }
p { color: rgb(133,14,62); }
H1.HeaderClassName
{
color: #850E3E;
}
.AnyTagClassName
{
color: #850E3E;
}
</style>
background-color css
<style>
a { background-color: #850E3E; }
a { background-color: rgb(133,14,62); }
div.DivClassName
{
background-color: #850E3E;
}
.BgClassName
{
background-color: #850E3E;
}
</style>
border-color css
<style>
span { border-color: #850E3E; }
span { border-color: rgb(133,14,62); }
td.TdClassName
{
border-color: #850E3E;
}
.TagClassName
{
border-color: #850E3E;
}
</style>