Shades of Pompadour #6B2E53
Tints of Pompadour #6B2E53
RGB
CMYK
RGB Variations
Color information
#6B2E53 (or 0x6B2E53) is known color: Pompadour. HEX triplet: 6B, 2E and 53. RGB value is (107,46,83). Sum of RGB (Red+Green+Blue) = 107+46+83=236 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.34% from 236); Green value is 46 (18.36% from 255 or 19.49% from 236); Blue value is 83 (32.81% from 255 or 35.17% from 236); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2E53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B2E53 is #94D1AC. Grayscale: #444444. Windows color (decimal): -9753005 or 5451371. OLE color: 5451371.
HSL color Cylindrical-coordinate representation of color #6B2E53: hue angle of 323.61º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6B2E53 is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 46 | 83 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.58 |
| HSL | 323.61º | 0.4% | 0.3% | - |
| HSV(B) | 323.61º | 0.57% | 0.42% | - |
| XYZ | 8.6 | 5.7 | 8.83 | - |
| YUV | 68.46 | 136.21 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 46 | 83 | 0 | 0.57 | 0.22 | 0.58 | 323.61 | 0.4 | 0.3 |
| Hex | 6B | 2E | 53 | 0 | 39 | 16 | 3A | 144 | 28 | 1E |
| Octal | 153 | 56 | 123 | 0 | 71 | 26 | 72 | 504 | 50 | 36 |
| Binary | 1101011 | 101110 | 1010011 | 0 | 111001 | 10110 | 111010 | 101000100 | 101000 | 11110 |
Color Harmonies of #6B2E53
Complementary color
Monochromatic Colors of #6B2E53
Black with #6B2E53
Text Example
Text Example
White with #6B2E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2E53; }
p { color: rgb(107,46,83); }
H1.HeaderClassName
{
color: #6B2E53;
}
.AnyTagClassName
{
color: #6B2E53;
}
</style>
background-color css
<style>
a { background-color: #6B2E53; }
a { background-color: rgb(107,46,83); }
div.DivClassName
{
background-color: #6B2E53;
}
.BgClassName
{
background-color: #6B2E53;
}
</style>
border-color css
<style>
span { border-color: #6B2E53; }
span { border-color: rgb(107,46,83); }
td.TdClassName
{
border-color: #6B2E53;
}
.TagClassName
{
border-color: #6B2E53;
}
</style>