Shades of Pompadour #681B41
Tints of Pompadour #681B41
RGB
CMYK
RGB Variations
Color information
#681B41 (or 0x681B41) is known color: Pompadour. HEX triplet: 68, 1B and 41. RGB value is (104,27,65). Sum of RGB (Red+Green+Blue) = 104+27+65=196 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.06% from 196); Green value is 27 (10.94% from 255 or 13.78% from 196); Blue value is 65 (25.78% from 255 or 33.16% from 196); Max value from RGB is 104 - color contains mainly: red. Hex color #681B41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681B41 is #97E4BE. Grayscale: #363636. Windows color (decimal): -9954495 or 4266856. OLE color: 4266856.
HSL color Cylindrical-coordinate representation of color #681B41: hue angle of 330.39º 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 #681B41 is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 27 | 65 | - |
| CMYK | 0 | 0.74 | 0.38 | 0.59 |
| HSL | 330.39º | 0.59% | 0.26% | - |
| HSV(B) | 330.39º | 0.74% | 0.41% | - |
| XYZ | 7.05 | 4.11 | 5.42 | - |
| YUV | 54.36 | 134.01 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 27 | 65 | 0 | 0.74 | 0.38 | 0.59 | 330.39 | 0.59 | 0.26 |
| Hex | 68 | 1B | 41 | 0 | 4A | 26 | 3B | 14A | 3B | 1A |
| Octal | 150 | 33 | 101 | 0 | 112 | 46 | 73 | 512 | 73 | 32 |
| Binary | 1101000 | 11011 | 1000001 | 0 | 1001010 | 100110 | 111011 | 101001010 | 111011 | 11010 |
Color Harmonies of #681B41
Complementary color
Monochromatic Colors of #681B41
Black with #681B41
Text Example
Text Example
White with #681B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681B41; }
p { color: rgb(104,27,65); }
H1.HeaderClassName
{
color: #681B41;
}
.AnyTagClassName
{
color: #681B41;
}
</style>
background-color css
<style>
a { background-color: #681B41; }
a { background-color: rgb(104,27,65); }
div.DivClassName
{
background-color: #681B41;
}
.BgClassName
{
background-color: #681B41;
}
</style>
border-color css
<style>
span { border-color: #681B41; }
span { border-color: rgb(104,27,65); }
td.TdClassName
{
border-color: #681B41;
}
.TagClassName
{
border-color: #681B41;
}
</style>