Shades of Pompadour #6D284C
Tints of Pompadour #6D284C
RGB
CMYK
RGB Variations
Color information
#6D284C (or 0x6D284C) is known color: Pompadour. HEX triplet: 6D, 28 and 4C. RGB value is (109,40,76). Sum of RGB (Red+Green+Blue) = 109+40+76=225 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.44% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 109 - color contains mainly: red. Hex color #6D284C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D284C is #92D7B3. Grayscale: #404040. Windows color (decimal): -9623476 or 4991085. OLE color: 4991085.
HSL color Cylindrical-coordinate representation of color #6D284C: hue angle of 328.7º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6D284C is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 40 | 76 | - |
| CMYK | 0 | 0.63 | 0.30 | 0.57 |
| HSL | 328.7º | 0.46% | 0.29% | - |
| HSV(B) | 328.7º | 0.63% | 0.43% | - |
| XYZ | 8.37 | 5.29 | 7.42 | - |
| YUV | 64.74 | 134.36 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 40 | 76 | 0 | 0.63 | 0.30 | 0.57 | 328.7 | 0.46 | 0.29 |
| Hex | 6D | 28 | 4C | 0 | 3F | 1E | 39 | 149 | 2E | 1D |
| Octal | 155 | 50 | 114 | 0 | 77 | 36 | 71 | 511 | 56 | 35 |
| Binary | 1101101 | 101000 | 1001100 | 0 | 111111 | 11110 | 111001 | 101001001 | 101110 | 11101 |
Color Harmonies of #6D284C
Complementary color
Monochromatic Colors of #6D284C
Black with #6D284C
Text Example
Text Example
White with #6D284C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D284C; }
p { color: rgb(109,40,76); }
H1.HeaderClassName
{
color: #6D284C;
}
.AnyTagClassName
{
color: #6D284C;
}
</style>
background-color css
<style>
a { background-color: #6D284C; }
a { background-color: rgb(109,40,76); }
div.DivClassName
{
background-color: #6D284C;
}
.BgClassName
{
background-color: #6D284C;
}
</style>
border-color css
<style>
span { border-color: #6D284C; }
span { border-color: rgb(109,40,76); }
td.TdClassName
{
border-color: #6D284C;
}
.TagClassName
{
border-color: #6D284C;
}
</style>