Shades of Pompadour #6D234D
Tints of Pompadour #6D234D
RGB
CMYK
RGB Variations
Color information
#6D234D (or 0x6D234D) is known color: Pompadour. HEX triplet: 6D, 23 and 4D. RGB value is (109,35,77). Sum of RGB (Red+Green+Blue) = 109+35+77=221 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.32% from 221); Green value is 35 (14.06% from 255 or 15.84% from 221); Blue value is 77 (30.47% from 255 or 34.84% from 221); Max value from RGB is 109 - color contains mainly: red. Hex color #6D234D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D234D is #92DCB2. Grayscale: #3D3D3D. Windows color (decimal): -9624755 or 5055341. OLE color: 5055341.
HSL color Cylindrical-coordinate representation of color #6D234D: hue angle of 325.95º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6D234D is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 35 | 77 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.57 |
| HSL | 325.95º | 0.51% | 0.28% | - |
| HSV(B) | 325.95º | 0.68% | 0.43% | - |
| XYZ | 8.25 | 4.99 | 7.55 | - |
| YUV | 61.91 | 136.52 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 35 | 77 | 0 | 0.68 | 0.29 | 0.57 | 325.95 | 0.51 | 0.28 |
| Hex | 6D | 23 | 4D | 0 | 44 | 1D | 39 | 146 | 33 | 1C |
| Octal | 155 | 43 | 115 | 0 | 104 | 35 | 71 | 506 | 63 | 34 |
| Binary | 1101101 | 100011 | 1001101 | 0 | 1000100 | 11101 | 111001 | 101000110 | 110011 | 11100 |
Color Harmonies of #6D234D
Complementary color
Monochromatic Colors of #6D234D
Black with #6D234D
Text Example
Text Example
White with #6D234D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D234D; }
p { color: rgb(109,35,77); }
H1.HeaderClassName
{
color: #6D234D;
}
.AnyTagClassName
{
color: #6D234D;
}
</style>
background-color css
<style>
a { background-color: #6D234D; }
a { background-color: rgb(109,35,77); }
div.DivClassName
{
background-color: #6D234D;
}
.BgClassName
{
background-color: #6D234D;
}
</style>
border-color css
<style>
span { border-color: #6D234D; }
span { border-color: rgb(109,35,77); }
td.TdClassName
{
border-color: #6D234D;
}
.TagClassName
{
border-color: #6D234D;
}
</style>