Shades of Pompadour #681F3F
Tints of Pompadour #681F3F
RGB
CMYK
RGB Variations
Color information
#681F3F (or 0x681F3F) is known color: Pompadour. HEX triplet: 68, 1F and 3F. RGB value is (104,31,63). Sum of RGB (Red+Green+Blue) = 104+31+63=198 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.53% from 198); Green value is 31 (12.5% from 255 or 15.66% from 198); Blue value is 63 (25% from 255 or 31.82% from 198); Max value from RGB is 104 - color contains mainly: red. Hex color #681F3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681F3F is #97E0C0. Grayscale: #383838. Windows color (decimal): -9953473 or 4136808. OLE color: 4136808.
HSL color Cylindrical-coordinate representation of color #681F3F: hue angle of 333.7º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #681F3F is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 31 | 63 | - |
| CMYK | 0 | 0.70 | 0.39 | 0.59 |
| HSL | 333.7º | 0.54% | 0.26% | - |
| HSV(B) | 333.7º | 0.7% | 0.41% | - |
| XYZ | 7.1 | 4.28 | 5.16 | - |
| YUV | 56.48 | 131.68 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 31 | 63 | 0 | 0.70 | 0.39 | 0.59 | 333.7 | 0.54 | 0.26 |
| Hex | 68 | 1F | 3F | 0 | 46 | 27 | 3B | 14E | 36 | 1A |
| Octal | 150 | 37 | 77 | 0 | 106 | 47 | 73 | 516 | 66 | 32 |
| Binary | 1101000 | 11111 | 111111 | 0 | 1000110 | 100111 | 111011 | 101001110 | 110110 | 11010 |
Color Harmonies of #681F3F
Complementary color
Monochromatic Colors of #681F3F
Black with #681F3F
Text Example
Text Example
White with #681F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681F3F; }
p { color: rgb(104,31,63); }
H1.HeaderClassName
{
color: #681F3F;
}
.AnyTagClassName
{
color: #681F3F;
}
</style>
background-color css
<style>
a { background-color: #681F3F; }
a { background-color: rgb(104,31,63); }
div.DivClassName
{
background-color: #681F3F;
}
.BgClassName
{
background-color: #681F3F;
}
</style>
border-color css
<style>
span { border-color: #681F3F; }
span { border-color: rgb(104,31,63); }
td.TdClassName
{
border-color: #681F3F;
}
.TagClassName
{
border-color: #681F3F;
}
</style>