Shades of Pompadour #6D1B4D
Tints of Pompadour #6D1B4D
RGB
CMYK
RGB Variations
Color information
#6D1B4D (or 0x6D1B4D) is known color: Pompadour. HEX triplet: 6D, 1B and 4D. RGB value is (109,27,77). Sum of RGB (Red+Green+Blue) = 109+27+77=213 (28% of max value = 765). Red value is 109 (42.97% from 255 or 51.17% from 213); Green value is 27 (10.94% from 255 or 12.68% from 213); Blue value is 77 (30.47% from 255 or 36.15% from 213); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1B4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D1B4D is #92E4B2. Grayscale: #393939. Windows color (decimal): -9626803 or 5053293. OLE color: 5053293.
HSL color Cylindrical-coordinate representation of color #6D1B4D: hue angle of 323.41º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6D1B4D is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 27 | 77 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.57 |
| HSL | 323.41º | 0.6% | 0.27% | - |
| HSV(B) | 323.41º | 0.75% | 0.43% | - |
| XYZ | 8.04 | 4.57 | 7.48 | - |
| YUV | 57.22 | 139.17 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 27 | 77 | 0 | 0.75 | 0.29 | 0.57 | 323.41 | 0.6 | 0.27 |
| Hex | 6D | 1B | 4D | 0 | 4B | 1D | 39 | 143 | 3C | 1B |
| Octal | 155 | 33 | 115 | 0 | 113 | 35 | 71 | 503 | 74 | 33 |
| Binary | 1101101 | 11011 | 1001101 | 0 | 1001011 | 11101 | 111001 | 101000011 | 111100 | 11011 |
Color Harmonies of #6D1B4D
Complementary color
Monochromatic Colors of #6D1B4D
Black with #6D1B4D
Text Example
Text Example
White with #6D1B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1B4D; }
p { color: rgb(109,27,77); }
H1.HeaderClassName
{
color: #6D1B4D;
}
.AnyTagClassName
{
color: #6D1B4D;
}
</style>
background-color css
<style>
a { background-color: #6D1B4D; }
a { background-color: rgb(109,27,77); }
div.DivClassName
{
background-color: #6D1B4D;
}
.BgClassName
{
background-color: #6D1B4D;
}
</style>
border-color css
<style>
span { border-color: #6D1B4D; }
span { border-color: rgb(109,27,77); }
td.TdClassName
{
border-color: #6D1B4D;
}
.TagClassName
{
border-color: #6D1B4D;
}
</style>