Shades of Pompadour #682152
Tints of Pompadour #682152
RGB
CMYK
RGB Variations
Color information
#682152 (or 0x682152) is known color: Pompadour. HEX triplet: 68, 21 and 52. RGB value is (104,33,82). Sum of RGB (Red+Green+Blue) = 104+33+82=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 82 (32.42% from 255 or 37.44% from 219); Max value from RGB is 104 - color contains mainly: red. Hex color #682152 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682152 is #97DEAD. Grayscale: #3B3B3B. Windows color (decimal): -9952942 or 5382504. OLE color: 5382504.
HSL color Cylindrical-coordinate representation of color #682152: hue angle of 318.59º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #682152 is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 33 | 82 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.59 |
| HSL | 318.59º | 0.52% | 0.27% | - |
| HSV(B) | 318.59º | 0.68% | 0.41% | - |
| XYZ | 7.78 | 4.64 | 8.47 | - |
| YUV | 59.82 | 140.52 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 33 | 82 | 0 | 0.68 | 0.21 | 0.59 | 318.59 | 0.52 | 0.27 |
| Hex | 68 | 21 | 52 | 0 | 44 | 15 | 3B | 13F | 34 | 1B |
| Octal | 150 | 41 | 122 | 0 | 104 | 25 | 73 | 477 | 64 | 33 |
| Binary | 1101000 | 100001 | 1010010 | 0 | 1000100 | 10101 | 111011 | 100111111 | 110100 | 11011 |
Color Harmonies of #682152
Complementary color
Monochromatic Colors of #682152
Black with #682152
Text Example
Text Example
White with #682152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682152; }
p { color: rgb(104,33,82); }
H1.HeaderClassName
{
color: #682152;
}
.AnyTagClassName
{
color: #682152;
}
</style>
background-color css
<style>
a { background-color: #682152; }
a { background-color: rgb(104,33,82); }
div.DivClassName
{
background-color: #682152;
}
.BgClassName
{
background-color: #682152;
}
</style>
border-color css
<style>
span { border-color: #682152; }
span { border-color: rgb(104,33,82); }
td.TdClassName
{
border-color: #682152;
}
.TagClassName
{
border-color: #682152;
}
</style>