Shades of Pompadour #850C4C
Tints of Pompadour #850C4C
RGB
CMYK
RGB Variations
Color information
#850C4C (or 0x850C4C) is known color: Pompadour. HEX triplet: 85, 0C and 4C. RGB value is (133,12,76). Sum of RGB (Red+Green+Blue) = 133+12+76=221 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.18% from 221); Green value is 12 (5.08% from 255 or 5.43% from 221); Blue value is 76 (30.08% from 255 or 34.39% from 221); Max value from RGB is 133 - color contains mainly: red. Hex color #850C4C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850C4C is #7AF3B3. Grayscale: #373737. Windows color (decimal): -8057780 or 4983941. OLE color: 4983941.
HSL color Cylindrical-coordinate representation of color #850C4C: hue angle of 328.26º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #850C4C is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 12 | 76 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.48 |
| HSL | 328.26º | 0.83% | 0.28% | - |
| HSV(B) | 328.26º | 0.91% | 0.52% | - |
| XYZ | 11.11 | 5.77 | 7.37 | - |
| YUV | 55.48 | 139.59 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 12 | 76 | 0 | 0.91 | 0.43 | 0.48 | 328.26 | 0.83 | 0.28 |
| Hex | 85 | C | 4C | 0 | 5B | 2B | 30 | 148 | 53 | 1C |
| Octal | 205 | 14 | 114 | 0 | 133 | 53 | 60 | 510 | 123 | 34 |
| Binary | 10000101 | 1100 | 1001100 | 0 | 1011011 | 101011 | 110000 | 101001000 | 1010011 | 11100 |
Color Harmonies of #850C4C
Complementary color
Monochromatic Colors of #850C4C
Black with #850C4C
Text Example
Text Example
White with #850C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850C4C; }
p { color: rgb(133,12,76); }
H1.HeaderClassName
{
color: #850C4C;
}
.AnyTagClassName
{
color: #850C4C;
}
</style>
background-color css
<style>
a { background-color: #850C4C; }
a { background-color: rgb(133,12,76); }
div.DivClassName
{
background-color: #850C4C;
}
.BgClassName
{
background-color: #850C4C;
}
</style>
border-color css
<style>
span { border-color: #850C4C; }
span { border-color: rgb(133,12,76); }
td.TdClassName
{
border-color: #850C4C;
}
.TagClassName
{
border-color: #850C4C;
}
</style>