Shades of Pompadour #681B4B
Tints of Pompadour #681B4B
RGB
CMYK
RGB Variations
Color information
#681B4B (or 0x681B4B) is known color: Pompadour. HEX triplet: 68, 1B and 4B. RGB value is (104,27,75). Sum of RGB (Red+Green+Blue) = 104+27+75=206 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.49% from 206); Green value is 27 (10.94% from 255 or 13.11% from 206); Blue value is 75 (29.69% from 255 or 36.41% from 206); Max value from RGB is 104 - color contains mainly: red. Hex color #681B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681B4B is #97E4B4. Grayscale: #373737. Windows color (decimal): -9954485 or 4922216. OLE color: 4922216.
HSL color Cylindrical-coordinate representation of color #681B4B: hue angle of 322.6º 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 #681B4B is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 27 | 75 | - |
| CMYK | 0 | 0.74 | 0.28 | 0.59 |
| HSL | 322.6º | 0.59% | 0.26% | - |
| HSV(B) | 322.6º | 0.74% | 0.41% | - |
| XYZ | 7.37 | 4.23 | 7.09 | - |
| YUV | 55.5 | 139.01 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 27 | 75 | 0 | 0.74 | 0.28 | 0.59 | 322.6 | 0.59 | 0.26 |
| Hex | 68 | 1B | 4B | 0 | 4A | 1C | 3B | 143 | 3B | 1A |
| Octal | 150 | 33 | 113 | 0 | 112 | 34 | 73 | 503 | 73 | 32 |
| Binary | 1101000 | 11011 | 1001011 | 0 | 1001010 | 11100 | 111011 | 101000011 | 111011 | 11010 |
Color Harmonies of #681B4B
Complementary color
Monochromatic Colors of #681B4B
Black with #681B4B
Text Example
Text Example
White with #681B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681B4B; }
p { color: rgb(104,27,75); }
H1.HeaderClassName
{
color: #681B4B;
}
.AnyTagClassName
{
color: #681B4B;
}
</style>
background-color css
<style>
a { background-color: #681B4B; }
a { background-color: rgb(104,27,75); }
div.DivClassName
{
background-color: #681B4B;
}
.BgClassName
{
background-color: #681B4B;
}
</style>
border-color css
<style>
span { border-color: #681B4B; }
span { border-color: rgb(104,27,75); }
td.TdClassName
{
border-color: #681B4B;
}
.TagClassName
{
border-color: #681B4B;
}
</style>