Shades of Pompadour #6E1B3F
Tints of Pompadour #6E1B3F
RGB
CMYK
RGB Variations
Color information
#6E1B3F (or 0x6E1B3F) is known color: Pompadour. HEX triplet: 6E, 1B and 3F. RGB value is (110,27,63). Sum of RGB (Red+Green+Blue) = 110+27+63=200 (26% of max value = 765). Red value is 110 (43.36% from 255 or 55% from 200); Green value is 27 (10.94% from 255 or 13.5% from 200); Blue value is 63 (25% from 255 or 31.5% from 200); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1B3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E1B3F is #91E4C0. Grayscale: #373737. Windows color (decimal): -9561281 or 4135790. OLE color: 4135790.
HSL color Cylindrical-coordinate representation of color #6E1B3F: hue angle of 333.98º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6E1B3F is Cyan = 0, Magento = 0.75, Yellow = 0.43 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 27 | 63 | - |
| CMYK | 0 | 0.75 | 0.43 | 0.57 |
| HSL | 333.98º | 0.61% | 0.27% | - |
| HSV(B) | 333.98º | 0.75% | 0.43% | - |
| XYZ | 7.72 | 4.46 | 5.16 | - |
| YUV | 55.92 | 132 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 27 | 63 | 0 | 0.75 | 0.43 | 0.57 | 333.98 | 0.61 | 0.27 |
| Hex | 6E | 1B | 3F | 0 | 4B | 2B | 39 | 14E | 3D | 1B |
| Octal | 156 | 33 | 77 | 0 | 113 | 53 | 71 | 516 | 75 | 33 |
| Binary | 1101110 | 11011 | 111111 | 0 | 1001011 | 101011 | 111001 | 101001110 | 111101 | 11011 |
Color Harmonies of #6E1B3F
Complementary color
Monochromatic Colors of #6E1B3F
Black with #6E1B3F
Text Example
Text Example
White with #6E1B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1B3F; }
p { color: rgb(110,27,63); }
H1.HeaderClassName
{
color: #6E1B3F;
}
.AnyTagClassName
{
color: #6E1B3F;
}
</style>
background-color css
<style>
a { background-color: #6E1B3F; }
a { background-color: rgb(110,27,63); }
div.DivClassName
{
background-color: #6E1B3F;
}
.BgClassName
{
background-color: #6E1B3F;
}
</style>
border-color css
<style>
span { border-color: #6E1B3F; }
span { border-color: rgb(110,27,63); }
td.TdClassName
{
border-color: #6E1B3F;
}
.TagClassName
{
border-color: #6E1B3F;
}
</style>