Shades of Pompadour #6C1539
Tints of Pompadour #6C1539
RGB
CMYK
RGB Variations
Color information
#6C1539 (or 0x6C1539) is known color: Pompadour. HEX triplet: 6C, 15 and 39. RGB value is (108,21,57). Sum of RGB (Red+Green+Blue) = 108+21+57=186 (24% of max value = 765). Red value is 108 (42.58% from 255 or 58.06% from 186); Green value is 21 (8.59% from 255 or 11.29% from 186); Blue value is 57 (22.66% from 255 or 30.65% from 186); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1539 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C1539 is #93EAC6. Grayscale: #333333. Windows color (decimal): -9693895 or 3741036. OLE color: 3741036.
HSL color Cylindrical-coordinate representation of color #6C1539: hue angle of 335.17º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6C1539 is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 21 | 57 | - |
| CMYK | 0 | 0.81 | 0.47 | 0.58 |
| HSL | 335.17º | 0.67% | 0.25% | - |
| HSV(B) | 335.17º | 0.81% | 0.42% | - |
| XYZ | 7.19 | 4.02 | 4.27 | - |
| YUV | 51.12 | 131.32 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 21 | 57 | 0 | 0.81 | 0.47 | 0.58 | 335.17 | 0.67 | 0.25 |
| Hex | 6C | 15 | 39 | 0 | 51 | 2F | 3A | 14F | 43 | 19 |
| Octal | 154 | 25 | 71 | 0 | 121 | 57 | 72 | 517 | 103 | 31 |
| Binary | 1101100 | 10101 | 111001 | 0 | 1010001 | 101111 | 111010 | 101001111 | 1000011 | 11001 |
Color Harmonies of #6C1539
Complementary color
Monochromatic Colors of #6C1539
Black with #6C1539
Text Example
Text Example
White with #6C1539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1539; }
p { color: rgb(108,21,57); }
H1.HeaderClassName
{
color: #6C1539;
}
.AnyTagClassName
{
color: #6C1539;
}
</style>
background-color css
<style>
a { background-color: #6C1539; }
a { background-color: rgb(108,21,57); }
div.DivClassName
{
background-color: #6C1539;
}
.BgClassName
{
background-color: #6C1539;
}
</style>
border-color css
<style>
span { border-color: #6C1539; }
span { border-color: rgb(108,21,57); }
td.TdClassName
{
border-color: #6C1539;
}
.TagClassName
{
border-color: #6C1539;
}
</style>