Shades of Pompadour #6E184B
Tints of Pompadour #6E184B
RGB
CMYK
RGB Variations
Color information
#6E184B (or 0x6E184B) is known color: Pompadour. HEX triplet: 6E, 18 and 4B. RGB value is (110,24,75). Sum of RGB (Red+Green+Blue) = 110+24+75=209 (27% of max value = 765). Red value is 110 (43.36% from 255 or 52.63% from 209); Green value is 24 (9.77% from 255 or 11.48% from 209); Blue value is 75 (29.69% from 255 or 35.89% from 209); Max value from RGB is 110 - color contains mainly: red. Hex color #6E184B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E184B is #91E7B4. Grayscale: #373737. Windows color (decimal): -9562037 or 4921454. OLE color: 4921454.
HSL color Cylindrical-coordinate representation of color #6E184B: hue angle of 324.42º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6E184B is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 24 | 75 | - |
| CMYK | 0 | 0.78 | 0.32 | 0.57 |
| HSL | 324.42º | 0.64% | 0.26% | - |
| HSV(B) | 324.42º | 0.78% | 0.43% | - |
| XYZ | 8.03 | 4.48 | 7.1 | - |
| YUV | 55.53 | 138.99 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 24 | 75 | 0 | 0.78 | 0.32 | 0.57 | 324.42 | 0.64 | 0.26 |
| Hex | 6E | 18 | 4B | 0 | 4E | 20 | 39 | 144 | 40 | 1A |
| Octal | 156 | 30 | 113 | 0 | 116 | 40 | 71 | 504 | 100 | 32 |
| Binary | 1101110 | 11000 | 1001011 | 0 | 1001110 | 100000 | 111001 | 101000100 | 1000000 | 11010 |
Color Harmonies of #6E184B
Complementary color
Monochromatic Colors of #6E184B
Black with #6E184B
Text Example
Text Example
White with #6E184B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E184B; }
p { color: rgb(110,24,75); }
H1.HeaderClassName
{
color: #6E184B;
}
.AnyTagClassName
{
color: #6E184B;
}
</style>
background-color css
<style>
a { background-color: #6E184B; }
a { background-color: rgb(110,24,75); }
div.DivClassName
{
background-color: #6E184B;
}
.BgClassName
{
background-color: #6E184B;
}
</style>
border-color css
<style>
span { border-color: #6E184B; }
span { border-color: rgb(110,24,75); }
td.TdClassName
{
border-color: #6E184B;
}
.TagClassName
{
border-color: #6E184B;
}
</style>