Shades of Pompadour #682545
Tints of Pompadour #682545
RGB
CMYK
RGB Variations
Color information
#682545 (or 0x682545) is known color: Pompadour. HEX triplet: 68, 25 and 45. RGB value is (104,37,69). Sum of RGB (Red+Green+Blue) = 104+37+69=210 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.52% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 69 (27.34% from 255 or 32.86% from 210); Max value from RGB is 104 - color contains mainly: red. Hex color #682545 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682545 is #97DABA. Grayscale: #3C3C3C. Windows color (decimal): -9951931 or 4531560. OLE color: 4531560.
HSL color Cylindrical-coordinate representation of color #682545: hue angle of 331.34º 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 #682545 is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 37 | 69 | - |
| CMYK | 0 | 0.64 | 0.34 | 0.59 |
| HSL | 331.34º | 0.48% | 0.28% | - |
| HSV(B) | 331.34º | 0.64% | 0.41% | - |
| XYZ | 7.44 | 4.7 | 6.14 | - |
| YUV | 60.68 | 132.7 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 37 | 69 | 0 | 0.64 | 0.34 | 0.59 | 331.34 | 0.48 | 0.28 |
| Hex | 68 | 25 | 45 | 0 | 40 | 22 | 3B | 14B | 30 | 1C |
| Octal | 150 | 45 | 105 | 0 | 100 | 42 | 73 | 513 | 60 | 34 |
| Binary | 1101000 | 100101 | 1000101 | 0 | 1000000 | 100010 | 111011 | 101001011 | 110000 | 11100 |
Color Harmonies of #682545
Complementary color
Monochromatic Colors of #682545
Black with #682545
Text Example
Text Example
White with #682545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682545; }
p { color: rgb(104,37,69); }
H1.HeaderClassName
{
color: #682545;
}
.AnyTagClassName
{
color: #682545;
}
</style>
background-color css
<style>
a { background-color: #682545; }
a { background-color: rgb(104,37,69); }
div.DivClassName
{
background-color: #682545;
}
.BgClassName
{
background-color: #682545;
}
</style>
border-color css
<style>
span { border-color: #682545; }
span { border-color: rgb(104,37,69); }
td.TdClassName
{
border-color: #682545;
}
.TagClassName
{
border-color: #682545;
}
</style>