Shades of Pompadour #6B1446
Tints of Pompadour #6B1446
RGB
CMYK
RGB Variations
Color information
#6B1446 (or 0x6B1446) is known color: Pompadour. HEX triplet: 6B, 14 and 46. RGB value is (107,20,70). Sum of RGB (Red+Green+Blue) = 107+20+70=197 (26% of max value = 765). Red value is 107 (42.19% from 255 or 54.31% from 197); Green value is 20 (8.20% from 255 or 10.15% from 197); Blue value is 70 (27.73% from 255 or 35.53% from 197); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1446 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B1446 is #94EBB9. Grayscale: #333333. Windows color (decimal): -9759674 or 4592747. OLE color: 4592747.
HSL color Cylindrical-coordinate representation of color #6B1446: hue angle of 325.52º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6B1446 is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 20 | 70 | - |
| CMYK | 0 | 0.81 | 0.35 | 0.58 |
| HSL | 325.52º | 0.69% | 0.25% | - |
| HSV(B) | 325.52º | 0.81% | 0.42% | - |
| XYZ | 7.42 | 4.07 | 6.19 | - |
| YUV | 51.71 | 138.32 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 20 | 70 | 0 | 0.81 | 0.35 | 0.58 | 325.52 | 0.69 | 0.25 |
| Hex | 6B | 14 | 46 | 0 | 51 | 23 | 3A | 146 | 45 | 19 |
| Octal | 153 | 24 | 106 | 0 | 121 | 43 | 72 | 506 | 105 | 31 |
| Binary | 1101011 | 10100 | 1000110 | 0 | 1010001 | 100011 | 111010 | 101000110 | 1000101 | 11001 |
Color Harmonies of #6B1446
Complementary color
Monochromatic Colors of #6B1446
Black with #6B1446
Text Example
Text Example
White with #6B1446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1446; }
p { color: rgb(107,20,70); }
H1.HeaderClassName
{
color: #6B1446;
}
.AnyTagClassName
{
color: #6B1446;
}
</style>
background-color css
<style>
a { background-color: #6B1446; }
a { background-color: rgb(107,20,70); }
div.DivClassName
{
background-color: #6B1446;
}
.BgClassName
{
background-color: #6B1446;
}
</style>
border-color css
<style>
span { border-color: #6B1446; }
span { border-color: rgb(107,20,70); }
td.TdClassName
{
border-color: #6B1446;
}
.TagClassName
{
border-color: #6B1446;
}
</style>