Shades of Pompadour #721C4C
Tints of Pompadour #721C4C
RGB
CMYK
RGB Variations
Color information
#721C4C (or 0x721C4C) is known color: Pompadour. HEX triplet: 72, 1C and 4C. RGB value is (114,28,76). Sum of RGB (Red+Green+Blue) = 114+28+76=218 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.29% from 218); Green value is 28 (11.33% from 255 or 12.84% from 218); Blue value is 76 (30.08% from 255 or 34.86% from 218); Max value from RGB is 114 - color contains mainly: red. Hex color #721C4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721C4C is #8DE3B3. Grayscale: #3B3B3B. Windows color (decimal): -9298868 or 4988018. OLE color: 4988018.
HSL color Cylindrical-coordinate representation of color #721C4C: hue angle of 326.51º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #721C4C is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 28 | 76 | - |
| CMYK | 0 | 0.75 | 0.33 | 0.55 |
| HSL | 326.51º | 0.61% | 0.28% | - |
| HSV(B) | 326.51º | 0.75% | 0.45% | - |
| XYZ | 8.66 | 4.93 | 7.33 | - |
| YUV | 59.19 | 137.49 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 28 | 76 | 0 | 0.75 | 0.33 | 0.55 | 326.51 | 0.61 | 0.28 |
| Hex | 72 | 1C | 4C | 0 | 4B | 21 | 37 | 147 | 3D | 1C |
| Octal | 162 | 34 | 114 | 0 | 113 | 41 | 67 | 507 | 75 | 34 |
| Binary | 1110010 | 11100 | 1001100 | 0 | 1001011 | 100001 | 110111 | 101000111 | 111101 | 11100 |
Color Harmonies of #721C4C
Complementary color
Monochromatic Colors of #721C4C
Black with #721C4C
Text Example
Text Example
White with #721C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721C4C; }
p { color: rgb(114,28,76); }
H1.HeaderClassName
{
color: #721C4C;
}
.AnyTagClassName
{
color: #721C4C;
}
</style>
background-color css
<style>
a { background-color: #721C4C; }
a { background-color: rgb(114,28,76); }
div.DivClassName
{
background-color: #721C4C;
}
.BgClassName
{
background-color: #721C4C;
}
</style>
border-color css
<style>
span { border-color: #721C4C; }
span { border-color: rgb(114,28,76); }
td.TdClassName
{
border-color: #721C4C;
}
.TagClassName
{
border-color: #721C4C;
}
</style>