Shades of Pompadour #611A3D
Tints of Pompadour #611A3D
RGB
CMYK
RGB Variations
Color information
#611A3D (or 0x611A3D) is known color: Pompadour. HEX triplet: 61, 1A and 3D. RGB value is (97,26,61). Sum of RGB (Red+Green+Blue) = 97+26+61=184 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.72% from 184); Green value is 26 (10.55% from 255 or 14.13% from 184); Blue value is 61 (24.22% from 255 or 33.15% from 184); Max value from RGB is 97 - color contains mainly: red. Hex color #611A3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611A3D is #9EE5C2. Grayscale: #333333. Windows color (decimal): -10413507 or 4004449. OLE color: 4004449.
HSL color Cylindrical-coordinate representation of color #611A3D: hue angle of 330.42º 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 #611A3D is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 26 | 61 | - |
| CMYK | 0 | 0.73 | 0.37 | 0.62 |
| HSL | 330.42º | 0.58% | 0.24% | - |
| HSV(B) | 330.42º | 0.73% | 0.38% | - |
| XYZ | 6.14 | 3.62 | 4.79 | - |
| YUV | 51.22 | 133.52 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 26 | 61 | 0 | 0.73 | 0.37 | 0.62 | 330.42 | 0.58 | 0.24 |
| Hex | 61 | 1A | 3D | 0 | 49 | 25 | 3E | 14A | 3A | 18 |
| Octal | 141 | 32 | 75 | 0 | 111 | 45 | 76 | 512 | 72 | 30 |
| Binary | 1100001 | 11010 | 111101 | 0 | 1001001 | 100101 | 111110 | 101001010 | 111010 | 11000 |
Color Harmonies of #611A3D
Complementary color
Monochromatic Colors of #611A3D
Black with #611A3D
Text Example
Text Example
White with #611A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611A3D; }
p { color: rgb(97,26,61); }
H1.HeaderClassName
{
color: #611A3D;
}
.AnyTagClassName
{
color: #611A3D;
}
</style>
background-color css
<style>
a { background-color: #611A3D; }
a { background-color: rgb(97,26,61); }
div.DivClassName
{
background-color: #611A3D;
}
.BgClassName
{
background-color: #611A3D;
}
</style>
border-color css
<style>
span { border-color: #611A3D; }
span { border-color: rgb(97,26,61); }
td.TdClassName
{
border-color: #611A3D;
}
.TagClassName
{
border-color: #611A3D;
}
</style>