Shades of Pompadour #611F3D
Tints of Pompadour #611F3D
RGB
CMYK
RGB Variations
Color information
#611F3D (or 0x611F3D) is known color: Pompadour. HEX triplet: 61, 1F and 3D. RGB value is (97,31,61). Sum of RGB (Red+Green+Blue) = 97+31+61=189 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.32% from 189); Green value is 31 (12.5% from 255 or 16.40% from 189); Blue value is 61 (24.22% from 255 or 32.28% from 189); Max value from RGB is 97 - color contains mainly: red. Hex color #611F3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611F3D is #9EE0C2. Grayscale: #363636. Windows color (decimal): -10412227 or 4005729. OLE color: 4005729.
HSL color Cylindrical-coordinate representation of color #611F3D: hue angle of 332.73º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #611F3D is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 31 | 61 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.62 |
| HSL | 332.73º | 0.52% | 0.25% | - |
| HSV(B) | 332.73º | 0.68% | 0.38% | - |
| XYZ | 6.26 | 3.86 | 4.83 | - |
| YUV | 54.15 | 131.87 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 31 | 61 | 0 | 0.68 | 0.37 | 0.62 | 332.73 | 0.52 | 0.25 |
| Hex | 61 | 1F | 3D | 0 | 44 | 25 | 3E | 14D | 34 | 19 |
| Octal | 141 | 37 | 75 | 0 | 104 | 45 | 76 | 515 | 64 | 31 |
| Binary | 1100001 | 11111 | 111101 | 0 | 1000100 | 100101 | 111110 | 101001101 | 110100 | 11001 |
Color Harmonies of #611F3D
Complementary color
Monochromatic Colors of #611F3D
Black with #611F3D
Text Example
Text Example
White with #611F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611F3D; }
p { color: rgb(97,31,61); }
H1.HeaderClassName
{
color: #611F3D;
}
.AnyTagClassName
{
color: #611F3D;
}
</style>
background-color css
<style>
a { background-color: #611F3D; }
a { background-color: rgb(97,31,61); }
div.DivClassName
{
background-color: #611F3D;
}
.BgClassName
{
background-color: #611F3D;
}
</style>
border-color css
<style>
span { border-color: #611F3D; }
span { border-color: rgb(97,31,61); }
td.TdClassName
{
border-color: #611F3D;
}
.TagClassName
{
border-color: #611F3D;
}
</style>