Shades of Pompadour #6D184C
Tints of Pompadour #6D184C
RGB
CMYK
RGB Variations
Color information
#6D184C (or 0x6D184C) is known color: Pompadour. HEX triplet: 6D, 18 and 4C. RGB value is (109,24,76). Sum of RGB (Red+Green+Blue) = 109+24+76=209 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.15% from 209); Green value is 24 (9.77% from 255 or 11.48% from 209); Blue value is 76 (30.08% from 255 or 36.36% from 209); Max value from RGB is 109 - color contains mainly: red. Hex color #6D184C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D184C is #92E7B3. Grayscale: #373737. Windows color (decimal): -9627572 or 4986989. OLE color: 4986989.
HSL color Cylindrical-coordinate representation of color #6D184C: hue angle of 323.29º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6D184C is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 24 | 76 | - |
| CMYK | 0 | 0.78 | 0.30 | 0.57 |
| HSL | 323.29º | 0.64% | 0.26% | - |
| HSV(B) | 323.29º | 0.78% | 0.43% | - |
| XYZ | 7.94 | 4.43 | 7.27 | - |
| YUV | 55.34 | 139.66 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 24 | 76 | 0 | 0.78 | 0.30 | 0.57 | 323.29 | 0.64 | 0.26 |
| Hex | 6D | 18 | 4C | 0 | 4E | 1E | 39 | 143 | 40 | 1A |
| Octal | 155 | 30 | 114 | 0 | 116 | 36 | 71 | 503 | 100 | 32 |
| Binary | 1101101 | 11000 | 1001100 | 0 | 1001110 | 11110 | 111001 | 101000011 | 1000000 | 11010 |
Color Harmonies of #6D184C
Complementary color
Monochromatic Colors of #6D184C
Black with #6D184C
Text Example
Text Example
White with #6D184C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D184C; }
p { color: rgb(109,24,76); }
H1.HeaderClassName
{
color: #6D184C;
}
.AnyTagClassName
{
color: #6D184C;
}
</style>
background-color css
<style>
a { background-color: #6D184C; }
a { background-color: rgb(109,24,76); }
div.DivClassName
{
background-color: #6D184C;
}
.BgClassName
{
background-color: #6D184C;
}
</style>
border-color css
<style>
span { border-color: #6D184C; }
span { border-color: rgb(109,24,76); }
td.TdClassName
{
border-color: #6D184C;
}
.TagClassName
{
border-color: #6D184C;
}
</style>