Shades of Pompadour #6B1A3C
Tints of Pompadour #6B1A3C
RGB
CMYK
RGB Variations
Color information
#6B1A3C (or 0x6B1A3C) is known color: Pompadour. HEX triplet: 6B, 1A and 3C. RGB value is (107,26,60). Sum of RGB (Red+Green+Blue) = 107+26+60=193 (25% of max value = 765). Red value is 107 (42.19% from 255 or 55.44% from 193); Green value is 26 (10.55% from 255 or 13.47% from 193); Blue value is 60 (23.83% from 255 or 31.09% from 193); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B1A3C is #94E5C3. Grayscale: #363636. Windows color (decimal): -9758148 or 3938923. OLE color: 3938923.
HSL color Cylindrical-coordinate representation of color #6B1A3C: hue angle of 334.81º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6B1A3C is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 26 | 60 | - |
| CMYK | 0 | 0.76 | 0.44 | 0.58 |
| HSL | 334.81º | 0.61% | 0.26% | - |
| HSV(B) | 334.81º | 0.76% | 0.42% | - |
| XYZ | 7.25 | 4.19 | 4.7 | - |
| YUV | 54.1 | 131.34 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 26 | 60 | 0 | 0.76 | 0.44 | 0.58 | 334.81 | 0.61 | 0.26 |
| Hex | 6B | 1A | 3C | 0 | 4C | 2C | 3A | 14F | 3D | 1A |
| Octal | 153 | 32 | 74 | 0 | 114 | 54 | 72 | 517 | 75 | 32 |
| Binary | 1101011 | 11010 | 111100 | 0 | 1001100 | 101100 | 111010 | 101001111 | 111101 | 11010 |
Color Harmonies of #6B1A3C
Complementary color
Monochromatic Colors of #6B1A3C
Black with #6B1A3C
Text Example
Text Example
White with #6B1A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1A3C; }
p { color: rgb(107,26,60); }
H1.HeaderClassName
{
color: #6B1A3C;
}
.AnyTagClassName
{
color: #6B1A3C;
}
</style>
background-color css
<style>
a { background-color: #6B1A3C; }
a { background-color: rgb(107,26,60); }
div.DivClassName
{
background-color: #6B1A3C;
}
.BgClassName
{
background-color: #6B1A3C;
}
</style>
border-color css
<style>
span { border-color: #6B1A3C; }
span { border-color: rgb(107,26,60); }
td.TdClassName
{
border-color: #6B1A3C;
}
.TagClassName
{
border-color: #6B1A3C;
}
</style>