Shades of Pompadour #681A4B
Tints of Pompadour #681A4B
RGB
CMYK
RGB Variations
Color information
#681A4B (or 0x681A4B) is known color: Pompadour. HEX triplet: 68, 1A and 4B. RGB value is (104,26,75). Sum of RGB (Red+Green+Blue) = 104+26+75=205 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.73% from 205); Green value is 26 (10.55% from 255 or 12.68% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 104 - color contains mainly: red. Hex color #681A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681A4B is #97E5B4. Grayscale: #363636. Windows color (decimal): -9954741 or 4921960. OLE color: 4921960.
HSL color Cylindrical-coordinate representation of color #681A4B: hue angle of 322.31º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #681A4B is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 26 | 75 | - |
| CMYK | 0 | 0.75 | 0.28 | 0.59 |
| HSL | 322.31º | 0.6% | 0.25% | - |
| HSV(B) | 322.31º | 0.75% | 0.41% | - |
| XYZ | 7.35 | 4.19 | 7.08 | - |
| YUV | 54.91 | 139.34 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 26 | 75 | 0 | 0.75 | 0.28 | 0.59 | 322.31 | 0.6 | 0.25 |
| Hex | 68 | 1A | 4B | 0 | 4B | 1C | 3B | 142 | 3C | 19 |
| Octal | 150 | 32 | 113 | 0 | 113 | 34 | 73 | 502 | 74 | 31 |
| Binary | 1101000 | 11010 | 1001011 | 0 | 1001011 | 11100 | 111011 | 101000010 | 111100 | 11001 |
Color Harmonies of #681A4B
Complementary color
Monochromatic Colors of #681A4B
Black with #681A4B
Text Example
Text Example
White with #681A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681A4B; }
p { color: rgb(104,26,75); }
H1.HeaderClassName
{
color: #681A4B;
}
.AnyTagClassName
{
color: #681A4B;
}
</style>
background-color css
<style>
a { background-color: #681A4B; }
a { background-color: rgb(104,26,75); }
div.DivClassName
{
background-color: #681A4B;
}
.BgClassName
{
background-color: #681A4B;
}
</style>
border-color css
<style>
span { border-color: #681A4B; }
span { border-color: rgb(104,26,75); }
td.TdClassName
{
border-color: #681A4B;
}
.TagClassName
{
border-color: #681A4B;
}
</style>