Shades of Pompadour #682542
Tints of Pompadour #682542
RGB
CMYK
RGB Variations
Color information
#682542 (or 0x682542) is known color: Pompadour. HEX triplet: 68, 25 and 42. RGB value is (104,37,66). Sum of RGB (Red+Green+Blue) = 104+37+66=207 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.24% from 207); Green value is 37 (14.84% from 255 or 17.87% from 207); Blue value is 66 (26.17% from 255 or 31.88% from 207); Max value from RGB is 104 - color contains mainly: red. Hex color #682542 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682542 is #97DABD. Grayscale: #3C3C3C. Windows color (decimal): -9951934 or 4334952. OLE color: 4334952.
HSL color Cylindrical-coordinate representation of color #682542: hue angle of 334.03º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #682542 is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 37 | 66 | - |
| CMYK | 0 | 0.64 | 0.37 | 0.59 |
| HSL | 334.03º | 0.48% | 0.28% | - |
| HSV(B) | 334.03º | 0.64% | 0.41% | - |
| XYZ | 7.35 | 4.66 | 5.67 | - |
| YUV | 60.34 | 131.2 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 37 | 66 | 0 | 0.64 | 0.37 | 0.59 | 334.03 | 0.48 | 0.28 |
| Hex | 68 | 25 | 42 | 0 | 40 | 25 | 3B | 14E | 30 | 1C |
| Octal | 150 | 45 | 102 | 0 | 100 | 45 | 73 | 516 | 60 | 34 |
| Binary | 1101000 | 100101 | 1000010 | 0 | 1000000 | 100101 | 111011 | 101001110 | 110000 | 11100 |
Color Harmonies of #682542
Complementary color
Monochromatic Colors of #682542
Black with #682542
Text Example
Text Example
White with #682542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682542; }
p { color: rgb(104,37,66); }
H1.HeaderClassName
{
color: #682542;
}
.AnyTagClassName
{
color: #682542;
}
</style>
background-color css
<style>
a { background-color: #682542; }
a { background-color: rgb(104,37,66); }
div.DivClassName
{
background-color: #682542;
}
.BgClassName
{
background-color: #682542;
}
</style>
border-color css
<style>
span { border-color: #682542; }
span { border-color: rgb(104,37,66); }
td.TdClassName
{
border-color: #682542;
}
.TagClassName
{
border-color: #682542;
}
</style>