Shades of Pompadour #682C52
Tints of Pompadour #682C52
RGB
CMYK
RGB Variations
Color information
#682C52 (or 0x682C52) is known color: Pompadour. HEX triplet: 68, 2C and 52. RGB value is (104,44,82). Sum of RGB (Red+Green+Blue) = 104+44+82=230 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.22% from 230); Green value is 44 (17.58% from 255 or 19.13% from 230); Blue value is 82 (32.42% from 255 or 35.65% from 230); Max value from RGB is 104 - color contains mainly: red. Hex color #682C52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682C52 is #97D3AD. Grayscale: #424242. Windows color (decimal): -9950126 or 5385320. OLE color: 5385320.
HSL color Cylindrical-coordinate representation of color #682C52: hue angle of 322º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #682C52 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 44 | 82 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.59 |
| HSL | 322º | 0.41% | 0.29% | - |
| HSV(B) | 322º | 0.58% | 0.41% | - |
| XYZ | 8.13 | 5.35 | 8.59 | - |
| YUV | 66.27 | 136.88 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 44 | 82 | 0 | 0.58 | 0.21 | 0.59 | 322 | 0.41 | 0.29 |
| Hex | 68 | 2C | 52 | 0 | 3A | 15 | 3B | 142 | 29 | 1D |
| Octal | 150 | 54 | 122 | 0 | 72 | 25 | 73 | 502 | 51 | 35 |
| Binary | 1101000 | 101100 | 1010010 | 0 | 111010 | 10101 | 111011 | 101000010 | 101001 | 11101 |
Color Harmonies of #682C52
Complementary color
Monochromatic Colors of #682C52
Black with #682C52
Text Example
Text Example
White with #682C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682C52; }
p { color: rgb(104,44,82); }
H1.HeaderClassName
{
color: #682C52;
}
.AnyTagClassName
{
color: #682C52;
}
</style>
background-color css
<style>
a { background-color: #682C52; }
a { background-color: rgb(104,44,82); }
div.DivClassName
{
background-color: #682C52;
}
.BgClassName
{
background-color: #682C52;
}
</style>
border-color css
<style>
span { border-color: #682C52; }
span { border-color: rgb(104,44,82); }
td.TdClassName
{
border-color: #682C52;
}
.TagClassName
{
border-color: #682C52;
}
</style>