Shades of Pompadour #6D254B
Tints of Pompadour #6D254B
RGB
CMYK
RGB Variations
Color information
#6D254B (or 0x6D254B) is known color: Pompadour. HEX triplet: 6D, 25 and 4B. RGB value is (109,37,75). Sum of RGB (Red+Green+Blue) = 109+37+75=221 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.32% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 75 (29.69% from 255 or 33.94% from 221); Max value from RGB is 109 - color contains mainly: red. Hex color #6D254B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D254B is #92DAB4. Grayscale: #3E3E3E. Windows color (decimal): -9624245 or 4924781. OLE color: 4924781.
HSL color Cylindrical-coordinate representation of color #6D254B: hue angle of 328.33º 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 #6D254B is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 37 | 75 | - |
| CMYK | 0 | 0.66 | 0.31 | 0.57 |
| HSL | 328.33º | 0.49% | 0.29% | - |
| HSV(B) | 328.33º | 0.66% | 0.43% | - |
| XYZ | 8.24 | 5.08 | 7.2 | - |
| YUV | 62.86 | 134.85 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 37 | 75 | 0 | 0.66 | 0.31 | 0.57 | 328.33 | 0.49 | 0.29 |
| Hex | 6D | 25 | 4B | 0 | 42 | 1F | 39 | 148 | 31 | 1D |
| Octal | 155 | 45 | 113 | 0 | 102 | 37 | 71 | 510 | 61 | 35 |
| Binary | 1101101 | 100101 | 1001011 | 0 | 1000010 | 11111 | 111001 | 101001000 | 110001 | 11101 |
Color Harmonies of #6D254B
Complementary color
Monochromatic Colors of #6D254B
Black with #6D254B
Text Example
Text Example
White with #6D254B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D254B; }
p { color: rgb(109,37,75); }
H1.HeaderClassName
{
color: #6D254B;
}
.AnyTagClassName
{
color: #6D254B;
}
</style>
background-color css
<style>
a { background-color: #6D254B; }
a { background-color: rgb(109,37,75); }
div.DivClassName
{
background-color: #6D254B;
}
.BgClassName
{
background-color: #6D254B;
}
</style>
border-color css
<style>
span { border-color: #6D254B; }
span { border-color: rgb(109,37,75); }
td.TdClassName
{
border-color: #6D254B;
}
.TagClassName
{
border-color: #6D254B;
}
</style>