Shades of Pompadour #681D4B
Tints of Pompadour #681D4B
RGB
CMYK
RGB Variations
Color information
#681D4B (or 0x681D4B) is known color: Pompadour. HEX triplet: 68, 1D and 4B. RGB value is (104,29,75). Sum of RGB (Red+Green+Blue) = 104+29+75=208 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50% from 208); Green value is 29 (11.72% from 255 or 13.94% from 208); Blue value is 75 (29.69% from 255 or 36.06% from 208); Max value from RGB is 104 - color contains mainly: red. Hex color #681D4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681D4B is #97E2B4. Grayscale: #383838. Windows color (decimal): -9953973 or 4922728. OLE color: 4922728.
HSL color Cylindrical-coordinate representation of color #681D4B: hue angle of 323.2º 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 #681D4B is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 29 | 75 | - |
| CMYK | 0 | 0.72 | 0.28 | 0.59 |
| HSL | 323.2º | 0.56% | 0.26% | - |
| HSV(B) | 323.2º | 0.72% | 0.41% | - |
| XYZ | 7.42 | 4.33 | 7.1 | - |
| YUV | 56.67 | 138.35 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 29 | 75 | 0 | 0.72 | 0.28 | 0.59 | 323.2 | 0.56 | 0.26 |
| Hex | 68 | 1D | 4B | 0 | 48 | 1C | 3B | 143 | 38 | 1A |
| Octal | 150 | 35 | 113 | 0 | 110 | 34 | 73 | 503 | 70 | 32 |
| Binary | 1101000 | 11101 | 1001011 | 0 | 1001000 | 11100 | 111011 | 101000011 | 111000 | 11010 |
Color Harmonies of #681D4B
Complementary color
Monochromatic Colors of #681D4B
Black with #681D4B
Text Example
Text Example
White with #681D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681D4B; }
p { color: rgb(104,29,75); }
H1.HeaderClassName
{
color: #681D4B;
}
.AnyTagClassName
{
color: #681D4B;
}
</style>
background-color css
<style>
a { background-color: #681D4B; }
a { background-color: rgb(104,29,75); }
div.DivClassName
{
background-color: #681D4B;
}
.BgClassName
{
background-color: #681D4B;
}
</style>
border-color css
<style>
span { border-color: #681D4B; }
span { border-color: rgb(104,29,75); }
td.TdClassName
{
border-color: #681D4B;
}
.TagClassName
{
border-color: #681D4B;
}
</style>