Shades of Pompadour #611D4B
Tints of Pompadour #611D4B
RGB
CMYK
RGB Variations
Color information
#611D4B (or 0x611D4B) is known color: Pompadour. HEX triplet: 61, 1D and 4B. RGB value is (97,29,75). Sum of RGB (Red+Green+Blue) = 97+29+75=201 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.26% from 201); Green value is 29 (11.72% from 255 or 14.43% from 201); Blue value is 75 (29.69% from 255 or 37.31% from 201); Max value from RGB is 97 - color contains mainly: red. Hex color #611D4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611D4B is #9EE2B4. Grayscale: #363636. Windows color (decimal): -10412725 or 4922721. OLE color: 4922721.
HSL color Cylindrical-coordinate representation of color #611D4B: hue angle of 319.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 #611D4B is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 29 | 75 | - |
| CMYK | 0 | 0.70 | 0.23 | 0.62 |
| HSL | 319.41º | 0.54% | 0.25% | - |
| HSV(B) | 319.41º | 0.7% | 0.38% | - |
| XYZ | 6.64 | 3.93 | 7.06 | - |
| YUV | 54.58 | 139.53 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 29 | 75 | 0 | 0.70 | 0.23 | 0.62 | 319.41 | 0.54 | 0.25 |
| Hex | 61 | 1D | 4B | 0 | 46 | 17 | 3E | 13F | 36 | 19 |
| Octal | 141 | 35 | 113 | 0 | 106 | 27 | 76 | 477 | 66 | 31 |
| Binary | 1100001 | 11101 | 1001011 | 0 | 1000110 | 10111 | 111110 | 100111111 | 110110 | 11001 |
Color Harmonies of #611D4B
Complementary color
Monochromatic Colors of #611D4B
Black with #611D4B
Text Example
Text Example
White with #611D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611D4B; }
p { color: rgb(97,29,75); }
H1.HeaderClassName
{
color: #611D4B;
}
.AnyTagClassName
{
color: #611D4B;
}
</style>
background-color css
<style>
a { background-color: #611D4B; }
a { background-color: rgb(97,29,75); }
div.DivClassName
{
background-color: #611D4B;
}
.BgClassName
{
background-color: #611D4B;
}
</style>
border-color css
<style>
span { border-color: #611D4B; }
span { border-color: rgb(97,29,75); }
td.TdClassName
{
border-color: #611D4B;
}
.TagClassName
{
border-color: #611D4B;
}
</style>