Shades of Pompadour #721B3C
Tints of Pompadour #721B3C
RGB
CMYK
RGB Variations
Color information
#721B3C (or 0x721B3C) is known color: Pompadour. HEX triplet: 72, 1B and 3C. RGB value is (114,27,60). Sum of RGB (Red+Green+Blue) = 114+27+60=201 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.72% from 201); Green value is 27 (10.94% from 255 or 13.43% from 201); Blue value is 60 (23.83% from 255 or 29.85% from 201); Max value from RGB is 114 - color contains mainly: red. Hex color #721B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721B3C is #8DE4C3. Grayscale: #383838. Windows color (decimal): -9299140 or 3939186. OLE color: 3939186.
HSL color Cylindrical-coordinate representation of color #721B3C: hue angle of 337.24º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #721B3C is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 27 | 60 | - |
| CMYK | 0 | 0.76 | 0.47 | 0.55 |
| HSL | 337.24º | 0.62% | 0.28% | - |
| HSV(B) | 337.24º | 0.76% | 0.45% | - |
| XYZ | 8.15 | 4.69 | 4.75 | - |
| YUV | 56.78 | 129.82 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 27 | 60 | 0 | 0.76 | 0.47 | 0.55 | 337.24 | 0.62 | 0.28 |
| Hex | 72 | 1B | 3C | 0 | 4C | 2F | 37 | 151 | 3E | 1C |
| Octal | 162 | 33 | 74 | 0 | 114 | 57 | 67 | 521 | 76 | 34 |
| Binary | 1110010 | 11011 | 111100 | 0 | 1001100 | 101111 | 110111 | 101010001 | 111110 | 11100 |
Color Harmonies of #721B3C
Complementary color
Monochromatic Colors of #721B3C
Black with #721B3C
Text Example
Text Example
White with #721B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721B3C; }
p { color: rgb(114,27,60); }
H1.HeaderClassName
{
color: #721B3C;
}
.AnyTagClassName
{
color: #721B3C;
}
</style>
background-color css
<style>
a { background-color: #721B3C; }
a { background-color: rgb(114,27,60); }
div.DivClassName
{
background-color: #721B3C;
}
.BgClassName
{
background-color: #721B3C;
}
</style>
border-color css
<style>
span { border-color: #721B3C; }
span { border-color: rgb(114,27,60); }
td.TdClassName
{
border-color: #721B3C;
}
.TagClassName
{
border-color: #721B3C;
}
</style>