Shades of Pompadour #611A39
Tints of Pompadour #611A39
RGB
CMYK
RGB Variations
Color information
#611A39 (or 0x611A39) is known color: Pompadour. HEX triplet: 61, 1A and 39. RGB value is (97,26,57). Sum of RGB (Red+Green+Blue) = 97+26+57=180 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.89% from 180); Green value is 26 (10.55% from 255 or 14.44% from 180); Blue value is 57 (22.66% from 255 or 31.67% from 180); Max value from RGB is 97 - color contains mainly: red. Hex color #611A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611A39 is #9EE5C6. Grayscale: #323232. Windows color (decimal): -10413511 or 3742305. OLE color: 3742305.
HSL color Cylindrical-coordinate representation of color #611A39: hue angle of 333.8º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #611A39 is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 26 | 57 | - |
| CMYK | 0 | 0.73 | 0.41 | 0.62 |
| HSL | 333.8º | 0.58% | 0.24% | - |
| HSV(B) | 333.8º | 0.73% | 0.38% | - |
| XYZ | 6.04 | 3.58 | 4.24 | - |
| YUV | 50.76 | 131.52 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 26 | 57 | 0 | 0.73 | 0.41 | 0.62 | 333.8 | 0.58 | 0.24 |
| Hex | 61 | 1A | 39 | 0 | 49 | 29 | 3E | 14E | 3A | 18 |
| Octal | 141 | 32 | 71 | 0 | 111 | 51 | 76 | 516 | 72 | 30 |
| Binary | 1100001 | 11010 | 111001 | 0 | 1001001 | 101001 | 111110 | 101001110 | 111010 | 11000 |
Color Harmonies of #611A39
Complementary color
Monochromatic Colors of #611A39
Black with #611A39
Text Example
Text Example
White with #611A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611A39; }
p { color: rgb(97,26,57); }
H1.HeaderClassName
{
color: #611A39;
}
.AnyTagClassName
{
color: #611A39;
}
</style>
background-color css
<style>
a { background-color: #611A39; }
a { background-color: rgb(97,26,57); }
div.DivClassName
{
background-color: #611A39;
}
.BgClassName
{
background-color: #611A39;
}
</style>
border-color css
<style>
span { border-color: #611A39; }
span { border-color: rgb(97,26,57); }
td.TdClassName
{
border-color: #611A39;
}
.TagClassName
{
border-color: #611A39;
}
</style>