Shades of Pompadour #6E254A
Tints of Pompadour #6E254A
RGB
CMYK
RGB Variations
Color information
#6E254A (or 0x6E254A) is known color: Pompadour. HEX triplet: 6E, 25 and 4A. RGB value is (110,37,74). Sum of RGB (Red+Green+Blue) = 110+37+74=221 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.77% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 74 (29.30% from 255 or 33.48% from 221); Max value from RGB is 110 - color contains mainly: red. Hex color #6E254A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E254A is #91DAB5. Grayscale: #3E3E3E. Windows color (decimal): -9558710 or 4859246. OLE color: 4859246.
HSL color Cylindrical-coordinate representation of color #6E254A: hue angle of 329.59º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6E254A is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 37 | 74 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.57 |
| HSL | 329.59º | 0.5% | 0.29% | - |
| HSV(B) | 329.59º | 0.66% | 0.43% | - |
| XYZ | 8.33 | 5.13 | 7.03 | - |
| YUV | 63.05 | 134.18 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 37 | 74 | 0 | 0.66 | 0.33 | 0.57 | 329.59 | 0.5 | 0.29 |
| Hex | 6E | 25 | 4A | 0 | 42 | 21 | 39 | 14A | 32 | 1D |
| Octal | 156 | 45 | 112 | 0 | 102 | 41 | 71 | 512 | 62 | 35 |
| Binary | 1101110 | 100101 | 1001010 | 0 | 1000010 | 100001 | 111001 | 101001010 | 110010 | 11101 |
Color Harmonies of #6E254A
Complementary color
Monochromatic Colors of #6E254A
Black with #6E254A
Text Example
Text Example
White with #6E254A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E254A; }
p { color: rgb(110,37,74); }
H1.HeaderClassName
{
color: #6E254A;
}
.AnyTagClassName
{
color: #6E254A;
}
</style>
background-color css
<style>
a { background-color: #6E254A; }
a { background-color: rgb(110,37,74); }
div.DivClassName
{
background-color: #6E254A;
}
.BgClassName
{
background-color: #6E254A;
}
</style>
border-color css
<style>
span { border-color: #6E254A; }
span { border-color: rgb(110,37,74); }
td.TdClassName
{
border-color: #6E254A;
}
.TagClassName
{
border-color: #6E254A;
}
</style>