Shades of Pompadour #68234A
Tints of Pompadour #68234A
RGB
CMYK
RGB Variations
Color information
#68234A (or 0x68234A) is known color: Pompadour. HEX triplet: 68, 23 and 4A. RGB value is (104,35,74). Sum of RGB (Red+Green+Blue) = 104+35+74=213 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.83% from 213); Green value is 35 (14.06% from 255 or 16.43% from 213); Blue value is 74 (29.30% from 255 or 34.74% from 213); Max value from RGB is 104 - color contains mainly: red. Hex color #68234A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68234A is #97DCB5. Grayscale: #3B3B3B. Windows color (decimal): -9952438 or 4858728. OLE color: 4858728.
HSL color Cylindrical-coordinate representation of color #68234A: hue angle of 326.09º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #68234A is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 35 | 74 | - |
| CMYK | 0 | 0.66 | 0.29 | 0.59 |
| HSL | 326.09º | 0.5% | 0.27% | - |
| HSV(B) | 326.09º | 0.66% | 0.41% | - |
| XYZ | 7.55 | 4.64 | 6.98 | - |
| YUV | 60.08 | 135.86 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 35 | 74 | 0 | 0.66 | 0.29 | 0.59 | 326.09 | 0.5 | 0.27 |
| Hex | 68 | 23 | 4A | 0 | 42 | 1D | 3B | 146 | 32 | 1B |
| Octal | 150 | 43 | 112 | 0 | 102 | 35 | 73 | 506 | 62 | 33 |
| Binary | 1101000 | 100011 | 1001010 | 0 | 1000010 | 11101 | 111011 | 101000110 | 110010 | 11011 |
Color Harmonies of #68234A
Complementary color
Monochromatic Colors of #68234A
Black with #68234A
Text Example
Text Example
White with #68234A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68234A; }
p { color: rgb(104,35,74); }
H1.HeaderClassName
{
color: #68234A;
}
.AnyTagClassName
{
color: #68234A;
}
</style>
background-color css
<style>
a { background-color: #68234A; }
a { background-color: rgb(104,35,74); }
div.DivClassName
{
background-color: #68234A;
}
.BgClassName
{
background-color: #68234A;
}
</style>
border-color css
<style>
span { border-color: #68234A; }
span { border-color: rgb(104,35,74); }
td.TdClassName
{
border-color: #68234A;
}
.TagClassName
{
border-color: #68234A;
}
</style>