Shades of Pompadour #6D2853
Tints of Pompadour #6D2853
RGB
CMYK
RGB Variations
Color information
#6D2853 (or 0x6D2853) is known color: Pompadour. HEX triplet: 6D, 28 and 53. RGB value is (109,40,83). Sum of RGB (Red+Green+Blue) = 109+40+83=232 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.98% from 232); Green value is 40 (16.02% from 255 or 17.24% from 232); Blue value is 83 (32.81% from 255 or 35.78% from 232); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2853 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2853 is #92D7AC. Grayscale: #414141. Windows color (decimal): -9623469 or 5449837. OLE color: 5449837.
HSL color Cylindrical-coordinate representation of color #6D2853: hue angle of 322.61º 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 #6D2853 is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 40 | 83 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.57 |
| HSL | 322.61º | 0.46% | 0.29% | - |
| HSV(B) | 322.61º | 0.63% | 0.43% | - |
| XYZ | 8.63 | 5.39 | 8.77 | - |
| YUV | 65.53 | 137.86 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 40 | 83 | 0 | 0.63 | 0.24 | 0.57 | 322.61 | 0.46 | 0.29 |
| Hex | 6D | 28 | 53 | 0 | 3F | 18 | 39 | 143 | 2E | 1D |
| Octal | 155 | 50 | 123 | 0 | 77 | 30 | 71 | 503 | 56 | 35 |
| Binary | 1101101 | 101000 | 1010011 | 0 | 111111 | 11000 | 111001 | 101000011 | 101110 | 11101 |
Color Harmonies of #6D2853
Complementary color
Monochromatic Colors of #6D2853
Black with #6D2853
Text Example
Text Example
White with #6D2853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2853; }
p { color: rgb(109,40,83); }
H1.HeaderClassName
{
color: #6D2853;
}
.AnyTagClassName
{
color: #6D2853;
}
</style>
background-color css
<style>
a { background-color: #6D2853; }
a { background-color: rgb(109,40,83); }
div.DivClassName
{
background-color: #6D2853;
}
.BgClassName
{
background-color: #6D2853;
}
</style>
border-color css
<style>
span { border-color: #6D2853; }
span { border-color: rgb(109,40,83); }
td.TdClassName
{
border-color: #6D2853;
}
.TagClassName
{
border-color: #6D2853;
}
</style>