Shades of Pompadour #6E1E43
Tints of Pompadour #6E1E43
RGB
CMYK
RGB Variations
Color information
#6E1E43 (or 0x6E1E43) is known color: Pompadour. HEX triplet: 6E, 1E and 43. RGB value is (110,30,67). Sum of RGB (Red+Green+Blue) = 110+30+67=207 (27% of max value = 765). Red value is 110 (43.36% from 255 or 53.14% from 207); Green value is 30 (12.11% from 255 or 14.49% from 207); Blue value is 67 (26.56% from 255 or 32.37% from 207); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1E43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E1E43 is #91E1BC. Grayscale: #3A3A3A. Windows color (decimal): -9560509 or 4398702. OLE color: 4398702.
HSL color Cylindrical-coordinate representation of color #6E1E43: hue angle of 332.25º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6E1E43 is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 30 | 67 | - |
| CMYK | 0 | 0.73 | 0.39 | 0.57 |
| HSL | 332.25º | 0.57% | 0.27% | - |
| HSV(B) | 332.25º | 0.73% | 0.43% | - |
| XYZ | 7.91 | 4.65 | 5.79 | - |
| YUV | 58.14 | 133 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 30 | 67 | 0 | 0.73 | 0.39 | 0.57 | 332.25 | 0.57 | 0.27 |
| Hex | 6E | 1E | 43 | 0 | 49 | 27 | 39 | 14C | 39 | 1B |
| Octal | 156 | 36 | 103 | 0 | 111 | 47 | 71 | 514 | 71 | 33 |
| Binary | 1101110 | 11110 | 1000011 | 0 | 1001001 | 100111 | 111001 | 101001100 | 111001 | 11011 |
Color Harmonies of #6E1E43
Complementary color
Monochromatic Colors of #6E1E43
Black with #6E1E43
Text Example
Text Example
White with #6E1E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1E43; }
p { color: rgb(110,30,67); }
H1.HeaderClassName
{
color: #6E1E43;
}
.AnyTagClassName
{
color: #6E1E43;
}
</style>
background-color css
<style>
a { background-color: #6E1E43; }
a { background-color: rgb(110,30,67); }
div.DivClassName
{
background-color: #6E1E43;
}
.BgClassName
{
background-color: #6E1E43;
}
</style>
border-color css
<style>
span { border-color: #6E1E43; }
span { border-color: rgb(110,30,67); }
td.TdClassName
{
border-color: #6E1E43;
}
.TagClassName
{
border-color: #6E1E43;
}
</style>