Shades of Pompadour #850B4C
Tints of Pompadour #850B4C
RGB
CMYK
RGB Variations
Color information
#850B4C (or 0x850B4C) is known color: Pompadour. HEX triplet: 85, 0B and 4C. RGB value is (133,11,76). Sum of RGB (Red+Green+Blue) = 133+11+76=220 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.45% from 220); Green value is 11 (4.69% from 255 or 5% from 220); Blue value is 76 (30.08% from 255 or 34.55% from 220); Max value from RGB is 133 - color contains mainly: red. Hex color #850B4C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850B4C is #7AF4B3. Grayscale: #363636. Windows color (decimal): -8058036 or 4983685. OLE color: 4983685.
HSL color Cylindrical-coordinate representation of color #850B4C: hue angle of 328.03º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #850B4C is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 11 | 76 | - |
| CMYK | 0 | 0.92 | 0.43 | 0.48 |
| HSL | 328.03º | 0.85% | 0.28% | - |
| HSV(B) | 328.03º | 0.92% | 0.52% | - |
| XYZ | 11.1 | 5.75 | 7.36 | - |
| YUV | 54.89 | 139.92 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 11 | 76 | 0 | 0.92 | 0.43 | 0.48 | 328.03 | 0.85 | 0.28 |
| Hex | 85 | B | 4C | 0 | 5C | 2B | 30 | 148 | 55 | 1C |
| Octal | 205 | 13 | 114 | 0 | 134 | 53 | 60 | 510 | 125 | 34 |
| Binary | 10000101 | 1011 | 1001100 | 0 | 1011100 | 101011 | 110000 | 101001000 | 1010101 | 11100 |
Color Harmonies of #850B4C
Complementary color
Monochromatic Colors of #850B4C
Black with #850B4C
Text Example
Text Example
White with #850B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850B4C; }
p { color: rgb(133,11,76); }
H1.HeaderClassName
{
color: #850B4C;
}
.AnyTagClassName
{
color: #850B4C;
}
</style>
background-color css
<style>
a { background-color: #850B4C; }
a { background-color: rgb(133,11,76); }
div.DivClassName
{
background-color: #850B4C;
}
.BgClassName
{
background-color: #850B4C;
}
</style>
border-color css
<style>
span { border-color: #850B4C; }
span { border-color: rgb(133,11,76); }
td.TdClassName
{
border-color: #850B4C;
}
.TagClassName
{
border-color: #850B4C;
}
</style>