Shades of Pompadour #68183C
Tints of Pompadour #68183C
RGB
CMYK
RGB Variations
Color information
#68183C (or 0x68183C) is known color: Pompadour. HEX triplet: 68, 18 and 3C. RGB value is (104,24,60). Sum of RGB (Red+Green+Blue) = 104+24+60=188 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.32% from 188); Green value is 24 (9.77% from 255 or 12.77% from 188); Blue value is 60 (23.83% from 255 or 31.91% from 188); Max value from RGB is 104 - color contains mainly: red. Hex color #68183C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68183C is #97E7C3. Grayscale: #333333. Windows color (decimal): -9955268 or 3938408. OLE color: 3938408.
HSL color Cylindrical-coordinate representation of color #68183C: hue angle of 333º 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 #68183C is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 24 | 60 | - |
| CMYK | 0 | 0.77 | 0.42 | 0.59 |
| HSL | 333º | 0.63% | 0.25% | - |
| HSV(B) | 333º | 0.77% | 0.41% | - |
| XYZ | 6.85 | 3.92 | 4.67 | - |
| YUV | 52.02 | 132.5 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 24 | 60 | 0 | 0.77 | 0.42 | 0.59 | 333 | 0.63 | 0.25 |
| Hex | 68 | 18 | 3C | 0 | 4D | 2A | 3B | 14D | 3E | 19 |
| Octal | 150 | 30 | 74 | 0 | 115 | 52 | 73 | 515 | 76 | 31 |
| Binary | 1101000 | 11000 | 111100 | 0 | 1001101 | 101010 | 111011 | 101001101 | 111110 | 11001 |
Color Harmonies of #68183C
Complementary color
Monochromatic Colors of #68183C
Black with #68183C
Text Example
Text Example
White with #68183C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68183C; }
p { color: rgb(104,24,60); }
H1.HeaderClassName
{
color: #68183C;
}
.AnyTagClassName
{
color: #68183C;
}
</style>
background-color css
<style>
a { background-color: #68183C; }
a { background-color: rgb(104,24,60); }
div.DivClassName
{
background-color: #68183C;
}
.BgClassName
{
background-color: #68183C;
}
</style>
border-color css
<style>
span { border-color: #68183C; }
span { border-color: rgb(104,24,60); }
td.TdClassName
{
border-color: #68183C;
}
.TagClassName
{
border-color: #68183C;
}
</style>