Shades of Pompadour #72173E
Tints of Pompadour #72173E
RGB
CMYK
RGB Variations
Color information
#72173E (or 0x72173E) is known color: Pompadour. HEX triplet: 72, 17 and 3E. RGB value is (114,23,62). Sum of RGB (Red+Green+Blue) = 114+23+62=199 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.29% from 199); Green value is 23 (9.38% from 255 or 11.56% from 199); Blue value is 62 (24.61% from 255 or 31.16% from 199); Max value from RGB is 114 - color contains mainly: red. Hex color #72173E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72173E is #8DE8C1. Grayscale: #363636. Windows color (decimal): -9300162 or 4069234. OLE color: 4069234.
HSL color Cylindrical-coordinate representation of color #72173E: hue angle of 334.29º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #72173E is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 23 | 62 | - |
| CMYK | 0 | 0.80 | 0.46 | 0.55 |
| HSL | 334.29º | 0.66% | 0.27% | - |
| HSV(B) | 334.29º | 0.8% | 0.45% | - |
| XYZ | 8.12 | 4.54 | 5.01 | - |
| YUV | 54.66 | 132.15 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 23 | 62 | 0 | 0.80 | 0.46 | 0.55 | 334.29 | 0.66 | 0.27 |
| Hex | 72 | 17 | 3E | 0 | 50 | 2E | 37 | 14E | 42 | 1B |
| Octal | 162 | 27 | 76 | 0 | 120 | 56 | 67 | 516 | 102 | 33 |
| Binary | 1110010 | 10111 | 111110 | 0 | 1010000 | 101110 | 110111 | 101001110 | 1000010 | 11011 |
Color Harmonies of #72173E
Complementary color
Monochromatic Colors of #72173E
Black with #72173E
Text Example
Text Example
White with #72173E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72173E; }
p { color: rgb(114,23,62); }
H1.HeaderClassName
{
color: #72173E;
}
.AnyTagClassName
{
color: #72173E;
}
</style>
background-color css
<style>
a { background-color: #72173E; }
a { background-color: rgb(114,23,62); }
div.DivClassName
{
background-color: #72173E;
}
.BgClassName
{
background-color: #72173E;
}
</style>
border-color css
<style>
span { border-color: #72173E; }
span { border-color: rgb(114,23,62); }
td.TdClassName
{
border-color: #72173E;
}
.TagClassName
{
border-color: #72173E;
}
</style>