Shades of Pompadour #6D1A3A
Tints of Pompadour #6D1A3A
RGB
CMYK
RGB Variations
Color information
#6D1A3A (or 0x6D1A3A) is known color: Pompadour. HEX triplet: 6D, 1A and 3A. RGB value is (109,26,58). Sum of RGB (Red+Green+Blue) = 109+26+58=193 (25% of max value = 765). Red value is 109 (42.97% from 255 or 56.48% from 193); Green value is 26 (10.55% from 255 or 13.47% from 193); Blue value is 58 (23.05% from 255 or 30.05% from 193); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1A3A is #92E5C5. Grayscale: #363636. Windows color (decimal): -9627078 or 3807853. OLE color: 3807853.
HSL color Cylindrical-coordinate representation of color #6D1A3A: hue angle of 336.87º 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 #6D1A3A is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 26 | 58 | - |
| CMYK | 0 | 0.76 | 0.47 | 0.57 |
| HSL | 336.87º | 0.61% | 0.26% | - |
| HSV(B) | 336.87º | 0.76% | 0.43% | - |
| XYZ | 7.44 | 4.3 | 4.44 | - |
| YUV | 54.47 | 130 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 26 | 58 | 0 | 0.76 | 0.47 | 0.57 | 336.87 | 0.61 | 0.26 |
| Hex | 6D | 1A | 3A | 0 | 4C | 2F | 39 | 151 | 3D | 1A |
| Octal | 155 | 32 | 72 | 0 | 114 | 57 | 71 | 521 | 75 | 32 |
| Binary | 1101101 | 11010 | 111010 | 0 | 1001100 | 101111 | 111001 | 101010001 | 111101 | 11010 |
Color Harmonies of #6D1A3A
Complementary color
Monochromatic Colors of #6D1A3A
Black with #6D1A3A
Text Example
Text Example
White with #6D1A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1A3A; }
p { color: rgb(109,26,58); }
H1.HeaderClassName
{
color: #6D1A3A;
}
.AnyTagClassName
{
color: #6D1A3A;
}
</style>
background-color css
<style>
a { background-color: #6D1A3A; }
a { background-color: rgb(109,26,58); }
div.DivClassName
{
background-color: #6D1A3A;
}
.BgClassName
{
background-color: #6D1A3A;
}
</style>
border-color css
<style>
span { border-color: #6D1A3A; }
span { border-color: rgb(109,26,58); }
td.TdClassName
{
border-color: #6D1A3A;
}
.TagClassName
{
border-color: #6D1A3A;
}
</style>