Shades of Pompadour #6D1A3E
Tints of Pompadour #6D1A3E
RGB
CMYK
RGB Variations
Color information
#6D1A3E (or 0x6D1A3E) is known color: Pompadour. HEX triplet: 6D, 1A and 3E. RGB value is (109,26,62). Sum of RGB (Red+Green+Blue) = 109+26+62=197 (26% of max value = 765). Red value is 109 (42.97% from 255 or 55.33% from 197); Green value is 26 (10.55% from 255 or 13.20% from 197); Blue value is 62 (24.61% from 255 or 31.47% from 197); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1A3E is #92E5C1. Grayscale: #363636. Windows color (decimal): -9627074 or 4069997. OLE color: 4069997.
HSL color Cylindrical-coordinate representation of color #6D1A3E: hue angle of 333.98º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6D1A3E is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 26 | 62 | - |
| CMYK | 0 | 0.76 | 0.43 | 0.57 |
| HSL | 333.98º | 0.61% | 0.26% | - |
| HSV(B) | 333.98º | 0.76% | 0.43% | - |
| XYZ | 7.55 | 4.34 | 5 | - |
| YUV | 54.92 | 132 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 26 | 62 | 0 | 0.76 | 0.43 | 0.57 | 333.98 | 0.61 | 0.26 |
| Hex | 6D | 1A | 3E | 0 | 4C | 2B | 39 | 14E | 3D | 1A |
| Octal | 155 | 32 | 76 | 0 | 114 | 53 | 71 | 516 | 75 | 32 |
| Binary | 1101101 | 11010 | 111110 | 0 | 1001100 | 101011 | 111001 | 101001110 | 111101 | 11010 |
Color Harmonies of #6D1A3E
Complementary color
Monochromatic Colors of #6D1A3E
Black with #6D1A3E
Text Example
Text Example
White with #6D1A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1A3E; }
p { color: rgb(109,26,62); }
H1.HeaderClassName
{
color: #6D1A3E;
}
.AnyTagClassName
{
color: #6D1A3E;
}
</style>
background-color css
<style>
a { background-color: #6D1A3E; }
a { background-color: rgb(109,26,62); }
div.DivClassName
{
background-color: #6D1A3E;
}
.BgClassName
{
background-color: #6D1A3E;
}
</style>
border-color css
<style>
span { border-color: #6D1A3E; }
span { border-color: rgb(109,26,62); }
td.TdClassName
{
border-color: #6D1A3E;
}
.TagClassName
{
border-color: #6D1A3E;
}
</style>