Shades of Pompadour #6E274C
Tints of Pompadour #6E274C
RGB
CMYK
RGB Variations
Color information
#6E274C (or 0x6E274C) is known color: Pompadour. HEX triplet: 6E, 27 and 4C. RGB value is (110,39,76). Sum of RGB (Red+Green+Blue) = 110+39+76=225 (29% of max value = 765). Red value is 110 (43.36% from 255 or 48.89% from 225); Green value is 39 (15.62% from 255 or 17.33% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 110 - color contains mainly: red. Hex color #6E274C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E274C is #91D8B3. Grayscale: #404040. Windows color (decimal): -9558196 or 4990830. OLE color: 4990830.
HSL color Cylindrical-coordinate representation of color #6E274C: hue angle of 328.73º 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 #6E274C is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 39 | 76 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.57 |
| HSL | 328.73º | 0.48% | 0.29% | - |
| HSV(B) | 328.73º | 0.65% | 0.43% | - |
| XYZ | 8.46 | 5.29 | 7.41 | - |
| YUV | 64.45 | 134.52 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 39 | 76 | 0 | 0.65 | 0.31 | 0.57 | 328.73 | 0.48 | 0.29 |
| Hex | 6E | 27 | 4C | 0 | 41 | 1F | 39 | 149 | 30 | 1D |
| Octal | 156 | 47 | 114 | 0 | 101 | 37 | 71 | 511 | 60 | 35 |
| Binary | 1101110 | 100111 | 1001100 | 0 | 1000001 | 11111 | 111001 | 101001001 | 110000 | 11101 |
Color Harmonies of #6E274C
Complementary color
Monochromatic Colors of #6E274C
Black with #6E274C
Text Example
Text Example
White with #6E274C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E274C; }
p { color: rgb(110,39,76); }
H1.HeaderClassName
{
color: #6E274C;
}
.AnyTagClassName
{
color: #6E274C;
}
</style>
background-color css
<style>
a { background-color: #6E274C; }
a { background-color: rgb(110,39,76); }
div.DivClassName
{
background-color: #6E274C;
}
.BgClassName
{
background-color: #6E274C;
}
</style>
border-color css
<style>
span { border-color: #6E274C; }
span { border-color: rgb(110,39,76); }
td.TdClassName
{
border-color: #6E274C;
}
.TagClassName
{
border-color: #6E274C;
}
</style>