Shades of Pompadour #68203D
Tints of Pompadour #68203D
RGB
CMYK
RGB Variations
Color information
#68203D (or 0x68203D) is known color: Pompadour. HEX triplet: 68, 20 and 3D. RGB value is (104,32,61). Sum of RGB (Red+Green+Blue) = 104+32+61=197 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.79% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 61 (24.22% from 255 or 30.96% from 197); Max value from RGB is 104 - color contains mainly: red. Hex color #68203D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68203D is #97DFC2. Grayscale: #383838. Windows color (decimal): -9953219 or 4005992. OLE color: 4005992.
HSL color Cylindrical-coordinate representation of color #68203D: hue angle of 335.83º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #68203D is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 32 | 61 | - |
| CMYK | 0 | 0.69 | 0.41 | 0.59 |
| HSL | 335.83º | 0.53% | 0.27% | - |
| HSV(B) | 335.83º | 0.69% | 0.41% | - |
| XYZ | 7.07 | 4.31 | 4.87 | - |
| YUV | 56.83 | 130.35 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 32 | 61 | 0 | 0.69 | 0.41 | 0.59 | 335.83 | 0.53 | 0.27 |
| Hex | 68 | 20 | 3D | 0 | 45 | 29 | 3B | 150 | 35 | 1B |
| Octal | 150 | 40 | 75 | 0 | 105 | 51 | 73 | 520 | 65 | 33 |
| Binary | 1101000 | 100000 | 111101 | 0 | 1000101 | 101001 | 111011 | 101010000 | 110101 | 11011 |
Color Harmonies of #68203D
Complementary color
Monochromatic Colors of #68203D
Black with #68203D
Text Example
Text Example
White with #68203D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68203D; }
p { color: rgb(104,32,61); }
H1.HeaderClassName
{
color: #68203D;
}
.AnyTagClassName
{
color: #68203D;
}
</style>
background-color css
<style>
a { background-color: #68203D; }
a { background-color: rgb(104,32,61); }
div.DivClassName
{
background-color: #68203D;
}
.BgClassName
{
background-color: #68203D;
}
</style>
border-color css
<style>
span { border-color: #68203D; }
span { border-color: rgb(104,32,61); }
td.TdClassName
{
border-color: #68203D;
}
.TagClassName
{
border-color: #68203D;
}
</style>