Shades of Pompadour #6E133C
Tints of Pompadour #6E133C
RGB
CMYK
RGB Variations
Color information
#6E133C (or 0x6E133C) is known color: Pompadour. HEX triplet: 6E, 13 and 3C. RGB value is (110,19,60). Sum of RGB (Red+Green+Blue) = 110+19+60=189 (25% of max value = 765). Red value is 110 (43.36% from 255 or 58.20% from 189); Green value is 19 (7.81% from 255 or 10.05% from 189); Blue value is 60 (23.83% from 255 or 31.75% from 189); Max value from RGB is 110 - color contains mainly: red. Hex color #6E133C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E133C is #91ECC3. Grayscale: #323232. Windows color (decimal): -9563332 or 3937134. OLE color: 3937134.
HSL color Cylindrical-coordinate representation of color #6E133C: hue angle of 332.97º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6E133C is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 19 | 60 | - |
| CMYK | 0 | 0.83 | 0.45 | 0.57 |
| HSL | 332.97º | 0.71% | 0.25% | - |
| HSV(B) | 332.97º | 0.83% | 0.43% | - |
| XYZ | 7.48 | 4.11 | 4.67 | - |
| YUV | 50.88 | 133.15 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 19 | 60 | 0 | 0.83 | 0.45 | 0.57 | 332.97 | 0.71 | 0.25 |
| Hex | 6E | 13 | 3C | 0 | 53 | 2D | 39 | 14D | 47 | 19 |
| Octal | 156 | 23 | 74 | 0 | 123 | 55 | 71 | 515 | 107 | 31 |
| Binary | 1101110 | 10011 | 111100 | 0 | 1010011 | 101101 | 111001 | 101001101 | 1000111 | 11001 |
Color Harmonies of #6E133C
Complementary color
Monochromatic Colors of #6E133C
Black with #6E133C
Text Example
Text Example
White with #6E133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E133C; }
p { color: rgb(110,19,60); }
H1.HeaderClassName
{
color: #6E133C;
}
.AnyTagClassName
{
color: #6E133C;
}
</style>
background-color css
<style>
a { background-color: #6E133C; }
a { background-color: rgb(110,19,60); }
div.DivClassName
{
background-color: #6E133C;
}
.BgClassName
{
background-color: #6E133C;
}
</style>
border-color css
<style>
span { border-color: #6E133C; }
span { border-color: rgb(110,19,60); }
td.TdClassName
{
border-color: #6E133C;
}
.TagClassName
{
border-color: #6E133C;
}
</style>