Shades of Pompadour #6C1A41
Tints of Pompadour #6C1A41
RGB
CMYK
RGB Variations
Color information
#6C1A41 (or 0x6C1A41) is known color: Pompadour. HEX triplet: 6C, 1A and 41. RGB value is (108,26,65). Sum of RGB (Red+Green+Blue) = 108+26+65=199 (26% of max value = 765). Red value is 108 (42.58% from 255 or 54.27% from 199); Green value is 26 (10.55% from 255 or 13.07% from 199); Blue value is 65 (25.78% from 255 or 32.66% from 199); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1A41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C1A41 is #93E5BE. Grayscale: #363636. Windows color (decimal): -9692607 or 4266604. OLE color: 4266604.
HSL color Cylindrical-coordinate representation of color #6C1A41: hue angle of 331.46º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6C1A41 is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 26 | 65 | - |
| CMYK | 0 | 0.76 | 0.40 | 0.58 |
| HSL | 331.46º | 0.61% | 0.26% | - |
| HSV(B) | 331.46º | 0.76% | 0.42% | - |
| XYZ | 7.51 | 4.31 | 5.44 | - |
| YUV | 54.96 | 133.67 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 26 | 65 | 0 | 0.76 | 0.40 | 0.58 | 331.46 | 0.61 | 0.26 |
| Hex | 6C | 1A | 41 | 0 | 4C | 28 | 3A | 14B | 3D | 1A |
| Octal | 154 | 32 | 101 | 0 | 114 | 50 | 72 | 513 | 75 | 32 |
| Binary | 1101100 | 11010 | 1000001 | 0 | 1001100 | 101000 | 111010 | 101001011 | 111101 | 11010 |
Color Harmonies of #6C1A41
Complementary color
Monochromatic Colors of #6C1A41
Black with #6C1A41
Text Example
Text Example
White with #6C1A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1A41; }
p { color: rgb(108,26,65); }
H1.HeaderClassName
{
color: #6C1A41;
}
.AnyTagClassName
{
color: #6C1A41;
}
</style>
background-color css
<style>
a { background-color: #6C1A41; }
a { background-color: rgb(108,26,65); }
div.DivClassName
{
background-color: #6C1A41;
}
.BgClassName
{
background-color: #6C1A41;
}
</style>
border-color css
<style>
span { border-color: #6C1A41; }
span { border-color: rgb(108,26,65); }
td.TdClassName
{
border-color: #6C1A41;
}
.TagClassName
{
border-color: #6C1A41;
}
</style>