Shades of Pompadour #6C1A3E
Tints of Pompadour #6C1A3E
RGB
CMYK
RGB Variations
Color information
#6C1A3E (or 0x6C1A3E) is known color: Pompadour. HEX triplet: 6C, 1A and 3E. RGB value is (108,26,62). Sum of RGB (Red+Green+Blue) = 108+26+62=196 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.10% from 196); Green value is 26 (10.55% from 255 or 13.27% from 196); Blue value is 62 (24.61% from 255 or 31.63% from 196); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C1A3E is #93E5C1. Grayscale: #363636. Windows color (decimal): -9692610 or 4069996. OLE color: 4069996.
HSL color Cylindrical-coordinate representation of color #6C1A3E: hue angle of 333.66º 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 #6C1A3E is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 26 | 62 | - |
| CMYK | 0 | 0.76 | 0.43 | 0.58 |
| HSL | 333.66º | 0.61% | 0.26% | - |
| HSV(B) | 333.66º | 0.76% | 0.42% | - |
| XYZ | 7.42 | 4.27 | 4.99 | - |
| YUV | 54.62 | 132.17 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 26 | 62 | 0 | 0.76 | 0.43 | 0.58 | 333.66 | 0.61 | 0.26 |
| Hex | 6C | 1A | 3E | 0 | 4C | 2B | 3A | 14E | 3D | 1A |
| Octal | 154 | 32 | 76 | 0 | 114 | 53 | 72 | 516 | 75 | 32 |
| Binary | 1101100 | 11010 | 111110 | 0 | 1001100 | 101011 | 111010 | 101001110 | 111101 | 11010 |
Color Harmonies of #6C1A3E
Complementary color
Monochromatic Colors of #6C1A3E
Black with #6C1A3E
Text Example
Text Example
White with #6C1A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1A3E; }
p { color: rgb(108,26,62); }
H1.HeaderClassName
{
color: #6C1A3E;
}
.AnyTagClassName
{
color: #6C1A3E;
}
</style>
background-color css
<style>
a { background-color: #6C1A3E; }
a { background-color: rgb(108,26,62); }
div.DivClassName
{
background-color: #6C1A3E;
}
.BgClassName
{
background-color: #6C1A3E;
}
</style>
border-color css
<style>
span { border-color: #6C1A3E; }
span { border-color: rgb(108,26,62); }
td.TdClassName
{
border-color: #6C1A3E;
}
.TagClassName
{
border-color: #6C1A3E;
}
</style>