Shades of Pompadour #682451
Tints of Pompadour #682451
RGB
CMYK
RGB Variations
Color information
#682451 (or 0x682451) is known color: Pompadour. HEX triplet: 68, 24 and 51. RGB value is (104,36,81). Sum of RGB (Red+Green+Blue) = 104+36+81=221 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.06% from 221); Green value is 36 (14.45% from 255 or 16.29% from 221); Blue value is 81 (32.03% from 255 or 36.65% from 221); Max value from RGB is 104 - color contains mainly: red. Hex color #682451 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682451 is #97DBAE. Grayscale: #3D3D3D. Windows color (decimal): -9952175 or 5317736. OLE color: 5317736.
HSL color Cylindrical-coordinate representation of color #682451: hue angle of 320.29º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #682451 is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 36 | 81 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.59 |
| HSL | 320.29º | 0.49% | 0.27% | - |
| HSV(B) | 320.29º | 0.65% | 0.41% | - |
| XYZ | 7.83 | 4.8 | 8.3 | - |
| YUV | 61.46 | 139.03 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 36 | 81 | 0 | 0.65 | 0.22 | 0.59 | 320.29 | 0.49 | 0.27 |
| Hex | 68 | 24 | 51 | 0 | 41 | 16 | 3B | 140 | 31 | 1B |
| Octal | 150 | 44 | 121 | 0 | 101 | 26 | 73 | 500 | 61 | 33 |
| Binary | 1101000 | 100100 | 1010001 | 0 | 1000001 | 10110 | 111011 | 101000000 | 110001 | 11011 |
Color Harmonies of #682451
Complementary color
Monochromatic Colors of #682451
Black with #682451
Text Example
Text Example
White with #682451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682451; }
p { color: rgb(104,36,81); }
H1.HeaderClassName
{
color: #682451;
}
.AnyTagClassName
{
color: #682451;
}
</style>
background-color css
<style>
a { background-color: #682451; }
a { background-color: rgb(104,36,81); }
div.DivClassName
{
background-color: #682451;
}
.BgClassName
{
background-color: #682451;
}
</style>
border-color css
<style>
span { border-color: #682451; }
span { border-color: rgb(104,36,81); }
td.TdClassName
{
border-color: #682451;
}
.TagClassName
{
border-color: #682451;
}
</style>