Shades of Pompadour #68244A
Tints of Pompadour #68244A
RGB
CMYK
RGB Variations
Color information
#68244A (or 0x68244A) is known color: Pompadour. HEX triplet: 68, 24 and 4A. RGB value is (104,36,74). Sum of RGB (Red+Green+Blue) = 104+36+74=214 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.60% from 214); Green value is 36 (14.45% from 255 or 16.82% from 214); Blue value is 74 (29.30% from 255 or 34.58% from 214); Max value from RGB is 104 - color contains mainly: red. Hex color #68244A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68244A is #97DBB5. Grayscale: #3C3C3C. Windows color (decimal): -9952182 or 4858984. OLE color: 4858984.
HSL color Cylindrical-coordinate representation of color #68244A: hue angle of 326.47º 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 #68244A is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 36 | 74 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.59 |
| HSL | 326.47º | 0.49% | 0.27% | - |
| HSV(B) | 326.47º | 0.65% | 0.41% | - |
| XYZ | 7.58 | 4.7 | 6.99 | - |
| YUV | 60.66 | 135.53 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 36 | 74 | 0 | 0.65 | 0.29 | 0.59 | 326.47 | 0.49 | 0.27 |
| Hex | 68 | 24 | 4A | 0 | 41 | 1D | 3B | 146 | 31 | 1B |
| Octal | 150 | 44 | 112 | 0 | 101 | 35 | 73 | 506 | 61 | 33 |
| Binary | 1101000 | 100100 | 1001010 | 0 | 1000001 | 11101 | 111011 | 101000110 | 110001 | 11011 |
Color Harmonies of #68244A
Complementary color
Monochromatic Colors of #68244A
Black with #68244A
Text Example
Text Example
White with #68244A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68244A; }
p { color: rgb(104,36,74); }
H1.HeaderClassName
{
color: #68244A;
}
.AnyTagClassName
{
color: #68244A;
}
</style>
background-color css
<style>
a { background-color: #68244A; }
a { background-color: rgb(104,36,74); }
div.DivClassName
{
background-color: #68244A;
}
.BgClassName
{
background-color: #68244A;
}
</style>
border-color css
<style>
span { border-color: #68244A; }
span { border-color: rgb(104,36,74); }
td.TdClassName
{
border-color: #68244A;
}
.TagClassName
{
border-color: #68244A;
}
</style>