Shades of Pompadour #682C48
Tints of Pompadour #682C48
RGB
CMYK
RGB Variations
Color information
#682C48 (or 0x682C48) is known color: Pompadour. HEX triplet: 68, 2C and 48. RGB value is (104,44,72). Sum of RGB (Red+Green+Blue) = 104+44+72=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 44 (17.58% from 255 or 20% from 220); Blue value is 72 (28.52% from 255 or 32.73% from 220); Max value from RGB is 104 - color contains mainly: red. Hex color #682C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682C48 is #97D3B7. Grayscale: #414141. Windows color (decimal): -9950136 or 4729960. OLE color: 4729960.
HSL color Cylindrical-coordinate representation of color #682C48: hue angle of 332º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #682C48 is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 44 | 72 | - |
| CMYK | 0 | 0.58 | 0.31 | 0.59 |
| HSL | 332º | 0.41% | 0.29% | - |
| HSV(B) | 332º | 0.58% | 0.41% | - |
| XYZ | 7.78 | 5.21 | 6.73 | - |
| YUV | 65.13 | 131.88 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 44 | 72 | 0 | 0.58 | 0.31 | 0.59 | 332 | 0.41 | 0.29 |
| Hex | 68 | 2C | 48 | 0 | 3A | 1F | 3B | 14C | 29 | 1D |
| Octal | 150 | 54 | 110 | 0 | 72 | 37 | 73 | 514 | 51 | 35 |
| Binary | 1101000 | 101100 | 1001000 | 0 | 111010 | 11111 | 111011 | 101001100 | 101001 | 11101 |
Color Harmonies of #682C48
Complementary color
Monochromatic Colors of #682C48
Black with #682C48
Text Example
Text Example
White with #682C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682C48; }
p { color: rgb(104,44,72); }
H1.HeaderClassName
{
color: #682C48;
}
.AnyTagClassName
{
color: #682C48;
}
</style>
background-color css
<style>
a { background-color: #682C48; }
a { background-color: rgb(104,44,72); }
div.DivClassName
{
background-color: #682C48;
}
.BgClassName
{
background-color: #682C48;
}
</style>
border-color css
<style>
span { border-color: #682C48; }
span { border-color: rgb(104,44,72); }
td.TdClassName
{
border-color: #682C48;
}
.TagClassName
{
border-color: #682C48;
}
</style>