Shades of Pompadour #681E4B
Tints of Pompadour #681E4B
RGB
CMYK
RGB Variations
Color information
#681E4B (or 0x681E4B) is known color: Pompadour. HEX triplet: 68, 1E and 4B. RGB value is (104,30,75). Sum of RGB (Red+Green+Blue) = 104+30+75=209 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.76% from 209); Green value is 30 (12.11% from 255 or 14.35% from 209); Blue value is 75 (29.69% from 255 or 35.89% from 209); Max value from RGB is 104 - color contains mainly: red. Hex color #681E4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681E4B is #97E1B4. Grayscale: #393939. Windows color (decimal): -9953717 or 4922984. OLE color: 4922984.
HSL color Cylindrical-coordinate representation of color #681E4B: hue angle of 323.51º 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 #681E4B is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 30 | 75 | - |
| CMYK | 0 | 0.71 | 0.28 | 0.59 |
| HSL | 323.51º | 0.55% | 0.26% | - |
| HSV(B) | 323.51º | 0.71% | 0.41% | - |
| XYZ | 7.44 | 4.38 | 7.11 | - |
| YUV | 57.26 | 138.02 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 30 | 75 | 0 | 0.71 | 0.28 | 0.59 | 323.51 | 0.55 | 0.26 |
| Hex | 68 | 1E | 4B | 0 | 47 | 1C | 3B | 144 | 37 | 1A |
| Octal | 150 | 36 | 113 | 0 | 107 | 34 | 73 | 504 | 67 | 32 |
| Binary | 1101000 | 11110 | 1001011 | 0 | 1000111 | 11100 | 111011 | 101000100 | 110111 | 11010 |
Color Harmonies of #681E4B
Complementary color
Monochromatic Colors of #681E4B
Black with #681E4B
Text Example
Text Example
White with #681E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681E4B; }
p { color: rgb(104,30,75); }
H1.HeaderClassName
{
color: #681E4B;
}
.AnyTagClassName
{
color: #681E4B;
}
</style>
background-color css
<style>
a { background-color: #681E4B; }
a { background-color: rgb(104,30,75); }
div.DivClassName
{
background-color: #681E4B;
}
.BgClassName
{
background-color: #681E4B;
}
</style>
border-color css
<style>
span { border-color: #681E4B; }
span { border-color: rgb(104,30,75); }
td.TdClassName
{
border-color: #681E4B;
}
.TagClassName
{
border-color: #681E4B;
}
</style>