Shades of Pompadour #721C41
Tints of Pompadour #721C41
RGB
CMYK
RGB Variations
Color information
#721C41 (or 0x721C41) is known color: Pompadour. HEX triplet: 72, 1C and 41. RGB value is (114,28,65). Sum of RGB (Red+Green+Blue) = 114+28+65=207 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.07% from 207); Green value is 28 (11.33% from 255 or 13.53% from 207); Blue value is 65 (25.78% from 255 or 31.40% from 207); Max value from RGB is 114 - color contains mainly: red. Hex color #721C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721C41 is #8DE3BE. Grayscale: #393939. Windows color (decimal): -9298879 or 4267122. OLE color: 4267122.
HSL color Cylindrical-coordinate representation of color #721C41: hue angle of 334.19º 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 #721C41 is Cyan = 0, Magento = 0.75, Yellow = 0.43 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 28 | 65 | - |
| CMYK | 0 | 0.75 | 0.43 | 0.55 |
| HSL | 334.19º | 0.61% | 0.28% | - |
| HSV(B) | 334.19º | 0.75% | 0.45% | - |
| XYZ | 8.31 | 4.79 | 5.49 | - |
| YUV | 57.93 | 131.99 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 28 | 65 | 0 | 0.75 | 0.43 | 0.55 | 334.19 | 0.61 | 0.28 |
| Hex | 72 | 1C | 41 | 0 | 4B | 2B | 37 | 14E | 3D | 1C |
| Octal | 162 | 34 | 101 | 0 | 113 | 53 | 67 | 516 | 75 | 34 |
| Binary | 1110010 | 11100 | 1000001 | 0 | 1001011 | 101011 | 110111 | 101001110 | 111101 | 11100 |
Color Harmonies of #721C41
Complementary color
Monochromatic Colors of #721C41
Black with #721C41
Text Example
Text Example
White with #721C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721C41; }
p { color: rgb(114,28,65); }
H1.HeaderClassName
{
color: #721C41;
}
.AnyTagClassName
{
color: #721C41;
}
</style>
background-color css
<style>
a { background-color: #721C41; }
a { background-color: rgb(114,28,65); }
div.DivClassName
{
background-color: #721C41;
}
.BgClassName
{
background-color: #721C41;
}
</style>
border-color css
<style>
span { border-color: #721C41; }
span { border-color: rgb(114,28,65); }
td.TdClassName
{
border-color: #721C41;
}
.TagClassName
{
border-color: #721C41;
}
</style>