Shades of Pompadour #6E1B3B
Tints of Pompadour #6E1B3B
RGB
CMYK
RGB Variations
Color information
#6E1B3B (or 0x6E1B3B) is known color: Pompadour. HEX triplet: 6E, 1B and 3B. RGB value is (110,27,59). Sum of RGB (Red+Green+Blue) = 110+27+59=196 (25% of max value = 765). Red value is 110 (43.36% from 255 or 56.12% from 196); Green value is 27 (10.94% from 255 or 13.78% from 196); Blue value is 59 (23.44% from 255 or 30.10% from 196); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1B3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E1B3B is #91E4C4. Grayscale: #373737. Windows color (decimal): -9561285 or 3873646. OLE color: 3873646.
HSL color Cylindrical-coordinate representation of color #6E1B3B: hue angle of 336.87º 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 #6E1B3B is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 27 | 59 | - |
| CMYK | 0 | 0.75 | 0.46 | 0.57 |
| HSL | 336.87º | 0.61% | 0.27% | - |
| HSV(B) | 336.87º | 0.75% | 0.43% | - |
| XYZ | 7.61 | 4.41 | 4.59 | - |
| YUV | 55.47 | 130 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 27 | 59 | 0 | 0.75 | 0.46 | 0.57 | 336.87 | 0.61 | 0.27 |
| Hex | 6E | 1B | 3B | 0 | 4B | 2E | 39 | 151 | 3D | 1B |
| Octal | 156 | 33 | 73 | 0 | 113 | 56 | 71 | 521 | 75 | 33 |
| Binary | 1101110 | 11011 | 111011 | 0 | 1001011 | 101110 | 111001 | 101010001 | 111101 | 11011 |
Color Harmonies of #6E1B3B
Complementary color
Monochromatic Colors of #6E1B3B
Black with #6E1B3B
Text Example
Text Example
White with #6E1B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1B3B; }
p { color: rgb(110,27,59); }
H1.HeaderClassName
{
color: #6E1B3B;
}
.AnyTagClassName
{
color: #6E1B3B;
}
</style>
background-color css
<style>
a { background-color: #6E1B3B; }
a { background-color: rgb(110,27,59); }
div.DivClassName
{
background-color: #6E1B3B;
}
.BgClassName
{
background-color: #6E1B3B;
}
</style>
border-color css
<style>
span { border-color: #6E1B3B; }
span { border-color: rgb(110,27,59); }
td.TdClassName
{
border-color: #6E1B3B;
}
.TagClassName
{
border-color: #6E1B3B;
}
</style>