Shades of Pompadour #6B1942
Tints of Pompadour #6B1942
RGB
CMYK
RGB Variations
Color information
#6B1942 (or 0x6B1942) is known color: Pompadour. HEX triplet: 6B, 19 and 42. RGB value is (107,25,66). Sum of RGB (Red+Green+Blue) = 107+25+66=198 (26% of max value = 765). Red value is 107 (42.19% from 255 or 54.04% from 198); Green value is 25 (10.16% from 255 or 12.63% from 198); Blue value is 66 (26.17% from 255 or 33.33% from 198); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1942 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B1942 is #94E6BD. Grayscale: #363636. Windows color (decimal): -9758398 or 4331883. OLE color: 4331883.
HSL color Cylindrical-coordinate representation of color #6B1942: hue angle of 330º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6B1942 is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 25 | 66 | - |
| CMYK | 0 | 0.77 | 0.38 | 0.58 |
| HSL | 330º | 0.62% | 0.26% | - |
| HSV(B) | 330º | 0.77% | 0.42% | - |
| XYZ | 7.39 | 4.21 | 5.58 | - |
| YUV | 54.19 | 134.67 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 25 | 66 | 0 | 0.77 | 0.38 | 0.58 | 330 | 0.62 | 0.26 |
| Hex | 6B | 19 | 42 | 0 | 4D | 26 | 3A | 14A | 3E | 1A |
| Octal | 153 | 31 | 102 | 0 | 115 | 46 | 72 | 512 | 76 | 32 |
| Binary | 1101011 | 11001 | 1000010 | 0 | 1001101 | 100110 | 111010 | 101001010 | 111110 | 11010 |
Color Harmonies of #6B1942
Complementary color
Monochromatic Colors of #6B1942
Black with #6B1942
Text Example
Text Example
White with #6B1942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1942; }
p { color: rgb(107,25,66); }
H1.HeaderClassName
{
color: #6B1942;
}
.AnyTagClassName
{
color: #6B1942;
}
</style>
background-color css
<style>
a { background-color: #6B1942; }
a { background-color: rgb(107,25,66); }
div.DivClassName
{
background-color: #6B1942;
}
.BgClassName
{
background-color: #6B1942;
}
</style>
border-color css
<style>
span { border-color: #6B1942; }
span { border-color: rgb(107,25,66); }
td.TdClassName
{
border-color: #6B1942;
}
.TagClassName
{
border-color: #6B1942;
}
</style>