Shades of Pompadour #681E45
Tints of Pompadour #681E45
RGB
CMYK
RGB Variations
Color information
#681E45 (or 0x681E45) is known color: Pompadour. HEX triplet: 68, 1E and 45. RGB value is (104,30,69). Sum of RGB (Red+Green+Blue) = 104+30+69=203 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.23% from 203); Green value is 30 (12.11% from 255 or 14.78% from 203); Blue value is 69 (27.34% from 255 or 33.99% from 203); Max value from RGB is 104 - color contains mainly: red. Hex color #681E45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681E45 is #97E1BA. Grayscale: #383838. Windows color (decimal): -9953723 or 4529768. OLE color: 4529768.
HSL color Cylindrical-coordinate representation of color #681E45: hue angle of 328.38º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #681E45 is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 30 | 69 | - |
| CMYK | 0 | 0.71 | 0.34 | 0.59 |
| HSL | 328.38º | 0.55% | 0.26% | - |
| HSV(B) | 328.38º | 0.71% | 0.41% | - |
| XYZ | 7.25 | 4.3 | 6.08 | - |
| YUV | 56.57 | 135.02 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 30 | 69 | 0 | 0.71 | 0.34 | 0.59 | 328.38 | 0.55 | 0.26 |
| Hex | 68 | 1E | 45 | 0 | 47 | 22 | 3B | 148 | 37 | 1A |
| Octal | 150 | 36 | 105 | 0 | 107 | 42 | 73 | 510 | 67 | 32 |
| Binary | 1101000 | 11110 | 1000101 | 0 | 1000111 | 100010 | 111011 | 101001000 | 110111 | 11010 |
Color Harmonies of #681E45
Complementary color
Monochromatic Colors of #681E45
Black with #681E45
Text Example
Text Example
White with #681E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681E45; }
p { color: rgb(104,30,69); }
H1.HeaderClassName
{
color: #681E45;
}
.AnyTagClassName
{
color: #681E45;
}
</style>
background-color css
<style>
a { background-color: #681E45; }
a { background-color: rgb(104,30,69); }
div.DivClassName
{
background-color: #681E45;
}
.BgClassName
{
background-color: #681E45;
}
</style>
border-color css
<style>
span { border-color: #681E45; }
span { border-color: rgb(104,30,69); }
td.TdClassName
{
border-color: #681E45;
}
.TagClassName
{
border-color: #681E45;
}
</style>