Shades of Pompadour #6F1842
Tints of Pompadour #6F1842
RGB
CMYK
RGB Variations
Color information
#6F1842 (or 0x6F1842) is known color: Pompadour. HEX triplet: 6F, 18 and 42. RGB value is (111,24,66). Sum of RGB (Red+Green+Blue) = 111+24+66=201 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.22% from 201); Green value is 24 (9.77% from 255 or 11.94% from 201); Blue value is 66 (26.17% from 255 or 32.84% from 201); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1842 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1842 is #90E7BD. Grayscale: #363636. Windows color (decimal): -9496510 or 4331631. OLE color: 4331631.
HSL color Cylindrical-coordinate representation of color #6F1842: hue angle of 331.03º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6F1842 is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 24 | 66 | - |
| CMYK | 0 | 0.78 | 0.41 | 0.56 |
| HSL | 331.03º | 0.64% | 0.26% | - |
| HSV(B) | 331.03º | 0.78% | 0.44% | - |
| XYZ | 7.87 | 4.43 | 5.59 | - |
| YUV | 54.8 | 134.32 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 24 | 66 | 0 | 0.78 | 0.41 | 0.56 | 331.03 | 0.64 | 0.26 |
| Hex | 6F | 18 | 42 | 0 | 4E | 29 | 38 | 14B | 40 | 1A |
| Octal | 157 | 30 | 102 | 0 | 116 | 51 | 70 | 513 | 100 | 32 |
| Binary | 1101111 | 11000 | 1000010 | 0 | 1001110 | 101001 | 111000 | 101001011 | 1000000 | 11010 |
Color Harmonies of #6F1842
Complementary color
Monochromatic Colors of #6F1842
Black with #6F1842
Text Example
Text Example
White with #6F1842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1842; }
p { color: rgb(111,24,66); }
H1.HeaderClassName
{
color: #6F1842;
}
.AnyTagClassName
{
color: #6F1842;
}
</style>
background-color css
<style>
a { background-color: #6F1842; }
a { background-color: rgb(111,24,66); }
div.DivClassName
{
background-color: #6F1842;
}
.BgClassName
{
background-color: #6F1842;
}
</style>
border-color css
<style>
span { border-color: #6F1842; }
span { border-color: rgb(111,24,66); }
td.TdClassName
{
border-color: #6F1842;
}
.TagClassName
{
border-color: #6F1842;
}
</style>