Shades of Pompadour #682B4A
Tints of Pompadour #682B4A
RGB
CMYK
RGB Variations
Color information
#682B4A (or 0x682B4A) is known color: Pompadour. HEX triplet: 68, 2B and 4A. RGB value is (104,43,74). Sum of RGB (Red+Green+Blue) = 104+43+74=221 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.06% from 221); Green value is 43 (17.19% from 255 or 19.46% from 221); Blue value is 74 (29.30% from 255 or 33.48% from 221); Max value from RGB is 104 - color contains mainly: red. Hex color #682B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682B4A is #97D4B5. Grayscale: #404040. Windows color (decimal): -9950390 or 4860776. OLE color: 4860776.
HSL color Cylindrical-coordinate representation of color #682B4A: hue angle of 329.51º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #682B4A is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 43 | 74 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.59 |
| HSL | 329.51º | 0.41% | 0.29% | - |
| HSV(B) | 329.51º | 0.59% | 0.41% | - |
| XYZ | 7.81 | 5.17 | 7.06 | - |
| YUV | 64.77 | 133.21 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 43 | 74 | 0 | 0.59 | 0.29 | 0.59 | 329.51 | 0.41 | 0.29 |
| Hex | 68 | 2B | 4A | 0 | 3B | 1D | 3B | 14A | 29 | 1D |
| Octal | 150 | 53 | 112 | 0 | 73 | 35 | 73 | 512 | 51 | 35 |
| Binary | 1101000 | 101011 | 1001010 | 0 | 111011 | 11101 | 111011 | 101001010 | 101001 | 11101 |
Color Harmonies of #682B4A
Complementary color
Monochromatic Colors of #682B4A
Black with #682B4A
Text Example
Text Example
White with #682B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682B4A; }
p { color: rgb(104,43,74); }
H1.HeaderClassName
{
color: #682B4A;
}
.AnyTagClassName
{
color: #682B4A;
}
</style>
background-color css
<style>
a { background-color: #682B4A; }
a { background-color: rgb(104,43,74); }
div.DivClassName
{
background-color: #682B4A;
}
.BgClassName
{
background-color: #682B4A;
}
</style>
border-color css
<style>
span { border-color: #682B4A; }
span { border-color: rgb(104,43,74); }
td.TdClassName
{
border-color: #682B4A;
}
.TagClassName
{
border-color: #682B4A;
}
</style>