Shades of Pompadour #6D254A
Tints of Pompadour #6D254A
RGB
CMYK
RGB Variations
Color information
#6D254A (or 0x6D254A) is known color: Pompadour. HEX triplet: 6D, 25 and 4A. RGB value is (109,37,74). Sum of RGB (Red+Green+Blue) = 109+37+74=220 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.55% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 74 (29.30% from 255 or 33.64% from 220); Max value from RGB is 109 - color contains mainly: red. Hex color #6D254A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D254A is #92DAB5. Grayscale: #3E3E3E. Windows color (decimal): -9624246 or 4859245. OLE color: 4859245.
HSL color Cylindrical-coordinate representation of color #6D254A: hue angle of 329.17º 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 #6D254A is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 37 | 74 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.57 |
| HSL | 329.17º | 0.49% | 0.29% | - |
| HSV(B) | 329.17º | 0.66% | 0.43% | - |
| XYZ | 8.2 | 5.07 | 7.02 | - |
| YUV | 62.75 | 134.35 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 37 | 74 | 0 | 0.66 | 0.32 | 0.57 | 329.17 | 0.49 | 0.29 |
| Hex | 6D | 25 | 4A | 0 | 42 | 20 | 39 | 149 | 31 | 1D |
| Octal | 155 | 45 | 112 | 0 | 102 | 40 | 71 | 511 | 61 | 35 |
| Binary | 1101101 | 100101 | 1001010 | 0 | 1000010 | 100000 | 111001 | 101001001 | 110001 | 11101 |
Color Harmonies of #6D254A
Complementary color
Monochromatic Colors of #6D254A
Black with #6D254A
Text Example
Text Example
White with #6D254A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D254A; }
p { color: rgb(109,37,74); }
H1.HeaderClassName
{
color: #6D254A;
}
.AnyTagClassName
{
color: #6D254A;
}
</style>
background-color css
<style>
a { background-color: #6D254A; }
a { background-color: rgb(109,37,74); }
div.DivClassName
{
background-color: #6D254A;
}
.BgClassName
{
background-color: #6D254A;
}
</style>
border-color css
<style>
span { border-color: #6D254A; }
span { border-color: rgb(109,37,74); }
td.TdClassName
{
border-color: #6D254A;
}
.TagClassName
{
border-color: #6D254A;
}
</style>