Shades of Pompadour #6D1A3F
Tints of Pompadour #6D1A3F
RGB
CMYK
RGB Variations
Color information
#6D1A3F (or 0x6D1A3F) is known color: Pompadour. HEX triplet: 6D, 1A and 3F. RGB value is (109,26,63). Sum of RGB (Red+Green+Blue) = 109+26+63=198 (26% of max value = 765). Red value is 109 (42.97% from 255 or 55.05% from 198); Green value is 26 (10.55% from 255 or 13.13% from 198); Blue value is 63 (25% from 255 or 31.82% from 198); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1A3F is #92E5C0. Grayscale: #363636. Windows color (decimal): -9627073 or 4135533. OLE color: 4135533.
HSL color Cylindrical-coordinate representation of color #6D1A3F: hue angle of 333.25º 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 #6D1A3F is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 26 | 63 | - |
| CMYK | 0 | 0.76 | 0.42 | 0.57 |
| HSL | 333.25º | 0.61% | 0.26% | - |
| HSV(B) | 333.25º | 0.76% | 0.43% | - |
| XYZ | 7.57 | 4.35 | 5.14 | - |
| YUV | 55.04 | 132.5 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 26 | 63 | 0 | 0.76 | 0.42 | 0.57 | 333.25 | 0.61 | 0.26 |
| Hex | 6D | 1A | 3F | 0 | 4C | 2A | 39 | 14D | 3D | 1A |
| Octal | 155 | 32 | 77 | 0 | 114 | 52 | 71 | 515 | 75 | 32 |
| Binary | 1101101 | 11010 | 111111 | 0 | 1001100 | 101010 | 111001 | 101001101 | 111101 | 11010 |
Color Harmonies of #6D1A3F
Complementary color
Monochromatic Colors of #6D1A3F
Black with #6D1A3F
Text Example
Text Example
White with #6D1A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1A3F; }
p { color: rgb(109,26,63); }
H1.HeaderClassName
{
color: #6D1A3F;
}
.AnyTagClassName
{
color: #6D1A3F;
}
</style>
background-color css
<style>
a { background-color: #6D1A3F; }
a { background-color: rgb(109,26,63); }
div.DivClassName
{
background-color: #6D1A3F;
}
.BgClassName
{
background-color: #6D1A3F;
}
</style>
border-color css
<style>
span { border-color: #6D1A3F; }
span { border-color: rgb(109,26,63); }
td.TdClassName
{
border-color: #6D1A3F;
}
.TagClassName
{
border-color: #6D1A3F;
}
</style>