Shades of Pompadour #611D3A
Tints of Pompadour #611D3A
RGB
CMYK
RGB Variations
Color information
#611D3A (or 0x611D3A) is known color: Pompadour. HEX triplet: 61, 1D and 3A. RGB value is (97,29,58). Sum of RGB (Red+Green+Blue) = 97+29+58=184 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.72% from 184); Green value is 29 (11.72% from 255 or 15.76% from 184); Blue value is 58 (23.05% from 255 or 31.52% from 184); Max value from RGB is 97 - color contains mainly: red. Hex color #611D3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611D3A is #9EE2C5. Grayscale: #343434. Windows color (decimal): -10412742 or 3808609. OLE color: 3808609.
HSL color Cylindrical-coordinate representation of color #611D3A: hue angle of 334.41º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #611D3A is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 29 | 58 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.62 |
| HSL | 334.41º | 0.54% | 0.25% | - |
| HSV(B) | 334.41º | 0.7% | 0.38% | - |
| XYZ | 6.13 | 3.73 | 4.4 | - |
| YUV | 52.64 | 131.03 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 29 | 58 | 0 | 0.70 | 0.40 | 0.62 | 334.41 | 0.54 | 0.25 |
| Hex | 61 | 1D | 3A | 0 | 46 | 28 | 3E | 14E | 36 | 19 |
| Octal | 141 | 35 | 72 | 0 | 106 | 50 | 76 | 516 | 66 | 31 |
| Binary | 1100001 | 11101 | 111010 | 0 | 1000110 | 101000 | 111110 | 101001110 | 110110 | 11001 |
Color Harmonies of #611D3A
Complementary color
Monochromatic Colors of #611D3A
Black with #611D3A
Text Example
Text Example
White with #611D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611D3A; }
p { color: rgb(97,29,58); }
H1.HeaderClassName
{
color: #611D3A;
}
.AnyTagClassName
{
color: #611D3A;
}
</style>
background-color css
<style>
a { background-color: #611D3A; }
a { background-color: rgb(97,29,58); }
div.DivClassName
{
background-color: #611D3A;
}
.BgClassName
{
background-color: #611D3A;
}
</style>
border-color css
<style>
span { border-color: #611D3A; }
span { border-color: rgb(97,29,58); }
td.TdClassName
{
border-color: #611D3A;
}
.TagClassName
{
border-color: #611D3A;
}
</style>