Shades of Pompadour #6B1D46
Tints of Pompadour #6B1D46
RGB
CMYK
RGB Variations
Color information
#6B1D46 (or 0x6B1D46) is known color: Pompadour. HEX triplet: 6B, 1D and 46. RGB value is (107,29,70). Sum of RGB (Red+Green+Blue) = 107+29+70=206 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.94% from 206); Green value is 29 (11.72% from 255 or 14.08% from 206); Blue value is 70 (27.73% from 255 or 33.98% from 206); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1D46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B1D46 is #94E2B9. Grayscale: #383838. Windows color (decimal): -9757370 or 4595051. OLE color: 4595051.
HSL color Cylindrical-coordinate representation of color #6B1D46: hue angle of 328.46º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6B1D46 is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 29 | 70 | - |
| CMYK | 0 | 0.73 | 0.35 | 0.58 |
| HSL | 328.46º | 0.57% | 0.27% | - |
| HSV(B) | 328.46º | 0.73% | 0.42% | - |
| XYZ | 7.61 | 4.45 | 6.25 | - |
| YUV | 57 | 135.34 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 29 | 70 | 0 | 0.73 | 0.35 | 0.58 | 328.46 | 0.57 | 0.27 |
| Hex | 6B | 1D | 46 | 0 | 49 | 23 | 3A | 148 | 39 | 1B |
| Octal | 153 | 35 | 106 | 0 | 111 | 43 | 72 | 510 | 71 | 33 |
| Binary | 1101011 | 11101 | 1000110 | 0 | 1001001 | 100011 | 111010 | 101001000 | 111001 | 11011 |
Color Harmonies of #6B1D46
Complementary color
Monochromatic Colors of #6B1D46
Black with #6B1D46
Text Example
Text Example
White with #6B1D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1D46; }
p { color: rgb(107,29,70); }
H1.HeaderClassName
{
color: #6B1D46;
}
.AnyTagClassName
{
color: #6B1D46;
}
</style>
background-color css
<style>
a { background-color: #6B1D46; }
a { background-color: rgb(107,29,70); }
div.DivClassName
{
background-color: #6B1D46;
}
.BgClassName
{
background-color: #6B1D46;
}
</style>
border-color css
<style>
span { border-color: #6B1D46; }
span { border-color: rgb(107,29,70); }
td.TdClassName
{
border-color: #6B1D46;
}
.TagClassName
{
border-color: #6B1D46;
}
</style>