Shades of Pompadour #68133E
Tints of Pompadour #68133E
RGB
CMYK
RGB Variations
Color information
#68133E (or 0x68133E) is known color: Pompadour. HEX triplet: 68, 13 and 3E. RGB value is (104,19,62). Sum of RGB (Red+Green+Blue) = 104+19+62=185 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.22% from 185); Green value is 19 (7.81% from 255 or 10.27% from 185); Blue value is 62 (24.61% from 255 or 33.51% from 185); Max value from RGB is 104 - color contains mainly: red. Hex color #68133E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68133E is #97ECC1. Grayscale: #313131. Windows color (decimal): -9956546 or 4068200. OLE color: 4068200.
HSL color Cylindrical-coordinate representation of color #68133E: hue angle of 329.65º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #68133E is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 19 | 62 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.59 |
| HSL | 329.65º | 0.69% | 0.24% | - |
| HSV(B) | 329.65º | 0.82% | 0.41% | - |
| XYZ | 6.81 | 3.76 | 4.92 | - |
| YUV | 49.32 | 135.16 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 19 | 62 | 0 | 0.82 | 0.40 | 0.59 | 329.65 | 0.69 | 0.24 |
| Hex | 68 | 13 | 3E | 0 | 52 | 28 | 3B | 14A | 45 | 18 |
| Octal | 150 | 23 | 76 | 0 | 122 | 50 | 73 | 512 | 105 | 30 |
| Binary | 1101000 | 10011 | 111110 | 0 | 1010010 | 101000 | 111011 | 101001010 | 1000101 | 11000 |
Color Harmonies of #68133E
Complementary color
Monochromatic Colors of #68133E
Black with #68133E
Text Example
Text Example
White with #68133E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68133E; }
p { color: rgb(104,19,62); }
H1.HeaderClassName
{
color: #68133E;
}
.AnyTagClassName
{
color: #68133E;
}
</style>
background-color css
<style>
a { background-color: #68133E; }
a { background-color: rgb(104,19,62); }
div.DivClassName
{
background-color: #68133E;
}
.BgClassName
{
background-color: #68133E;
}
</style>
border-color css
<style>
span { border-color: #68133E; }
span { border-color: rgb(104,19,62); }
td.TdClassName
{
border-color: #68133E;
}
.TagClassName
{
border-color: #68133E;
}
</style>