Shades of Pompadour #68244F
Tints of Pompadour #68244F
RGB
CMYK
RGB Variations
Color information
#68244F (or 0x68244F) is known color: Pompadour. HEX triplet: 68, 24 and 4F. RGB value is (104,36,79). Sum of RGB (Red+Green+Blue) = 104+36+79=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 36 (14.45% from 255 or 16.44% from 219); Blue value is 79 (31.25% from 255 or 36.07% from 219); Max value from RGB is 104 - color contains mainly: red. Hex color #68244F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68244F is #97DBB0. Grayscale: #3D3D3D. Windows color (decimal): -9952177 or 5186664. OLE color: 5186664.
HSL color Cylindrical-coordinate representation of color #68244F: hue angle of 322.06º 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 #68244F is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 36 | 79 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.59 |
| HSL | 322.06º | 0.49% | 0.27% | - |
| HSV(B) | 322.06º | 0.65% | 0.41% | - |
| XYZ | 7.75 | 4.77 | 7.91 | - |
| YUV | 61.23 | 138.03 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 36 | 79 | 0 | 0.65 | 0.24 | 0.59 | 322.06 | 0.49 | 0.27 |
| Hex | 68 | 24 | 4F | 0 | 41 | 18 | 3B | 142 | 31 | 1B |
| Octal | 150 | 44 | 117 | 0 | 101 | 30 | 73 | 502 | 61 | 33 |
| Binary | 1101000 | 100100 | 1001111 | 0 | 1000001 | 11000 | 111011 | 101000010 | 110001 | 11011 |
Color Harmonies of #68244F
Complementary color
Monochromatic Colors of #68244F
Black with #68244F
Text Example
Text Example
White with #68244F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68244F; }
p { color: rgb(104,36,79); }
H1.HeaderClassName
{
color: #68244F;
}
.AnyTagClassName
{
color: #68244F;
}
</style>
background-color css
<style>
a { background-color: #68244F; }
a { background-color: rgb(104,36,79); }
div.DivClassName
{
background-color: #68244F;
}
.BgClassName
{
background-color: #68244F;
}
</style>
border-color css
<style>
span { border-color: #68244F; }
span { border-color: rgb(104,36,79); }
td.TdClassName
{
border-color: #68244F;
}
.TagClassName
{
border-color: #68244F;
}
</style>