Shades of Pompadour #6B1952
Tints of Pompadour #6B1952
RGB
CMYK
RGB Variations
Color information
#6B1952 (or 0x6B1952) is known color: Pompadour. HEX triplet: 6B, 19 and 52. RGB value is (107,25,82). Sum of RGB (Red+Green+Blue) = 107+25+82=214 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 82 (32.42% from 255 or 38.32% from 214); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1952 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B1952 is #94E6AD. Grayscale: #373737. Windows color (decimal): -9758382 or 5380459. OLE color: 5380459.
HSL color Cylindrical-coordinate representation of color #6B1952: hue angle of 318.29º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6B1952 is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 25 | 82 | - |
| CMYK | 0 | 0.77 | 0.23 | 0.58 |
| HSL | 318.29º | 0.62% | 0.26% | - |
| HSV(B) | 318.29º | 0.77% | 0.42% | - |
| XYZ | 7.93 | 4.43 | 8.42 | - |
| YUV | 56.02 | 142.67 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 25 | 82 | 0 | 0.77 | 0.23 | 0.58 | 318.29 | 0.62 | 0.26 |
| Hex | 6B | 19 | 52 | 0 | 4D | 17 | 3A | 13E | 3E | 1A |
| Octal | 153 | 31 | 122 | 0 | 115 | 27 | 72 | 476 | 76 | 32 |
| Binary | 1101011 | 11001 | 1010010 | 0 | 1001101 | 10111 | 111010 | 100111110 | 111110 | 11010 |
Color Harmonies of #6B1952
Complementary color
Monochromatic Colors of #6B1952
Black with #6B1952
Text Example
Text Example
White with #6B1952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1952; }
p { color: rgb(107,25,82); }
H1.HeaderClassName
{
color: #6B1952;
}
.AnyTagClassName
{
color: #6B1952;
}
</style>
background-color css
<style>
a { background-color: #6B1952; }
a { background-color: rgb(107,25,82); }
div.DivClassName
{
background-color: #6B1952;
}
.BgClassName
{
background-color: #6B1952;
}
</style>
border-color css
<style>
span { border-color: #6B1952; }
span { border-color: rgb(107,25,82); }
td.TdClassName
{
border-color: #6B1952;
}
.TagClassName
{
border-color: #6B1952;
}
</style>