Shades of Pompadour #681B4F
Tints of Pompadour #681B4F
RGB
CMYK
RGB Variations
Color information
#681B4F (or 0x681B4F) is known color: Pompadour. HEX triplet: 68, 1B and 4F. RGB value is (104,27,79). Sum of RGB (Red+Green+Blue) = 104+27+79=210 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.52% from 210); Green value is 27 (10.94% from 255 or 12.86% from 210); Blue value is 79 (31.25% from 255 or 37.62% from 210); Max value from RGB is 104 - color contains mainly: red. Hex color #681B4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681B4F is #97E4B0. Grayscale: #373737. Windows color (decimal): -9954481 or 5184360. OLE color: 5184360.
HSL color Cylindrical-coordinate representation of color #681B4F: hue angle of 319.48º 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 #681B4F is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 27 | 79 | - |
| CMYK | 0 | 0.74 | 0.24 | 0.59 |
| HSL | 319.48º | 0.59% | 0.26% | - |
| HSV(B) | 319.48º | 0.74% | 0.41% | - |
| XYZ | 7.51 | 4.29 | 7.83 | - |
| YUV | 55.95 | 141.01 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 27 | 79 | 0 | 0.74 | 0.24 | 0.59 | 319.48 | 0.59 | 0.26 |
| Hex | 68 | 1B | 4F | 0 | 4A | 18 | 3B | 13F | 3B | 1A |
| Octal | 150 | 33 | 117 | 0 | 112 | 30 | 73 | 477 | 73 | 32 |
| Binary | 1101000 | 11011 | 1001111 | 0 | 1001010 | 11000 | 111011 | 100111111 | 111011 | 11010 |
Color Harmonies of #681B4F
Complementary color
Monochromatic Colors of #681B4F
Black with #681B4F
Text Example
Text Example
White with #681B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681B4F; }
p { color: rgb(104,27,79); }
H1.HeaderClassName
{
color: #681B4F;
}
.AnyTagClassName
{
color: #681B4F;
}
</style>
background-color css
<style>
a { background-color: #681B4F; }
a { background-color: rgb(104,27,79); }
div.DivClassName
{
background-color: #681B4F;
}
.BgClassName
{
background-color: #681B4F;
}
</style>
border-color css
<style>
span { border-color: #681B4F; }
span { border-color: rgb(104,27,79); }
td.TdClassName
{
border-color: #681B4F;
}
.TagClassName
{
border-color: #681B4F;
}
</style>