Shades of Pompadour #850D45
Tints of Pompadour #850D45
RGB
CMYK
RGB Variations
Color information
#850D45 (or 0x850D45) is known color: Pompadour. HEX triplet: 85, 0D and 45. RGB value is (133,13,69). Sum of RGB (Red+Green+Blue) = 133+13+69=215 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.86% from 215); Green value is 13 (5.47% from 255 or 6.05% from 215); Blue value is 69 (27.34% from 255 or 32.09% from 215); Max value from RGB is 133 - color contains mainly: red. Hex color #850D45 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850D45 is #7AF2BA. Grayscale: #373737. Windows color (decimal): -8057531 or 4525445. OLE color: 4525445.
HSL color Cylindrical-coordinate representation of color #850D45: hue angle of 332º 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 #850D45 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 13 | 69 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.48 |
| HSL | 332º | 0.82% | 0.29% | - |
| HSV(B) | 332º | 0.9% | 0.52% | - |
| XYZ | 10.89 | 5.7 | 6.16 | - |
| YUV | 55.26 | 135.76 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 13 | 69 | 0 | 0.90 | 0.48 | 0.48 | 332 | 0.82 | 0.29 |
| Hex | 85 | D | 45 | 0 | 5A | 30 | 30 | 14C | 52 | 1D |
| Octal | 205 | 15 | 105 | 0 | 132 | 60 | 60 | 514 | 122 | 35 |
| Binary | 10000101 | 1101 | 1000101 | 0 | 1011010 | 110000 | 110000 | 101001100 | 1010010 | 11101 |
Color Harmonies of #850D45
Complementary color
Monochromatic Colors of #850D45
Black with #850D45
Text Example
Text Example
White with #850D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850D45; }
p { color: rgb(133,13,69); }
H1.HeaderClassName
{
color: #850D45;
}
.AnyTagClassName
{
color: #850D45;
}
</style>
background-color css
<style>
a { background-color: #850D45; }
a { background-color: rgb(133,13,69); }
div.DivClassName
{
background-color: #850D45;
}
.BgClassName
{
background-color: #850D45;
}
</style>
border-color css
<style>
span { border-color: #850D45; }
span { border-color: rgb(133,13,69); }
td.TdClassName
{
border-color: #850D45;
}
.TagClassName
{
border-color: #850D45;
}
</style>