Shades of Pompadour #6B1844
Tints of Pompadour #6B1844
RGB
CMYK
RGB Variations
Color information
#6B1844 (or 0x6B1844) is known color: Pompadour. HEX triplet: 6B, 18 and 44. RGB value is (107,24,68). Sum of RGB (Red+Green+Blue) = 107+24+68=199 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.77% from 199); Green value is 24 (9.77% from 255 or 12.06% from 199); Blue value is 68 (26.95% from 255 or 34.17% from 199); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1844 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B1844 is #94E7BB. Grayscale: #353535. Windows color (decimal): -9758652 or 4462699. OLE color: 4462699.
HSL color Cylindrical-coordinate representation of color #6B1844: hue angle of 328.19º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6B1844 is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 24 | 68 | - |
| CMYK | 0 | 0.78 | 0.36 | 0.58 |
| HSL | 328.19º | 0.63% | 0.26% | - |
| HSV(B) | 328.19º | 0.78% | 0.42% | - |
| XYZ | 7.43 | 4.2 | 5.89 | - |
| YUV | 53.83 | 136 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 24 | 68 | 0 | 0.78 | 0.36 | 0.58 | 328.19 | 0.63 | 0.26 |
| Hex | 6B | 18 | 44 | 0 | 4E | 24 | 3A | 148 | 3F | 1A |
| Octal | 153 | 30 | 104 | 0 | 116 | 44 | 72 | 510 | 77 | 32 |
| Binary | 1101011 | 11000 | 1000100 | 0 | 1001110 | 100100 | 111010 | 101001000 | 111111 | 11010 |
Color Harmonies of #6B1844
Complementary color
Monochromatic Colors of #6B1844
Black with #6B1844
Text Example
Text Example
White with #6B1844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1844; }
p { color: rgb(107,24,68); }
H1.HeaderClassName
{
color: #6B1844;
}
.AnyTagClassName
{
color: #6B1844;
}
</style>
background-color css
<style>
a { background-color: #6B1844; }
a { background-color: rgb(107,24,68); }
div.DivClassName
{
background-color: #6B1844;
}
.BgClassName
{
background-color: #6B1844;
}
</style>
border-color css
<style>
span { border-color: #6B1844; }
span { border-color: rgb(107,24,68); }
td.TdClassName
{
border-color: #6B1844;
}
.TagClassName
{
border-color: #6B1844;
}
</style>