Shades of Pompadour #6D294B
Tints of Pompadour #6D294B
RGB
CMYK
RGB Variations
Color information
#6D294B (or 0x6D294B) is known color: Pompadour. HEX triplet: 6D, 29 and 4B. RGB value is (109,41,75). Sum of RGB (Red+Green+Blue) = 109+41+75=225 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.44% from 225); Green value is 41 (16.41% from 255 or 18.22% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 109 - color contains mainly: red. Hex color #6D294B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D294B is #92D6B4. Grayscale: #414141. Windows color (decimal): -9623221 or 4925805. OLE color: 4925805.
HSL color Cylindrical-coordinate representation of color #6D294B: hue angle of 330º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6D294B is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 41 | 75 | - |
| CMYK | 0 | 0.62 | 0.31 | 0.57 |
| HSL | 330º | 0.45% | 0.29% | - |
| HSV(B) | 330º | 0.62% | 0.43% | - |
| XYZ | 8.37 | 5.35 | 7.25 | - |
| YUV | 65.21 | 133.53 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 41 | 75 | 0 | 0.62 | 0.31 | 0.57 | 330 | 0.45 | 0.29 |
| Hex | 6D | 29 | 4B | 0 | 3E | 1F | 39 | 14A | 2D | 1D |
| Octal | 155 | 51 | 113 | 0 | 76 | 37 | 71 | 512 | 55 | 35 |
| Binary | 1101101 | 101001 | 1001011 | 0 | 111110 | 11111 | 111001 | 101001010 | 101101 | 11101 |
Color Harmonies of #6D294B
Complementary color
Monochromatic Colors of #6D294B
Black with #6D294B
Text Example
Text Example
White with #6D294B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D294B; }
p { color: rgb(109,41,75); }
H1.HeaderClassName
{
color: #6D294B;
}
.AnyTagClassName
{
color: #6D294B;
}
</style>
background-color css
<style>
a { background-color: #6D294B; }
a { background-color: rgb(109,41,75); }
div.DivClassName
{
background-color: #6D294B;
}
.BgClassName
{
background-color: #6D294B;
}
</style>
border-color css
<style>
span { border-color: #6D294B; }
span { border-color: rgb(109,41,75); }
td.TdClassName
{
border-color: #6D294B;
}
.TagClassName
{
border-color: #6D294B;
}
</style>