Shades of Pompadour #6D254C
Tints of Pompadour #6D254C
RGB
CMYK
RGB Variations
Color information
#6D254C (or 0x6D254C) is known color: Pompadour. HEX triplet: 6D, 25 and 4C. RGB value is (109,37,76). Sum of RGB (Red+Green+Blue) = 109+37+76=222 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.10% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 76 (30.08% from 255 or 34.23% from 222); Max value from RGB is 109 - color contains mainly: red. Hex color #6D254C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D254C is #92DAB3. Grayscale: #3E3E3E. Windows color (decimal): -9624244 or 4990317. OLE color: 4990317.
HSL color Cylindrical-coordinate representation of color #6D254C: hue angle of 327.5º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6D254C is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 37 | 76 | - |
| CMYK | 0 | 0.66 | 0.30 | 0.57 |
| HSL | 327.5º | 0.49% | 0.29% | - |
| HSV(B) | 327.5º | 0.66% | 0.43% | - |
| XYZ | 8.27 | 5.1 | 7.39 | - |
| YUV | 62.97 | 135.35 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 37 | 76 | 0 | 0.66 | 0.30 | 0.57 | 327.5 | 0.49 | 0.29 |
| Hex | 6D | 25 | 4C | 0 | 42 | 1E | 39 | 148 | 31 | 1D |
| Octal | 155 | 45 | 114 | 0 | 102 | 36 | 71 | 510 | 61 | 35 |
| Binary | 1101101 | 100101 | 1001100 | 0 | 1000010 | 11110 | 111001 | 101001000 | 110001 | 11101 |
Color Harmonies of #6D254C
Complementary color
Monochromatic Colors of #6D254C
Black with #6D254C
Text Example
Text Example
White with #6D254C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D254C; }
p { color: rgb(109,37,76); }
H1.HeaderClassName
{
color: #6D254C;
}
.AnyTagClassName
{
color: #6D254C;
}
</style>
background-color css
<style>
a { background-color: #6D254C; }
a { background-color: rgb(109,37,76); }
div.DivClassName
{
background-color: #6D254C;
}
.BgClassName
{
background-color: #6D254C;
}
</style>
border-color css
<style>
span { border-color: #6D254C; }
span { border-color: rgb(109,37,76); }
td.TdClassName
{
border-color: #6D254C;
}
.TagClassName
{
border-color: #6D254C;
}
</style>