Shades of Pompadour #6D1841
Tints of Pompadour #6D1841
RGB
CMYK
RGB Variations
Color information
#6D1841 (or 0x6D1841) is known color: Pompadour. HEX triplet: 6D, 18 and 41. RGB value is (109,24,65). Sum of RGB (Red+Green+Blue) = 109+24+65=198 (26% of max value = 765). Red value is 109 (42.97% from 255 or 55.05% from 198); Green value is 24 (9.77% from 255 or 12.12% from 198); Blue value is 65 (25.78% from 255 or 32.83% from 198); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1841 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1841 is #92E7BE. Grayscale: #363636. Windows color (decimal): -9627583 or 4266093. OLE color: 4266093.
HSL color Cylindrical-coordinate representation of color #6D1841: hue angle of 331.06º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6D1841 is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 24 | 65 | - |
| CMYK | 0 | 0.78 | 0.40 | 0.57 |
| HSL | 331.06º | 0.64% | 0.26% | - |
| HSV(B) | 331.06º | 0.78% | 0.43% | - |
| XYZ | 7.59 | 4.29 | 5.43 | - |
| YUV | 54.09 | 134.16 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 24 | 65 | 0 | 0.78 | 0.40 | 0.57 | 331.06 | 0.64 | 0.26 |
| Hex | 6D | 18 | 41 | 0 | 4E | 28 | 39 | 14B | 40 | 1A |
| Octal | 155 | 30 | 101 | 0 | 116 | 50 | 71 | 513 | 100 | 32 |
| Binary | 1101101 | 11000 | 1000001 | 0 | 1001110 | 101000 | 111001 | 101001011 | 1000000 | 11010 |
Color Harmonies of #6D1841
Complementary color
Monochromatic Colors of #6D1841
Black with #6D1841
Text Example
Text Example
White with #6D1841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1841; }
p { color: rgb(109,24,65); }
H1.HeaderClassName
{
color: #6D1841;
}
.AnyTagClassName
{
color: #6D1841;
}
</style>
background-color css
<style>
a { background-color: #6D1841; }
a { background-color: rgb(109,24,65); }
div.DivClassName
{
background-color: #6D1841;
}
.BgClassName
{
background-color: #6D1841;
}
</style>
border-color css
<style>
span { border-color: #6D1841; }
span { border-color: rgb(109,24,65); }
td.TdClassName
{
border-color: #6D1841;
}
.TagClassName
{
border-color: #6D1841;
}
</style>