Shades of Pompadour #68183D
Tints of Pompadour #68183D
RGB
CMYK
RGB Variations
Color information
#68183D (or 0x68183D) is known color: Pompadour. HEX triplet: 68, 18 and 3D. RGB value is (104,24,61). Sum of RGB (Red+Green+Blue) = 104+24+61=189 (25% of max value = 765). Red value is 104 (41.02% from 255 or 55.03% from 189); Green value is 24 (9.77% from 255 or 12.70% from 189); Blue value is 61 (24.22% from 255 or 32.28% from 189); Max value from RGB is 104 - color contains mainly: red. Hex color #68183D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68183D is #97E7C2. Grayscale: #343434. Windows color (decimal): -9955267 or 4003944. OLE color: 4003944.
HSL color Cylindrical-coordinate representation of color #68183D: hue angle of 332.25º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #68183D is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 24 | 61 | - |
| CMYK | 0 | 0.77 | 0.41 | 0.59 |
| HSL | 332.25º | 0.63% | 0.25% | - |
| HSV(B) | 332.25º | 0.77% | 0.41% | - |
| XYZ | 6.88 | 3.93 | 4.81 | - |
| YUV | 52.14 | 133 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 24 | 61 | 0 | 0.77 | 0.41 | 0.59 | 332.25 | 0.63 | 0.25 |
| Hex | 68 | 18 | 3D | 0 | 4D | 29 | 3B | 14C | 3E | 19 |
| Octal | 150 | 30 | 75 | 0 | 115 | 51 | 73 | 514 | 76 | 31 |
| Binary | 1101000 | 11000 | 111101 | 0 | 1001101 | 101001 | 111011 | 101001100 | 111110 | 11001 |
Color Harmonies of #68183D
Complementary color
Monochromatic Colors of #68183D
Black with #68183D
Text Example
Text Example
White with #68183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68183D; }
p { color: rgb(104,24,61); }
H1.HeaderClassName
{
color: #68183D;
}
.AnyTagClassName
{
color: #68183D;
}
</style>
background-color css
<style>
a { background-color: #68183D; }
a { background-color: rgb(104,24,61); }
div.DivClassName
{
background-color: #68183D;
}
.BgClassName
{
background-color: #68183D;
}
</style>
border-color css
<style>
span { border-color: #68183D; }
span { border-color: rgb(104,24,61); }
td.TdClassName
{
border-color: #68183D;
}
.TagClassName
{
border-color: #68183D;
}
</style>