Shades of Pompadour #850D44
Tints of Pompadour #850D44
RGB
CMYK
RGB Variations
Color information
#850D44 (or 0x850D44) is known color: Pompadour. HEX triplet: 85, 0D and 44. RGB value is (133,13,68). Sum of RGB (Red+Green+Blue) = 133+13+68=214 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.15% from 214); Green value is 13 (5.47% from 255 or 6.07% from 214); Blue value is 68 (26.95% from 255 or 31.78% from 214); Max value from RGB is 133 - color contains mainly: red. Hex color #850D44 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850D44 is #7AF2BB. Grayscale: #373737. Windows color (decimal): -8057532 or 4459909. OLE color: 4459909.
HSL color Cylindrical-coordinate representation of color #850D44: hue angle of 332.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #850D44 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 13 | 68 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.48 |
| HSL | 332.5º | 0.82% | 0.29% | - |
| HSV(B) | 332.5º | 0.9% | 0.52% | - |
| XYZ | 10.86 | 5.69 | 6 | - |
| YUV | 55.15 | 135.26 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 13 | 68 | 0 | 0.90 | 0.49 | 0.48 | 332.5 | 0.82 | 0.29 |
| Hex | 85 | D | 44 | 0 | 5A | 31 | 30 | 14C | 52 | 1D |
| Octal | 205 | 15 | 104 | 0 | 132 | 61 | 60 | 514 | 122 | 35 |
| Binary | 10000101 | 1101 | 1000100 | 0 | 1011010 | 110001 | 110000 | 101001100 | 1010010 | 11101 |
Color Harmonies of #850D44
Complementary color
Monochromatic Colors of #850D44
Black with #850D44
Text Example
Text Example
White with #850D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850D44; }
p { color: rgb(133,13,68); }
H1.HeaderClassName
{
color: #850D44;
}
.AnyTagClassName
{
color: #850D44;
}
</style>
background-color css
<style>
a { background-color: #850D44; }
a { background-color: rgb(133,13,68); }
div.DivClassName
{
background-color: #850D44;
}
.BgClassName
{
background-color: #850D44;
}
</style>
border-color css
<style>
span { border-color: #850D44; }
span { border-color: rgb(133,13,68); }
td.TdClassName
{
border-color: #850D44;
}
.TagClassName
{
border-color: #850D44;
}
</style>