Shades of Pompadour #611A3F
Tints of Pompadour #611A3F
RGB
CMYK
RGB Variations
Color information
#611A3F (or 0x611A3F) is known color: Pompadour. HEX triplet: 61, 1A and 3F. RGB value is (97,26,63). Sum of RGB (Red+Green+Blue) = 97+26+63=186 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.15% from 186); Green value is 26 (10.55% from 255 or 13.98% from 186); Blue value is 63 (25% from 255 or 33.87% from 186); Max value from RGB is 97 - color contains mainly: red. Hex color #611A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611A3F is #9EE5C0. Grayscale: #333333. Windows color (decimal): -10413505 or 4135521. OLE color: 4135521.
HSL color Cylindrical-coordinate representation of color #611A3F: hue angle of 328.73º 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 #611A3F is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 26 | 63 | - |
| CMYK | 0 | 0.73 | 0.35 | 0.62 |
| HSL | 328.73º | 0.58% | 0.24% | - |
| HSV(B) | 328.73º | 0.73% | 0.38% | - |
| XYZ | 6.2 | 3.64 | 5.08 | - |
| YUV | 51.45 | 134.52 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 26 | 63 | 0 | 0.73 | 0.35 | 0.62 | 328.73 | 0.58 | 0.24 |
| Hex | 61 | 1A | 3F | 0 | 49 | 23 | 3E | 149 | 3A | 18 |
| Octal | 141 | 32 | 77 | 0 | 111 | 43 | 76 | 511 | 72 | 30 |
| Binary | 1100001 | 11010 | 111111 | 0 | 1001001 | 100011 | 111110 | 101001001 | 111010 | 11000 |
Color Harmonies of #611A3F
Complementary color
Monochromatic Colors of #611A3F
Black with #611A3F
Text Example
Text Example
White with #611A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611A3F; }
p { color: rgb(97,26,63); }
H1.HeaderClassName
{
color: #611A3F;
}
.AnyTagClassName
{
color: #611A3F;
}
</style>
background-color css
<style>
a { background-color: #611A3F; }
a { background-color: rgb(97,26,63); }
div.DivClassName
{
background-color: #611A3F;
}
.BgClassName
{
background-color: #611A3F;
}
</style>
border-color css
<style>
span { border-color: #611A3F; }
span { border-color: rgb(97,26,63); }
td.TdClassName
{
border-color: #611A3F;
}
.TagClassName
{
border-color: #611A3F;
}
</style>