Shades of Pompadour #6E274A
Tints of Pompadour #6E274A
RGB
CMYK
RGB Variations
Color information
#6E274A (or 0x6E274A) is known color: Pompadour. HEX triplet: 6E, 27 and 4A. RGB value is (110,39,74). Sum of RGB (Red+Green+Blue) = 110+39+74=223 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.33% from 223); Green value is 39 (15.62% from 255 or 17.49% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 110 - color contains mainly: red. Hex color #6E274A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E274A is #91D8B5. Grayscale: #404040. Windows color (decimal): -9558198 or 4859758. OLE color: 4859758.
HSL color Cylindrical-coordinate representation of color #6E274A: hue angle of 330.42º 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 #6E274A is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 39 | 74 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.57 |
| HSL | 330.42º | 0.48% | 0.29% | - |
| HSV(B) | 330.42º | 0.65% | 0.43% | - |
| XYZ | 8.39 | 5.26 | 7.05 | - |
| YUV | 64.22 | 133.52 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 39 | 74 | 0 | 0.65 | 0.33 | 0.57 | 330.42 | 0.48 | 0.29 |
| Hex | 6E | 27 | 4A | 0 | 41 | 21 | 39 | 14A | 30 | 1D |
| Octal | 156 | 47 | 112 | 0 | 101 | 41 | 71 | 512 | 60 | 35 |
| Binary | 1101110 | 100111 | 1001010 | 0 | 1000001 | 100001 | 111001 | 101001010 | 110000 | 11101 |
Color Harmonies of #6E274A
Complementary color
Monochromatic Colors of #6E274A
Black with #6E274A
Text Example
Text Example
White with #6E274A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E274A; }
p { color: rgb(110,39,74); }
H1.HeaderClassName
{
color: #6E274A;
}
.AnyTagClassName
{
color: #6E274A;
}
</style>
background-color css
<style>
a { background-color: #6E274A; }
a { background-color: rgb(110,39,74); }
div.DivClassName
{
background-color: #6E274A;
}
.BgClassName
{
background-color: #6E274A;
}
</style>
border-color css
<style>
span { border-color: #6E274A; }
span { border-color: rgb(110,39,74); }
td.TdClassName
{
border-color: #6E274A;
}
.TagClassName
{
border-color: #6E274A;
}
</style>