Shades of Pompadour #682D4B
Tints of Pompadour #682D4B
RGB
CMYK
RGB Variations
Color information
#682D4B (or 0x682D4B) is known color: Pompadour. HEX triplet: 68, 2D and 4B. RGB value is (104,45,75). Sum of RGB (Red+Green+Blue) = 104+45+75=224 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.43% from 224); Green value is 45 (17.97% from 255 or 20.09% from 224); Blue value is 75 (29.69% from 255 or 33.48% from 224); Max value from RGB is 104 - color contains mainly: red. Hex color #682D4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682D4B is #97D2B4. Grayscale: #424242. Windows color (decimal): -9949877 or 4926824. OLE color: 4926824.
HSL color Cylindrical-coordinate representation of color #682D4B: hue angle of 329.49º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #682D4B is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 45 | 75 | - |
| CMYK | 0 | 0.57 | 0.28 | 0.59 |
| HSL | 329.49º | 0.4% | 0.29% | - |
| HSV(B) | 329.49º | 0.57% | 0.41% | - |
| XYZ | 7.92 | 5.33 | 7.27 | - |
| YUV | 66.06 | 133.05 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 45 | 75 | 0 | 0.57 | 0.28 | 0.59 | 329.49 | 0.4 | 0.29 |
| Hex | 68 | 2D | 4B | 0 | 39 | 1C | 3B | 149 | 28 | 1D |
| Octal | 150 | 55 | 113 | 0 | 71 | 34 | 73 | 511 | 50 | 35 |
| Binary | 1101000 | 101101 | 1001011 | 0 | 111001 | 11100 | 111011 | 101001001 | 101000 | 11101 |
Color Harmonies of #682D4B
Complementary color
Monochromatic Colors of #682D4B
Black with #682D4B
Text Example
Text Example
White with #682D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682D4B; }
p { color: rgb(104,45,75); }
H1.HeaderClassName
{
color: #682D4B;
}
.AnyTagClassName
{
color: #682D4B;
}
</style>
background-color css
<style>
a { background-color: #682D4B; }
a { background-color: rgb(104,45,75); }
div.DivClassName
{
background-color: #682D4B;
}
.BgClassName
{
background-color: #682D4B;
}
</style>
border-color css
<style>
span { border-color: #682D4B; }
span { border-color: rgb(104,45,75); }
td.TdClassName
{
border-color: #682D4B;
}
.TagClassName
{
border-color: #682D4B;
}
</style>