Shades of Pompadour #6C1853
Tints of Pompadour #6C1853
RGB
CMYK
RGB Variations
Color information
#6C1853 (or 0x6C1853) is known color: Pompadour. HEX triplet: 6C, 18 and 53. RGB value is (108,24,83). Sum of RGB (Red+Green+Blue) = 108+24+83=215 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.23% from 215); Green value is 24 (9.77% from 255 or 11.16% from 215); Blue value is 83 (32.81% from 255 or 38.60% from 215); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1853 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C1853 is #93E7AC. Grayscale: #373737. Windows color (decimal): -9693101 or 5445740. OLE color: 5445740.
HSL color Cylindrical-coordinate representation of color #6C1853: hue angle of 317.86º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6C1853 is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 24 | 83 | - |
| CMYK | 0 | 0.78 | 0.23 | 0.58 |
| HSL | 317.86º | 0.64% | 0.26% | - |
| HSV(B) | 317.86º | 0.78% | 0.42% | - |
| XYZ | 8.07 | 4.47 | 8.62 | - |
| YUV | 55.84 | 143.33 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 24 | 83 | 0 | 0.78 | 0.23 | 0.58 | 317.86 | 0.64 | 0.26 |
| Hex | 6C | 18 | 53 | 0 | 4E | 17 | 3A | 13E | 40 | 1A |
| Octal | 154 | 30 | 123 | 0 | 116 | 27 | 72 | 476 | 100 | 32 |
| Binary | 1101100 | 11000 | 1010011 | 0 | 1001110 | 10111 | 111010 | 100111110 | 1000000 | 11010 |
Color Harmonies of #6C1853
Complementary color
Monochromatic Colors of #6C1853
Black with #6C1853
Text Example
Text Example
White with #6C1853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1853; }
p { color: rgb(108,24,83); }
H1.HeaderClassName
{
color: #6C1853;
}
.AnyTagClassName
{
color: #6C1853;
}
</style>
background-color css
<style>
a { background-color: #6C1853; }
a { background-color: rgb(108,24,83); }
div.DivClassName
{
background-color: #6C1853;
}
.BgClassName
{
background-color: #6C1853;
}
</style>
border-color css
<style>
span { border-color: #6C1853; }
span { border-color: rgb(108,24,83); }
td.TdClassName
{
border-color: #6C1853;
}
.TagClassName
{
border-color: #6C1853;
}
</style>