Shades of Pompadour #6B1A4C
Tints of Pompadour #6B1A4C
RGB
CMYK
RGB Variations
Color information
#6B1A4C (or 0x6B1A4C) is known color: Pompadour. HEX triplet: 6B, 1A and 4C. RGB value is (107,26,76). Sum of RGB (Red+Green+Blue) = 107+26+76=209 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.20% from 209); Green value is 26 (10.55% from 255 or 12.44% from 209); Blue value is 76 (30.08% from 255 or 36.36% from 209); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1A4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B1A4C is #94E5B3. Grayscale: #373737. Windows color (decimal): -9758132 or 4987499. OLE color: 4987499.
HSL color Cylindrical-coordinate representation of color #6B1A4C: hue angle of 322.96º 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 #6B1A4C is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 26 | 76 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.58 |
| HSL | 322.96º | 0.61% | 0.26% | - |
| HSV(B) | 322.96º | 0.76% | 0.42% | - |
| XYZ | 7.74 | 4.39 | 7.28 | - |
| YUV | 55.92 | 139.34 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 26 | 76 | 0 | 0.76 | 0.29 | 0.58 | 322.96 | 0.61 | 0.26 |
| Hex | 6B | 1A | 4C | 0 | 4C | 1D | 3A | 143 | 3D | 1A |
| Octal | 153 | 32 | 114 | 0 | 114 | 35 | 72 | 503 | 75 | 32 |
| Binary | 1101011 | 11010 | 1001100 | 0 | 1001100 | 11101 | 111010 | 101000011 | 111101 | 11010 |
Color Harmonies of #6B1A4C
Complementary color
Monochromatic Colors of #6B1A4C
Black with #6B1A4C
Text Example
Text Example
White with #6B1A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1A4C; }
p { color: rgb(107,26,76); }
H1.HeaderClassName
{
color: #6B1A4C;
}
.AnyTagClassName
{
color: #6B1A4C;
}
</style>
background-color css
<style>
a { background-color: #6B1A4C; }
a { background-color: rgb(107,26,76); }
div.DivClassName
{
background-color: #6B1A4C;
}
.BgClassName
{
background-color: #6B1A4C;
}
</style>
border-color css
<style>
span { border-color: #6B1A4C; }
span { border-color: rgb(107,26,76); }
td.TdClassName
{
border-color: #6B1A4C;
}
.TagClassName
{
border-color: #6B1A4C;
}
</style>