Shades of Pompadour #6D1A43
Tints of Pompadour #6D1A43
RGB
CMYK
RGB Variations
Color information
#6D1A43 (or 0x6D1A43) is known color: Pompadour. HEX triplet: 6D, 1A and 43. RGB value is (109,26,67). Sum of RGB (Red+Green+Blue) = 109+26+67=202 (26% of max value = 765). Red value is 109 (42.97% from 255 or 53.96% from 202); Green value is 26 (10.55% from 255 or 12.87% from 202); Blue value is 67 (26.56% from 255 or 33.17% from 202); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1A43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1A43 is #92E5BC. Grayscale: #373737. Windows color (decimal): -9627069 or 4397677. OLE color: 4397677.
HSL color Cylindrical-coordinate representation of color #6D1A43: hue angle of 330.36º 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 #6D1A43 is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 26 | 67 | - |
| CMYK | 0 | 0.76 | 0.39 | 0.57 |
| HSL | 330.36º | 0.61% | 0.26% | - |
| HSV(B) | 330.36º | 0.76% | 0.43% | - |
| XYZ | 7.69 | 4.4 | 5.75 | - |
| YUV | 55.49 | 134.5 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 26 | 67 | 0 | 0.76 | 0.39 | 0.57 | 330.36 | 0.61 | 0.26 |
| Hex | 6D | 1A | 43 | 0 | 4C | 27 | 39 | 14A | 3D | 1A |
| Octal | 155 | 32 | 103 | 0 | 114 | 47 | 71 | 512 | 75 | 32 |
| Binary | 1101101 | 11010 | 1000011 | 0 | 1001100 | 100111 | 111001 | 101001010 | 111101 | 11010 |
Color Harmonies of #6D1A43
Complementary color
Monochromatic Colors of #6D1A43
Black with #6D1A43
Text Example
Text Example
White with #6D1A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1A43; }
p { color: rgb(109,26,67); }
H1.HeaderClassName
{
color: #6D1A43;
}
.AnyTagClassName
{
color: #6D1A43;
}
</style>
background-color css
<style>
a { background-color: #6D1A43; }
a { background-color: rgb(109,26,67); }
div.DivClassName
{
background-color: #6D1A43;
}
.BgClassName
{
background-color: #6D1A43;
}
</style>
border-color css
<style>
span { border-color: #6D1A43; }
span { border-color: rgb(109,26,67); }
td.TdClassName
{
border-color: #6D1A43;
}
.TagClassName
{
border-color: #6D1A43;
}
</style>