Shades of Pompadour #682F53
Tints of Pompadour #682F53
RGB
CMYK
RGB Variations
Color information
#682F53 (or 0x682F53) is known color: Pompadour. HEX triplet: 68, 2F and 53. RGB value is (104,47,83). Sum of RGB (Red+Green+Blue) = 104+47+83=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 47 (18.75% from 255 or 20.09% from 234); Blue value is 83 (32.81% from 255 or 35.47% from 234); Max value from RGB is 104 - color contains mainly: red. Hex color #682F53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682F53 is #97D0AC. Grayscale: #444444. Windows color (decimal): -9949357 or 5451624. OLE color: 5451624.
HSL color Cylindrical-coordinate representation of color #682F53: hue angle of 322.11º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #682F53 is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 47 | 83 | - |
| CMYK | 0 | 0.55 | 0.20 | 0.59 |
| HSL | 322.11º | 0.38% | 0.3% | - |
| HSV(B) | 322.11º | 0.55% | 0.41% | - |
| XYZ | 8.29 | 5.6 | 8.83 | - |
| YUV | 68.15 | 136.38 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 47 | 83 | 0 | 0.55 | 0.20 | 0.59 | 322.11 | 0.38 | 0.3 |
| Hex | 68 | 2F | 53 | 0 | 37 | 14 | 3B | 142 | 26 | 1E |
| Octal | 150 | 57 | 123 | 0 | 67 | 24 | 73 | 502 | 46 | 36 |
| Binary | 1101000 | 101111 | 1010011 | 0 | 110111 | 10100 | 111011 | 101000010 | 100110 | 11110 |
Color Harmonies of #682F53
Complementary color
Monochromatic Colors of #682F53
Black with #682F53
Text Example
Text Example
White with #682F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682F53; }
p { color: rgb(104,47,83); }
H1.HeaderClassName
{
color: #682F53;
}
.AnyTagClassName
{
color: #682F53;
}
</style>
background-color css
<style>
a { background-color: #682F53; }
a { background-color: rgb(104,47,83); }
div.DivClassName
{
background-color: #682F53;
}
.BgClassName
{
background-color: #682F53;
}
</style>
border-color css
<style>
span { border-color: #682F53; }
span { border-color: rgb(104,47,83); }
td.TdClassName
{
border-color: #682F53;
}
.TagClassName
{
border-color: #682F53;
}
</style>