Shades of Pompadour #6E274E
Tints of Pompadour #6E274E
RGB
CMYK
RGB Variations
Color information
#6E274E (or 0x6E274E) is known color: Pompadour. HEX triplet: 6E, 27 and 4E. RGB value is (110,39,78). Sum of RGB (Red+Green+Blue) = 110+39+78=227 (30% of max value = 765). Red value is 110 (43.36% from 255 or 48.46% from 227); Green value is 39 (15.62% from 255 or 17.18% from 227); Blue value is 78 (30.86% from 255 or 34.36% from 227); Max value from RGB is 110 - color contains mainly: red. Hex color #6E274E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E274E is #91D8B1. Grayscale: #404040. Windows color (decimal): -9558194 or 5121902. OLE color: 5121902.
HSL color Cylindrical-coordinate representation of color #6E274E: hue angle of 327.04º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6E274E is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 39 | 78 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.57 |
| HSL | 327.04º | 0.48% | 0.29% | - |
| HSV(B) | 327.04º | 0.65% | 0.43% | - |
| XYZ | 8.53 | 5.32 | 7.78 | - |
| YUV | 64.68 | 135.52 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 39 | 78 | 0 | 0.65 | 0.29 | 0.57 | 327.04 | 0.48 | 0.29 |
| Hex | 6E | 27 | 4E | 0 | 41 | 1D | 39 | 147 | 30 | 1D |
| Octal | 156 | 47 | 116 | 0 | 101 | 35 | 71 | 507 | 60 | 35 |
| Binary | 1101110 | 100111 | 1001110 | 0 | 1000001 | 11101 | 111001 | 101000111 | 110000 | 11101 |
Color Harmonies of #6E274E
Complementary color
Monochromatic Colors of #6E274E
Black with #6E274E
Text Example
Text Example
White with #6E274E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E274E; }
p { color: rgb(110,39,78); }
H1.HeaderClassName
{
color: #6E274E;
}
.AnyTagClassName
{
color: #6E274E;
}
</style>
background-color css
<style>
a { background-color: #6E274E; }
a { background-color: rgb(110,39,78); }
div.DivClassName
{
background-color: #6E274E;
}
.BgClassName
{
background-color: #6E274E;
}
</style>
border-color css
<style>
span { border-color: #6E274E; }
span { border-color: rgb(110,39,78); }
td.TdClassName
{
border-color: #6E274E;
}
.TagClassName
{
border-color: #6E274E;
}
</style>