Shades of Pompadour #681A45
Tints of Pompadour #681A45
RGB
CMYK
RGB Variations
Color information
#681A45 (or 0x681A45) is known color: Pompadour. HEX triplet: 68, 1A and 45. RGB value is (104,26,69). Sum of RGB (Red+Green+Blue) = 104+26+69=199 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.26% from 199); Green value is 26 (10.55% from 255 or 13.07% from 199); Blue value is 69 (27.34% from 255 or 34.67% from 199); Max value from RGB is 104 - color contains mainly: red. Hex color #681A45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681A45 is #97E5BA. Grayscale: #363636. Windows color (decimal): -9954747 or 4528744. OLE color: 4528744.
HSL color Cylindrical-coordinate representation of color #681A45: hue angle of 326.92º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #681A45 is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 26 | 69 | - |
| CMYK | 0 | 0.75 | 0.34 | 0.59 |
| HSL | 326.92º | 0.6% | 0.25% | - |
| HSV(B) | 326.92º | 0.75% | 0.41% | - |
| XYZ | 7.15 | 4.11 | 6.05 | - |
| YUV | 54.22 | 136.34 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 26 | 69 | 0 | 0.75 | 0.34 | 0.59 | 326.92 | 0.6 | 0.25 |
| Hex | 68 | 1A | 45 | 0 | 4B | 22 | 3B | 147 | 3C | 19 |
| Octal | 150 | 32 | 105 | 0 | 113 | 42 | 73 | 507 | 74 | 31 |
| Binary | 1101000 | 11010 | 1000101 | 0 | 1001011 | 100010 | 111011 | 101000111 | 111100 | 11001 |
Color Harmonies of #681A45
Complementary color
Monochromatic Colors of #681A45
Black with #681A45
Text Example
Text Example
White with #681A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681A45; }
p { color: rgb(104,26,69); }
H1.HeaderClassName
{
color: #681A45;
}
.AnyTagClassName
{
color: #681A45;
}
</style>
background-color css
<style>
a { background-color: #681A45; }
a { background-color: rgb(104,26,69); }
div.DivClassName
{
background-color: #681A45;
}
.BgClassName
{
background-color: #681A45;
}
</style>
border-color css
<style>
span { border-color: #681A45; }
span { border-color: rgb(104,26,69); }
td.TdClassName
{
border-color: #681A45;
}
.TagClassName
{
border-color: #681A45;
}
</style>