Shades of Pompadour #6B2041
Tints of Pompadour #6B2041
RGB
CMYK
RGB Variations
Color information
#6B2041 (or 0x6B2041) is known color: Pompadour. HEX triplet: 6B, 20 and 41. RGB value is (107,32,65). Sum of RGB (Red+Green+Blue) = 107+32+65=204 (27% of max value = 765). Red value is 107 (42.19% from 255 or 52.45% from 204); Green value is 32 (12.89% from 255 or 15.69% from 204); Blue value is 65 (25.78% from 255 or 31.86% from 204); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2041 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2041 is #94DFBE. Grayscale: #3A3A3A. Windows color (decimal): -9756607 or 4268139. OLE color: 4268139.
HSL color Cylindrical-coordinate representation of color #6B2041: hue angle of 333.6º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6B2041 is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 32 | 65 | - |
| CMYK | 0 | 0.70 | 0.39 | 0.58 |
| HSL | 333.6º | 0.54% | 0.27% | - |
| HSV(B) | 333.6º | 0.7% | 0.42% | - |
| XYZ | 7.53 | 4.54 | 5.48 | - |
| YUV | 58.19 | 131.85 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 32 | 65 | 0 | 0.70 | 0.39 | 0.58 | 333.6 | 0.54 | 0.27 |
| Hex | 6B | 20 | 41 | 0 | 46 | 27 | 3A | 14E | 36 | 1B |
| Octal | 153 | 40 | 101 | 0 | 106 | 47 | 72 | 516 | 66 | 33 |
| Binary | 1101011 | 100000 | 1000001 | 0 | 1000110 | 100111 | 111010 | 101001110 | 110110 | 11011 |
Color Harmonies of #6B2041
Complementary color
Monochromatic Colors of #6B2041
Black with #6B2041
Text Example
Text Example
White with #6B2041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2041; }
p { color: rgb(107,32,65); }
H1.HeaderClassName
{
color: #6B2041;
}
.AnyTagClassName
{
color: #6B2041;
}
</style>
background-color css
<style>
a { background-color: #6B2041; }
a { background-color: rgb(107,32,65); }
div.DivClassName
{
background-color: #6B2041;
}
.BgClassName
{
background-color: #6B2041;
}
</style>
border-color css
<style>
span { border-color: #6B2041; }
span { border-color: rgb(107,32,65); }
td.TdClassName
{
border-color: #6B2041;
}
.TagClassName
{
border-color: #6B2041;
}
</style>