Shades of Pompadour #6E254B
Tints of Pompadour #6E254B
RGB
CMYK
RGB Variations
Color information
#6E254B (or 0x6E254B) is known color: Pompadour. HEX triplet: 6E, 25 and 4B. RGB value is (110,37,75). Sum of RGB (Red+Green+Blue) = 110+37+75=222 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.55% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 75 (29.69% from 255 or 33.78% from 222); Max value from RGB is 110 - color contains mainly: red. Hex color #6E254B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E254B is #91DAB4. Grayscale: #3F3F3F. Windows color (decimal): -9558709 or 4924782. OLE color: 4924782.
HSL color Cylindrical-coordinate representation of color #6E254B: hue angle of 328.77º 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 #6E254B is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 37 | 75 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.57 |
| HSL | 328.77º | 0.5% | 0.29% | - |
| HSV(B) | 328.77º | 0.66% | 0.43% | - |
| XYZ | 8.36 | 5.15 | 7.21 | - |
| YUV | 63.16 | 134.68 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 37 | 75 | 0 | 0.66 | 0.32 | 0.57 | 328.77 | 0.5 | 0.29 |
| Hex | 6E | 25 | 4B | 0 | 42 | 20 | 39 | 149 | 32 | 1D |
| Octal | 156 | 45 | 113 | 0 | 102 | 40 | 71 | 511 | 62 | 35 |
| Binary | 1101110 | 100101 | 1001011 | 0 | 1000010 | 100000 | 111001 | 101001001 | 110010 | 11101 |
Color Harmonies of #6E254B
Complementary color
Monochromatic Colors of #6E254B
Black with #6E254B
Text Example
Text Example
White with #6E254B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E254B; }
p { color: rgb(110,37,75); }
H1.HeaderClassName
{
color: #6E254B;
}
.AnyTagClassName
{
color: #6E254B;
}
</style>
background-color css
<style>
a { background-color: #6E254B; }
a { background-color: rgb(110,37,75); }
div.DivClassName
{
background-color: #6E254B;
}
.BgClassName
{
background-color: #6E254B;
}
</style>
border-color css
<style>
span { border-color: #6E254B; }
span { border-color: rgb(110,37,75); }
td.TdClassName
{
border-color: #6E254B;
}
.TagClassName
{
border-color: #6E254B;
}
</style>