Shades of Pompadour #682445
Tints of Pompadour #682445
RGB
CMYK
RGB Variations
Color information
#682445 (or 0x682445) is known color: Pompadour. HEX triplet: 68, 24 and 45. RGB value is (104,36,69). Sum of RGB (Red+Green+Blue) = 104+36+69=209 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.76% from 209); Green value is 36 (14.45% from 255 or 17.22% from 209); Blue value is 69 (27.34% from 255 or 33.01% from 209); Max value from RGB is 104 - color contains mainly: red. Hex color #682445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682445 is #97DBBA. Grayscale: #3C3C3C. Windows color (decimal): -9952187 or 4531304. OLE color: 4531304.
HSL color Cylindrical-coordinate representation of color #682445: hue angle of 330.88º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #682445 is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 36 | 69 | - |
| CMYK | 0 | 0.65 | 0.34 | 0.59 |
| HSL | 330.88º | 0.49% | 0.27% | - |
| HSV(B) | 330.88º | 0.65% | 0.41% | - |
| XYZ | 7.41 | 4.63 | 6.13 | - |
| YUV | 60.09 | 133.03 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 36 | 69 | 0 | 0.65 | 0.34 | 0.59 | 330.88 | 0.49 | 0.27 |
| Hex | 68 | 24 | 45 | 0 | 41 | 22 | 3B | 14B | 31 | 1B |
| Octal | 150 | 44 | 105 | 0 | 101 | 42 | 73 | 513 | 61 | 33 |
| Binary | 1101000 | 100100 | 1000101 | 0 | 1000001 | 100010 | 111011 | 101001011 | 110001 | 11011 |
Color Harmonies of #682445
Complementary color
Monochromatic Colors of #682445
Black with #682445
Text Example
Text Example
White with #682445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682445; }
p { color: rgb(104,36,69); }
H1.HeaderClassName
{
color: #682445;
}
.AnyTagClassName
{
color: #682445;
}
</style>
background-color css
<style>
a { background-color: #682445; }
a { background-color: rgb(104,36,69); }
div.DivClassName
{
background-color: #682445;
}
.BgClassName
{
background-color: #682445;
}
</style>
border-color css
<style>
span { border-color: #682445; }
span { border-color: rgb(104,36,69); }
td.TdClassName
{
border-color: #682445;
}
.TagClassName
{
border-color: #682445;
}
</style>