Shades of Pompadour #6E1A43
Tints of Pompadour #6E1A43
RGB
CMYK
RGB Variations
Color information
#6E1A43 (or 0x6E1A43) is known color: Pompadour. HEX triplet: 6E, 1A and 43. RGB value is (110,26,67). Sum of RGB (Red+Green+Blue) = 110+26+67=203 (26% of max value = 765). Red value is 110 (43.36% from 255 or 54.19% from 203); Green value is 26 (10.55% from 255 or 12.81% from 203); Blue value is 67 (26.56% from 255 or 33.00% from 203); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1A43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E1A43 is #91E5BC. Grayscale: #373737. Windows color (decimal): -9561533 or 4397678. OLE color: 4397678.
HSL color Cylindrical-coordinate representation of color #6E1A43: hue angle of 330.71º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6E1A43 is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 26 | 67 | - |
| CMYK | 0 | 0.76 | 0.39 | 0.57 |
| HSL | 330.71º | 0.62% | 0.27% | - |
| HSV(B) | 330.71º | 0.76% | 0.43% | - |
| XYZ | 7.81 | 4.46 | 5.76 | - |
| YUV | 55.79 | 134.33 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 26 | 67 | 0 | 0.76 | 0.39 | 0.57 | 330.71 | 0.62 | 0.27 |
| Hex | 6E | 1A | 43 | 0 | 4C | 27 | 39 | 14B | 3E | 1B |
| Octal | 156 | 32 | 103 | 0 | 114 | 47 | 71 | 513 | 76 | 33 |
| Binary | 1101110 | 11010 | 1000011 | 0 | 1001100 | 100111 | 111001 | 101001011 | 111110 | 11011 |
Color Harmonies of #6E1A43
Complementary color
Monochromatic Colors of #6E1A43
Black with #6E1A43
Text Example
Text Example
White with #6E1A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1A43; }
p { color: rgb(110,26,67); }
H1.HeaderClassName
{
color: #6E1A43;
}
.AnyTagClassName
{
color: #6E1A43;
}
</style>
background-color css
<style>
a { background-color: #6E1A43; }
a { background-color: rgb(110,26,67); }
div.DivClassName
{
background-color: #6E1A43;
}
.BgClassName
{
background-color: #6E1A43;
}
</style>
border-color css
<style>
span { border-color: #6E1A43; }
span { border-color: rgb(110,26,67); }
td.TdClassName
{
border-color: #6E1A43;
}
.TagClassName
{
border-color: #6E1A43;
}
</style>