Shades of Pompadour #681C3A
Tints of Pompadour #681C3A
RGB
CMYK
RGB Variations
Color information
#681C3A (or 0x681C3A) is known color: Pompadour. HEX triplet: 68, 1C and 3A. RGB value is (104,28,58). Sum of RGB (Red+Green+Blue) = 104+28+58=190 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.74% from 190); Green value is 28 (11.33% from 255 or 14.74% from 190); Blue value is 58 (23.05% from 255 or 30.53% from 190); Max value from RGB is 104 - color contains mainly: red. Hex color #681C3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681C3A is #97E3C5. Grayscale: #363636. Windows color (decimal): -9954246 or 3808360. OLE color: 3808360.
HSL color Cylindrical-coordinate representation of color #681C3A: hue angle of 336.32º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #681C3A is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 28 | 58 | - |
| CMYK | 0 | 0.73 | 0.44 | 0.59 |
| HSL | 336.32º | 0.58% | 0.26% | - |
| HSV(B) | 336.32º | 0.73% | 0.41% | - |
| XYZ | 6.89 | 4.08 | 4.43 | - |
| YUV | 54.14 | 130.18 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 28 | 58 | 0 | 0.73 | 0.44 | 0.59 | 336.32 | 0.58 | 0.26 |
| Hex | 68 | 1C | 3A | 0 | 49 | 2C | 3B | 150 | 3A | 1A |
| Octal | 150 | 34 | 72 | 0 | 111 | 54 | 73 | 520 | 72 | 32 |
| Binary | 1101000 | 11100 | 111010 | 0 | 1001001 | 101100 | 111011 | 101010000 | 111010 | 11010 |
Color Harmonies of #681C3A
Complementary color
Monochromatic Colors of #681C3A
Black with #681C3A
Text Example
Text Example
White with #681C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681C3A; }
p { color: rgb(104,28,58); }
H1.HeaderClassName
{
color: #681C3A;
}
.AnyTagClassName
{
color: #681C3A;
}
</style>
background-color css
<style>
a { background-color: #681C3A; }
a { background-color: rgb(104,28,58); }
div.DivClassName
{
background-color: #681C3A;
}
.BgClassName
{
background-color: #681C3A;
}
</style>
border-color css
<style>
span { border-color: #681C3A; }
span { border-color: rgb(104,28,58); }
td.TdClassName
{
border-color: #681C3A;
}
.TagClassName
{
border-color: #681C3A;
}
</style>