Shades of Pompadour #681D4A
Tints of Pompadour #681D4A
RGB
CMYK
RGB Variations
Color information
#681D4A (or 0x681D4A) is known color: Pompadour. HEX triplet: 68, 1D and 4A. RGB value is (104,29,74). Sum of RGB (Red+Green+Blue) = 104+29+74=207 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.24% from 207); Green value is 29 (11.72% from 255 or 14.01% from 207); Blue value is 74 (29.30% from 255 or 35.75% from 207); Max value from RGB is 104 - color contains mainly: red. Hex color #681D4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681D4A is #97E2B5. Grayscale: #383838. Windows color (decimal): -9953974 or 4857192. OLE color: 4857192.
HSL color Cylindrical-coordinate representation of color #681D4A: hue angle of 324º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #681D4A is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 29 | 74 | - |
| CMYK | 0 | 0.72 | 0.29 | 0.59 |
| HSL | 324º | 0.56% | 0.26% | - |
| HSV(B) | 324º | 0.72% | 0.41% | - |
| XYZ | 7.38 | 4.32 | 6.92 | - |
| YUV | 56.56 | 137.85 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 29 | 74 | 0 | 0.72 | 0.29 | 0.59 | 324 | 0.56 | 0.26 |
| Hex | 68 | 1D | 4A | 0 | 48 | 1D | 3B | 144 | 38 | 1A |
| Octal | 150 | 35 | 112 | 0 | 110 | 35 | 73 | 504 | 70 | 32 |
| Binary | 1101000 | 11101 | 1001010 | 0 | 1001000 | 11101 | 111011 | 101000100 | 111000 | 11010 |
Color Harmonies of #681D4A
Complementary color
Monochromatic Colors of #681D4A
Black with #681D4A
Text Example
Text Example
White with #681D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681D4A; }
p { color: rgb(104,29,74); }
H1.HeaderClassName
{
color: #681D4A;
}
.AnyTagClassName
{
color: #681D4A;
}
</style>
background-color css
<style>
a { background-color: #681D4A; }
a { background-color: rgb(104,29,74); }
div.DivClassName
{
background-color: #681D4A;
}
.BgClassName
{
background-color: #681D4A;
}
</style>
border-color css
<style>
span { border-color: #681D4A; }
span { border-color: rgb(104,29,74); }
td.TdClassName
{
border-color: #681D4A;
}
.TagClassName
{
border-color: #681D4A;
}
</style>