Shades of Pompadour #6B134D
Tints of Pompadour #6B134D
RGB
CMYK
RGB Variations
Color information
#6B134D (or 0x6B134D) is known color: Pompadour. HEX triplet: 6B, 13 and 4D. RGB value is (107,19,77). Sum of RGB (Red+Green+Blue) = 107+19+77=203 (26% of max value = 765). Red value is 107 (42.19% from 255 or 52.71% from 203); Green value is 19 (7.81% from 255 or 9.36% from 203); Blue value is 77 (30.47% from 255 or 37.93% from 203); Max value from RGB is 107 - color contains mainly: red. Hex color #6B134D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B134D is #94ECB2. Grayscale: #333333. Windows color (decimal): -9759923 or 5051243. OLE color: 5051243.
HSL color Cylindrical-coordinate representation of color #6B134D: hue angle of 320.45º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6B134D is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 19 | 77 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.58 |
| HSL | 320.45º | 0.7% | 0.25% | - |
| HSV(B) | 320.45º | 0.82% | 0.42% | - |
| XYZ | 7.64 | 4.13 | 7.42 | - |
| YUV | 51.92 | 142.15 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 19 | 77 | 0 | 0.82 | 0.28 | 0.58 | 320.45 | 0.7 | 0.25 |
| Hex | 6B | 13 | 4D | 0 | 52 | 1C | 3A | 140 | 46 | 19 |
| Octal | 153 | 23 | 115 | 0 | 122 | 34 | 72 | 500 | 106 | 31 |
| Binary | 1101011 | 10011 | 1001101 | 0 | 1010010 | 11100 | 111010 | 101000000 | 1000110 | 11001 |
Color Harmonies of #6B134D
Complementary color
Monochromatic Colors of #6B134D
Black with #6B134D
Text Example
Text Example
White with #6B134D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B134D; }
p { color: rgb(107,19,77); }
H1.HeaderClassName
{
color: #6B134D;
}
.AnyTagClassName
{
color: #6B134D;
}
</style>
background-color css
<style>
a { background-color: #6B134D; }
a { background-color: rgb(107,19,77); }
div.DivClassName
{
background-color: #6B134D;
}
.BgClassName
{
background-color: #6B134D;
}
</style>
border-color css
<style>
span { border-color: #6B134D; }
span { border-color: rgb(107,19,77); }
td.TdClassName
{
border-color: #6B134D;
}
.TagClassName
{
border-color: #6B134D;
}
</style>