Shades of Pompadour #682C4C
Tints of Pompadour #682C4C
RGB
CMYK
RGB Variations
Color information
#682C4C (or 0x682C4C) is known color: Pompadour. HEX triplet: 68, 2C and 4C. RGB value is (104,44,76). Sum of RGB (Red+Green+Blue) = 104+44+76=224 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.43% from 224); Green value is 44 (17.58% from 255 or 19.64% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 104 - color contains mainly: red. Hex color #682C4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682C4C is #97D3B3. Grayscale: #414141. Windows color (decimal): -9950132 or 4992104. OLE color: 4992104.
HSL color Cylindrical-coordinate representation of color #682C4C: hue angle of 328º 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 #682C4C is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 44 | 76 | - |
| CMYK | 0 | 0.58 | 0.27 | 0.59 |
| HSL | 328º | 0.41% | 0.29% | - |
| HSV(B) | 328º | 0.58% | 0.41% | - |
| XYZ | 7.91 | 5.27 | 7.44 | - |
| YUV | 65.59 | 133.88 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 44 | 76 | 0 | 0.58 | 0.27 | 0.59 | 328 | 0.41 | 0.29 |
| Hex | 68 | 2C | 4C | 0 | 3A | 1B | 3B | 148 | 29 | 1D |
| Octal | 150 | 54 | 114 | 0 | 72 | 33 | 73 | 510 | 51 | 35 |
| Binary | 1101000 | 101100 | 1001100 | 0 | 111010 | 11011 | 111011 | 101001000 | 101001 | 11101 |
Color Harmonies of #682C4C
Complementary color
Monochromatic Colors of #682C4C
Black with #682C4C
Text Example
Text Example
White with #682C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682C4C; }
p { color: rgb(104,44,76); }
H1.HeaderClassName
{
color: #682C4C;
}
.AnyTagClassName
{
color: #682C4C;
}
</style>
background-color css
<style>
a { background-color: #682C4C; }
a { background-color: rgb(104,44,76); }
div.DivClassName
{
background-color: #682C4C;
}
.BgClassName
{
background-color: #682C4C;
}
</style>
border-color css
<style>
span { border-color: #682C4C; }
span { border-color: rgb(104,44,76); }
td.TdClassName
{
border-color: #682C4C;
}
.TagClassName
{
border-color: #682C4C;
}
</style>