Shades of Pompadour #850D4B
Tints of Pompadour #850D4B
RGB
CMYK
RGB Variations
Color information
#850D4B (or 0x850D4B) is known color: Pompadour. HEX triplet: 85, 0D and 4B. RGB value is (133,13,75). Sum of RGB (Red+Green+Blue) = 133+13+75=221 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.18% from 221); Green value is 13 (5.47% from 255 or 5.88% from 221); Blue value is 75 (29.69% from 255 or 33.94% from 221); Max value from RGB is 133 - color contains mainly: red. Hex color #850D4B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850D4B is #7AF2B4. Grayscale: #373737. Windows color (decimal): -8057525 or 4918661. OLE color: 4918661.
HSL color Cylindrical-coordinate representation of color #850D4B: hue angle of 329º 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 #850D4B is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 13 | 75 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.48 |
| HSL | 329º | 0.82% | 0.29% | - |
| HSV(B) | 329º | 0.9% | 0.52% | - |
| XYZ | 11.09 | 5.78 | 7.19 | - |
| YUV | 55.95 | 138.76 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 13 | 75 | 0 | 0.90 | 0.44 | 0.48 | 329 | 0.82 | 0.29 |
| Hex | 85 | D | 4B | 0 | 5A | 2C | 30 | 149 | 52 | 1D |
| Octal | 205 | 15 | 113 | 0 | 132 | 54 | 60 | 511 | 122 | 35 |
| Binary | 10000101 | 1101 | 1001011 | 0 | 1011010 | 101100 | 110000 | 101001001 | 1010010 | 11101 |
Color Harmonies of #850D4B
Complementary color
Monochromatic Colors of #850D4B
Black with #850D4B
Text Example
Text Example
White with #850D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850D4B; }
p { color: rgb(133,13,75); }
H1.HeaderClassName
{
color: #850D4B;
}
.AnyTagClassName
{
color: #850D4B;
}
</style>
background-color css
<style>
a { background-color: #850D4B; }
a { background-color: rgb(133,13,75); }
div.DivClassName
{
background-color: #850D4B;
}
.BgClassName
{
background-color: #850D4B;
}
</style>
border-color css
<style>
span { border-color: #850D4B; }
span { border-color: rgb(133,13,75); }
td.TdClassName
{
border-color: #850D4B;
}
.TagClassName
{
border-color: #850D4B;
}
</style>