Shades of Pompadour #6B2153
Tints of Pompadour #6B2153
RGB
CMYK
RGB Variations
Color information
#6B2153 (or 0x6B2153) is known color: Pompadour. HEX triplet: 6B, 21 and 53. RGB value is (107,33,83). Sum of RGB (Red+Green+Blue) = 107+33+83=223 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.98% from 223); Green value is 33 (13.28% from 255 or 14.80% from 223); Blue value is 83 (32.81% from 255 or 37.22% from 223); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2153 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B2153 is #94DEAC. Grayscale: #3C3C3C. Windows color (decimal): -9756333 or 5448043. OLE color: 5448043.
HSL color Cylindrical-coordinate representation of color #6B2153: hue angle of 319.46º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6B2153 is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 33 | 83 | - |
| CMYK | 0 | 0.69 | 0.22 | 0.58 |
| HSL | 319.46º | 0.53% | 0.27% | - |
| HSV(B) | 319.46º | 0.69% | 0.42% | - |
| XYZ | 8.17 | 4.84 | 8.69 | - |
| YUV | 60.83 | 140.52 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 33 | 83 | 0 | 0.69 | 0.22 | 0.58 | 319.46 | 0.53 | 0.27 |
| Hex | 6B | 21 | 53 | 0 | 45 | 16 | 3A | 13F | 35 | 1B |
| Octal | 153 | 41 | 123 | 0 | 105 | 26 | 72 | 477 | 65 | 33 |
| Binary | 1101011 | 100001 | 1010011 | 0 | 1000101 | 10110 | 111010 | 100111111 | 110101 | 11011 |
Color Harmonies of #6B2153
Complementary color
Monochromatic Colors of #6B2153
Black with #6B2153
Text Example
Text Example
White with #6B2153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2153; }
p { color: rgb(107,33,83); }
H1.HeaderClassName
{
color: #6B2153;
}
.AnyTagClassName
{
color: #6B2153;
}
</style>
background-color css
<style>
a { background-color: #6B2153; }
a { background-color: rgb(107,33,83); }
div.DivClassName
{
background-color: #6B2153;
}
.BgClassName
{
background-color: #6B2153;
}
</style>
border-color css
<style>
span { border-color: #6B2153; }
span { border-color: rgb(107,33,83); }
td.TdClassName
{
border-color: #6B2153;
}
.TagClassName
{
border-color: #6B2153;
}
</style>