Shades of Pompadour #682B52
Tints of Pompadour #682B52
RGB
CMYK
RGB Variations
Color information
#682B52 (or 0x682B52) is known color: Pompadour. HEX triplet: 68, 2B and 52. RGB value is (104,43,82). Sum of RGB (Red+Green+Blue) = 104+43+82=229 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.41% from 229); Green value is 43 (17.19% from 255 or 18.78% from 229); Blue value is 82 (32.42% from 255 or 35.81% from 229); Max value from RGB is 104 - color contains mainly: red. Hex color #682B52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682B52 is #97D4AD. Grayscale: #414141. Windows color (decimal): -9950382 or 5385064. OLE color: 5385064.
HSL color Cylindrical-coordinate representation of color #682B52: hue angle of 321.64º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #682B52 is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 43 | 82 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.59 |
| HSL | 321.64º | 0.41% | 0.29% | - |
| HSV(B) | 321.64º | 0.59% | 0.41% | - |
| XYZ | 8.1 | 5.28 | 8.58 | - |
| YUV | 65.69 | 137.21 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 43 | 82 | 0 | 0.59 | 0.21 | 0.59 | 321.64 | 0.41 | 0.29 |
| Hex | 68 | 2B | 52 | 0 | 3B | 15 | 3B | 142 | 29 | 1D |
| Octal | 150 | 53 | 122 | 0 | 73 | 25 | 73 | 502 | 51 | 35 |
| Binary | 1101000 | 101011 | 1010010 | 0 | 111011 | 10101 | 111011 | 101000010 | 101001 | 11101 |
Color Harmonies of #682B52
Complementary color
Monochromatic Colors of #682B52
Black with #682B52
Text Example
Text Example
White with #682B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682B52; }
p { color: rgb(104,43,82); }
H1.HeaderClassName
{
color: #682B52;
}
.AnyTagClassName
{
color: #682B52;
}
</style>
background-color css
<style>
a { background-color: #682B52; }
a { background-color: rgb(104,43,82); }
div.DivClassName
{
background-color: #682B52;
}
.BgClassName
{
background-color: #682B52;
}
</style>
border-color css
<style>
span { border-color: #682B52; }
span { border-color: rgb(104,43,82); }
td.TdClassName
{
border-color: #682B52;
}
.TagClassName
{
border-color: #682B52;
}
</style>