Shades of Pompadour #611C3D
Tints of Pompadour #611C3D
RGB
CMYK
RGB Variations
Color information
#611C3D (or 0x611C3D) is known color: Pompadour. HEX triplet: 61, 1C and 3D. RGB value is (97,28,61). Sum of RGB (Red+Green+Blue) = 97+28+61=186 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.15% from 186); Green value is 28 (11.33% from 255 or 15.05% from 186); Blue value is 61 (24.22% from 255 or 32.80% from 186); Max value from RGB is 97 - color contains mainly: red. Hex color #611C3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611C3D is #9EE3C2. Grayscale: #343434. Windows color (decimal): -10412995 or 4004961. OLE color: 4004961.
HSL color Cylindrical-coordinate representation of color #611C3D: hue angle of 331.3º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #611C3D is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 28 | 61 | - |
| CMYK | 0 | 0.71 | 0.37 | 0.62 |
| HSL | 331.3º | 0.55% | 0.25% | - |
| HSV(B) | 331.3º | 0.71% | 0.38% | - |
| XYZ | 6.19 | 3.71 | 4.8 | - |
| YUV | 52.39 | 132.86 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 28 | 61 | 0 | 0.71 | 0.37 | 0.62 | 331.3 | 0.55 | 0.25 |
| Hex | 61 | 1C | 3D | 0 | 47 | 25 | 3E | 14B | 37 | 19 |
| Octal | 141 | 34 | 75 | 0 | 107 | 45 | 76 | 513 | 67 | 31 |
| Binary | 1100001 | 11100 | 111101 | 0 | 1000111 | 100101 | 111110 | 101001011 | 110111 | 11001 |
Color Harmonies of #611C3D
Complementary color
Monochromatic Colors of #611C3D
Black with #611C3D
Text Example
Text Example
White with #611C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611C3D; }
p { color: rgb(97,28,61); }
H1.HeaderClassName
{
color: #611C3D;
}
.AnyTagClassName
{
color: #611C3D;
}
</style>
background-color css
<style>
a { background-color: #611C3D; }
a { background-color: rgb(97,28,61); }
div.DivClassName
{
background-color: #611C3D;
}
.BgClassName
{
background-color: #611C3D;
}
</style>
border-color css
<style>
span { border-color: #611C3D; }
span { border-color: rgb(97,28,61); }
td.TdClassName
{
border-color: #611C3D;
}
.TagClassName
{
border-color: #611C3D;
}
</style>