Shades of Pompadour #6E1450
Tints of Pompadour #6E1450
RGB
CMYK
RGB Variations
Color information
#6E1450 (or 0x6E1450) is known color: Pompadour. HEX triplet: 6E, 14 and 50. RGB value is (110,20,80). Sum of RGB (Red+Green+Blue) = 110+20+80=210 (27% of max value = 765). Red value is 110 (43.36% from 255 or 52.38% from 210); Green value is 20 (8.20% from 255 or 9.52% from 210); Blue value is 80 (31.64% from 255 or 38.10% from 210); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1450 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E1450 is #91EBAF. Grayscale: #353535. Windows color (decimal): -9563056 or 5248110. OLE color: 5248110.
HSL color Cylindrical-coordinate representation of color #6E1450: hue angle of 320º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6E1450 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 20 | 80 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.57 |
| HSL | 320º | 0.69% | 0.25% | - |
| HSV(B) | 320º | 0.82% | 0.43% | - |
| XYZ | 8.13 | 4.39 | 8.01 | - |
| YUV | 53.75 | 142.82 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 20 | 80 | 0 | 0.82 | 0.27 | 0.57 | 320 | 0.69 | 0.25 |
| Hex | 6E | 14 | 50 | 0 | 52 | 1B | 39 | 140 | 45 | 19 |
| Octal | 156 | 24 | 120 | 0 | 122 | 33 | 71 | 500 | 105 | 31 |
| Binary | 1101110 | 10100 | 1010000 | 0 | 1010010 | 11011 | 111001 | 101000000 | 1000101 | 11001 |
Color Harmonies of #6E1450
Complementary color
Monochromatic Colors of #6E1450
Black with #6E1450
Text Example
Text Example
White with #6E1450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1450; }
p { color: rgb(110,20,80); }
H1.HeaderClassName
{
color: #6E1450;
}
.AnyTagClassName
{
color: #6E1450;
}
</style>
background-color css
<style>
a { background-color: #6E1450; }
a { background-color: rgb(110,20,80); }
div.DivClassName
{
background-color: #6E1450;
}
.BgClassName
{
background-color: #6E1450;
}
</style>
border-color css
<style>
span { border-color: #6E1450; }
span { border-color: rgb(110,20,80); }
td.TdClassName
{
border-color: #6E1450;
}
.TagClassName
{
border-color: #6E1450;
}
</style>