Shades of Pompadour #6D1A3B
Tints of Pompadour #6D1A3B
RGB
CMYK
RGB Variations
Color information
#6D1A3B (or 0x6D1A3B) is known color: Pompadour. HEX triplet: 6D, 1A and 3B. RGB value is (109,26,59). Sum of RGB (Red+Green+Blue) = 109+26+59=194 (25% of max value = 765). Red value is 109 (42.97% from 255 or 56.19% from 194); Green value is 26 (10.55% from 255 or 13.40% from 194); Blue value is 59 (23.44% from 255 or 30.41% from 194); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1A3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1A3B is #92E5C4. Grayscale: #363636. Windows color (decimal): -9627077 or 3873389. OLE color: 3873389.
HSL color Cylindrical-coordinate representation of color #6D1A3B: hue angle of 336.14º 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 #6D1A3B is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 26 | 59 | - |
| CMYK | 0 | 0.76 | 0.46 | 0.57 |
| HSL | 336.14º | 0.61% | 0.26% | - |
| HSV(B) | 336.14º | 0.76% | 0.43% | - |
| XYZ | 7.47 | 4.31 | 4.58 | - |
| YUV | 54.58 | 130.5 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 26 | 59 | 0 | 0.76 | 0.46 | 0.57 | 336.14 | 0.61 | 0.26 |
| Hex | 6D | 1A | 3B | 0 | 4C | 2E | 39 | 150 | 3D | 1A |
| Octal | 155 | 32 | 73 | 0 | 114 | 56 | 71 | 520 | 75 | 32 |
| Binary | 1101101 | 11010 | 111011 | 0 | 1001100 | 101110 | 111001 | 101010000 | 111101 | 11010 |
Color Harmonies of #6D1A3B
Complementary color
Monochromatic Colors of #6D1A3B
Black with #6D1A3B
Text Example
Text Example
White with #6D1A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1A3B; }
p { color: rgb(109,26,59); }
H1.HeaderClassName
{
color: #6D1A3B;
}
.AnyTagClassName
{
color: #6D1A3B;
}
</style>
background-color css
<style>
a { background-color: #6D1A3B; }
a { background-color: rgb(109,26,59); }
div.DivClassName
{
background-color: #6D1A3B;
}
.BgClassName
{
background-color: #6D1A3B;
}
</style>
border-color css
<style>
span { border-color: #6D1A3B; }
span { border-color: rgb(109,26,59); }
td.TdClassName
{
border-color: #6D1A3B;
}
.TagClassName
{
border-color: #6D1A3B;
}
</style>