Shades of Pompadour #850D40
Tints of Pompadour #850D40
RGB
CMYK
RGB Variations
Color information
#850D40 (or 0x850D40) is known color: Pompadour. HEX triplet: 85, 0D and 40. RGB value is (133,13,64). Sum of RGB (Red+Green+Blue) = 133+13+64=210 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.33% from 210); Green value is 13 (5.47% from 255 or 6.19% from 210); Blue value is 64 (25.39% from 255 or 30.48% from 210); Max value from RGB is 133 - color contains mainly: red. Hex color #850D40 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850D40 is #7AF2BF. Grayscale: #363636. Windows color (decimal): -8057536 or 4197765. OLE color: 4197765.
HSL color Cylindrical-coordinate representation of color #850D40: hue angle of 334.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 #850D40 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 13 | 64 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.48 |
| HSL | 334.5º | 0.82% | 0.29% | - |
| HSV(B) | 334.5º | 0.9% | 0.52% | - |
| XYZ | 10.74 | 5.64 | 5.37 | - |
| YUV | 54.69 | 133.26 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 13 | 64 | 0 | 0.90 | 0.52 | 0.48 | 334.5 | 0.82 | 0.29 |
| Hex | 85 | D | 40 | 0 | 5A | 34 | 30 | 14E | 52 | 1D |
| Octal | 205 | 15 | 100 | 0 | 132 | 64 | 60 | 516 | 122 | 35 |
| Binary | 10000101 | 1101 | 1000000 | 0 | 1011010 | 110100 | 110000 | 101001110 | 1010010 | 11101 |
Color Harmonies of #850D40
Complementary color
Monochromatic Colors of #850D40
Black with #850D40
Text Example
Text Example
White with #850D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850D40; }
p { color: rgb(133,13,64); }
H1.HeaderClassName
{
color: #850D40;
}
.AnyTagClassName
{
color: #850D40;
}
</style>
background-color css
<style>
a { background-color: #850D40; }
a { background-color: rgb(133,13,64); }
div.DivClassName
{
background-color: #850D40;
}
.BgClassName
{
background-color: #850D40;
}
</style>
border-color css
<style>
span { border-color: #850D40; }
span { border-color: rgb(133,13,64); }
td.TdClassName
{
border-color: #850D40;
}
.TagClassName
{
border-color: #850D40;
}
</style>