Shades of Pompadour #6B1D4E
Tints of Pompadour #6B1D4E
RGB
CMYK
RGB Variations
Color information
#6B1D4E (or 0x6B1D4E) is known color: Pompadour. HEX triplet: 6B, 1D and 4E. RGB value is (107,29,78). Sum of RGB (Red+Green+Blue) = 107+29+78=214 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50% from 214); Green value is 29 (11.72% from 255 or 13.55% from 214); Blue value is 78 (30.86% from 255 or 36.45% from 214); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1D4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B1D4E is #94E2B1. Grayscale: #393939. Windows color (decimal): -9757362 or 5119339. OLE color: 5119339.
HSL color Cylindrical-coordinate representation of color #6B1D4E: hue angle of 322.31º 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 #6B1D4E is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 29 | 78 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.58 |
| HSL | 322.31º | 0.57% | 0.27% | - |
| HSV(B) | 322.31º | 0.73% | 0.42% | - |
| XYZ | 7.88 | 4.55 | 7.67 | - |
| YUV | 57.91 | 139.34 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 29 | 78 | 0 | 0.73 | 0.27 | 0.58 | 322.31 | 0.57 | 0.27 |
| Hex | 6B | 1D | 4E | 0 | 49 | 1B | 3A | 142 | 39 | 1B |
| Octal | 153 | 35 | 116 | 0 | 111 | 33 | 72 | 502 | 71 | 33 |
| Binary | 1101011 | 11101 | 1001110 | 0 | 1001001 | 11011 | 111010 | 101000010 | 111001 | 11011 |
Color Harmonies of #6B1D4E
Complementary color
Monochromatic Colors of #6B1D4E
Black with #6B1D4E
Text Example
Text Example
White with #6B1D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1D4E; }
p { color: rgb(107,29,78); }
H1.HeaderClassName
{
color: #6B1D4E;
}
.AnyTagClassName
{
color: #6B1D4E;
}
</style>
background-color css
<style>
a { background-color: #6B1D4E; }
a { background-color: rgb(107,29,78); }
div.DivClassName
{
background-color: #6B1D4E;
}
.BgClassName
{
background-color: #6B1D4E;
}
</style>
border-color css
<style>
span { border-color: #6B1D4E; }
span { border-color: rgb(107,29,78); }
td.TdClassName
{
border-color: #6B1D4E;
}
.TagClassName
{
border-color: #6B1D4E;
}
</style>