Shades of Pompadour #6D1D4B
Tints of Pompadour #6D1D4B
RGB
CMYK
RGB Variations
Color information
#6D1D4B (or 0x6D1D4B) is known color: Pompadour. HEX triplet: 6D, 1D and 4B. RGB value is (109,29,75). Sum of RGB (Red+Green+Blue) = 109+29+75=213 (28% of max value = 765). Red value is 109 (42.97% from 255 or 51.17% from 213); Green value is 29 (11.72% from 255 or 13.62% from 213); Blue value is 75 (29.69% from 255 or 35.21% from 213); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1D4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1D4B is #92E2B4. Grayscale: #3A3A3A. Windows color (decimal): -9626293 or 4922733. OLE color: 4922733.
HSL color Cylindrical-coordinate representation of color #6D1D4B: hue angle of 325.5º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6D1D4B is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 29 | 75 | - |
| CMYK | 0 | 0.73 | 0.31 | 0.57 |
| HSL | 325.5º | 0.58% | 0.27% | - |
| HSV(B) | 325.5º | 0.73% | 0.43% | - |
| XYZ | 8.02 | 4.64 | 7.13 | - |
| YUV | 58.16 | 137.5 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 29 | 75 | 0 | 0.73 | 0.31 | 0.57 | 325.5 | 0.58 | 0.27 |
| Hex | 6D | 1D | 4B | 0 | 49 | 1F | 39 | 146 | 3A | 1B |
| Octal | 155 | 35 | 113 | 0 | 111 | 37 | 71 | 506 | 72 | 33 |
| Binary | 1101101 | 11101 | 1001011 | 0 | 1001001 | 11111 | 111001 | 101000110 | 111010 | 11011 |
Color Harmonies of #6D1D4B
Complementary color
Monochromatic Colors of #6D1D4B
Black with #6D1D4B
Text Example
Text Example
White with #6D1D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1D4B; }
p { color: rgb(109,29,75); }
H1.HeaderClassName
{
color: #6D1D4B;
}
.AnyTagClassName
{
color: #6D1D4B;
}
</style>
background-color css
<style>
a { background-color: #6D1D4B; }
a { background-color: rgb(109,29,75); }
div.DivClassName
{
background-color: #6D1D4B;
}
.BgClassName
{
background-color: #6D1D4B;
}
</style>
border-color css
<style>
span { border-color: #6D1D4B; }
span { border-color: rgb(109,29,75); }
td.TdClassName
{
border-color: #6D1D4B;
}
.TagClassName
{
border-color: #6D1D4B;
}
</style>