Shades of Pompadour #681A4A
Tints of Pompadour #681A4A
RGB
CMYK
RGB Variations
Color information
#681A4A (or 0x681A4A) is known color: Pompadour. HEX triplet: 68, 1A and 4A. RGB value is (104,26,74). Sum of RGB (Red+Green+Blue) = 104+26+74=204 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.98% from 204); Green value is 26 (10.55% from 255 or 12.75% from 204); Blue value is 74 (29.30% from 255 or 36.27% from 204); Max value from RGB is 104 - color contains mainly: red. Hex color #681A4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681A4A is #97E5B5. Grayscale: #363636. Windows color (decimal): -9954742 or 4856424. OLE color: 4856424.
HSL color Cylindrical-coordinate representation of color #681A4A: hue angle of 323.08º 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 #681A4A is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 26 | 74 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.59 |
| HSL | 323.08º | 0.6% | 0.25% | - |
| HSV(B) | 323.08º | 0.75% | 0.41% | - |
| XYZ | 7.31 | 4.18 | 6.9 | - |
| YUV | 54.79 | 138.84 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 26 | 74 | 0 | 0.75 | 0.29 | 0.59 | 323.08 | 0.6 | 0.25 |
| Hex | 68 | 1A | 4A | 0 | 4B | 1D | 3B | 143 | 3C | 19 |
| Octal | 150 | 32 | 112 | 0 | 113 | 35 | 73 | 503 | 74 | 31 |
| Binary | 1101000 | 11010 | 1001010 | 0 | 1001011 | 11101 | 111011 | 101000011 | 111100 | 11001 |
Color Harmonies of #681A4A
Complementary color
Monochromatic Colors of #681A4A
Black with #681A4A
Text Example
Text Example
White with #681A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681A4A; }
p { color: rgb(104,26,74); }
H1.HeaderClassName
{
color: #681A4A;
}
.AnyTagClassName
{
color: #681A4A;
}
</style>
background-color css
<style>
a { background-color: #681A4A; }
a { background-color: rgb(104,26,74); }
div.DivClassName
{
background-color: #681A4A;
}
.BgClassName
{
background-color: #681A4A;
}
</style>
border-color css
<style>
span { border-color: #681A4A; }
span { border-color: rgb(104,26,74); }
td.TdClassName
{
border-color: #681A4A;
}
.TagClassName
{
border-color: #681A4A;
}
</style>