Shades of Pompadour #681B3C
Tints of Pompadour #681B3C
RGB
CMYK
RGB Variations
Color information
#681B3C (or 0x681B3C) is known color: Pompadour. HEX triplet: 68, 1B and 3C. RGB value is (104,27,60). Sum of RGB (Red+Green+Blue) = 104+27+60=191 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.45% from 191); Green value is 27 (10.94% from 255 or 14.14% from 191); Blue value is 60 (23.83% from 255 or 31.41% from 191); Max value from RGB is 104 - color contains mainly: red. Hex color #681B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681B3C is #97E4C3. Grayscale: #353535. Windows color (decimal): -9954500 or 3939176. OLE color: 3939176.
HSL color Cylindrical-coordinate representation of color #681B3C: hue angle of 334.29º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #681B3C is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 27 | 60 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.59 |
| HSL | 334.29º | 0.59% | 0.26% | - |
| HSV(B) | 334.29º | 0.74% | 0.41% | - |
| XYZ | 6.92 | 4.05 | 4.69 | - |
| YUV | 53.79 | 131.51 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 27 | 60 | 0 | 0.74 | 0.42 | 0.59 | 334.29 | 0.59 | 0.26 |
| Hex | 68 | 1B | 3C | 0 | 4A | 2A | 3B | 14E | 3B | 1A |
| Octal | 150 | 33 | 74 | 0 | 112 | 52 | 73 | 516 | 73 | 32 |
| Binary | 1101000 | 11011 | 111100 | 0 | 1001010 | 101010 | 111011 | 101001110 | 111011 | 11010 |
Color Harmonies of #681B3C
Complementary color
Monochromatic Colors of #681B3C
Black with #681B3C
Text Example
Text Example
White with #681B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681B3C; }
p { color: rgb(104,27,60); }
H1.HeaderClassName
{
color: #681B3C;
}
.AnyTagClassName
{
color: #681B3C;
}
</style>
background-color css
<style>
a { background-color: #681B3C; }
a { background-color: rgb(104,27,60); }
div.DivClassName
{
background-color: #681B3C;
}
.BgClassName
{
background-color: #681B3C;
}
</style>
border-color css
<style>
span { border-color: #681B3C; }
span { border-color: rgb(104,27,60); }
td.TdClassName
{
border-color: #681B3C;
}
.TagClassName
{
border-color: #681B3C;
}
</style>