Shades of Pompadour #6E1036
Tints of Pompadour #6E1036
RGB
CMYK
RGB Variations
Color information
#6E1036 (or 0x6E1036) is known color: Pompadour. HEX triplet: 6E, 10 and 36. RGB value is (110,16,54). Sum of RGB (Red+Green+Blue) = 110+16+54=180 (23% of max value = 765). Red value is 110 (43.36% from 255 or 61.11% from 180); Green value is 16 (6.64% from 255 or 8.89% from 180); Blue value is 54 (21.48% from 255 or 30% from 180); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1036 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E1036 is #91EFC9. Grayscale: #303030. Windows color (decimal): -9564106 or 3543150. OLE color: 3543150.
HSL color Cylindrical-coordinate representation of color #6E1036: hue angle of 335.74º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6E1036 is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 16 | 54 | - |
| CMYK | 0 | 0.85 | 0.51 | 0.57 |
| HSL | 335.74º | 0.75% | 0.25% | - |
| HSV(B) | 335.74º | 0.85% | 0.43% | - |
| XYZ | 7.28 | 3.95 | 3.87 | - |
| YUV | 48.44 | 131.14 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 16 | 54 | 0 | 0.85 | 0.51 | 0.57 | 335.74 | 0.75 | 0.25 |
| Hex | 6E | 10 | 36 | 0 | 55 | 33 | 39 | 150 | 4B | 19 |
| Octal | 156 | 20 | 66 | 0 | 125 | 63 | 71 | 520 | 113 | 31 |
| Binary | 1101110 | 10000 | 110110 | 0 | 1010101 | 110011 | 111001 | 101010000 | 1001011 | 11001 |
Color Harmonies of #6E1036
Complementary color
Monochromatic Colors of #6E1036
Black with #6E1036
Text Example
Text Example
White with #6E1036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1036; }
p { color: rgb(110,16,54); }
H1.HeaderClassName
{
color: #6E1036;
}
.AnyTagClassName
{
color: #6E1036;
}
</style>
background-color css
<style>
a { background-color: #6E1036; }
a { background-color: rgb(110,16,54); }
div.DivClassName
{
background-color: #6E1036;
}
.BgClassName
{
background-color: #6E1036;
}
</style>
border-color css
<style>
span { border-color: #6E1036; }
span { border-color: rgb(110,16,54); }
td.TdClassName
{
border-color: #6E1036;
}
.TagClassName
{
border-color: #6E1036;
}
</style>