Shades of Pompadour #6D1C4B
Tints of Pompadour #6D1C4B
RGB
CMYK
RGB Variations
Color information
#6D1C4B (or 0x6D1C4B) is known color: Pompadour. HEX triplet: 6D, 1C and 4B. RGB value is (109,28,75). Sum of RGB (Red+Green+Blue) = 109+28+75=212 (28% of max value = 765). Red value is 109 (42.97% from 255 or 51.42% from 212); Green value is 28 (11.33% from 255 or 13.21% from 212); Blue value is 75 (29.69% from 255 or 35.38% from 212); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1C4B is #92E3B4. Grayscale: #393939. Windows color (decimal): -9626549 or 4922477. OLE color: 4922477.
HSL color Cylindrical-coordinate representation of color #6D1C4B: hue angle of 325.19º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6D1C4B is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 28 | 75 | - |
| CMYK | 0 | 0.74 | 0.31 | 0.57 |
| HSL | 325.19º | 0.59% | 0.27% | - |
| HSV(B) | 325.19º | 0.74% | 0.43% | - |
| XYZ | 7.99 | 4.59 | 7.12 | - |
| YUV | 57.58 | 137.84 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 28 | 75 | 0 | 0.74 | 0.31 | 0.57 | 325.19 | 0.59 | 0.27 |
| Hex | 6D | 1C | 4B | 0 | 4A | 1F | 39 | 145 | 3B | 1B |
| Octal | 155 | 34 | 113 | 0 | 112 | 37 | 71 | 505 | 73 | 33 |
| Binary | 1101101 | 11100 | 1001011 | 0 | 1001010 | 11111 | 111001 | 101000101 | 111011 | 11011 |
Color Harmonies of #6D1C4B
Complementary color
Monochromatic Colors of #6D1C4B
Black with #6D1C4B
Text Example
Text Example
White with #6D1C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1C4B; }
p { color: rgb(109,28,75); }
H1.HeaderClassName
{
color: #6D1C4B;
}
.AnyTagClassName
{
color: #6D1C4B;
}
</style>
background-color css
<style>
a { background-color: #6D1C4B; }
a { background-color: rgb(109,28,75); }
div.DivClassName
{
background-color: #6D1C4B;
}
.BgClassName
{
background-color: #6D1C4B;
}
</style>
border-color css
<style>
span { border-color: #6D1C4B; }
span { border-color: rgb(109,28,75); }
td.TdClassName
{
border-color: #6D1C4B;
}
.TagClassName
{
border-color: #6D1C4B;
}
</style>