Shades of Pompadour #6B2D53
Tints of Pompadour #6B2D53
RGB
CMYK
RGB Variations
Color information
#6B2D53 (or 0x6B2D53) is known color: Pompadour. HEX triplet: 6B, 2D and 53. RGB value is (107,45,83). Sum of RGB (Red+Green+Blue) = 107+45+83=235 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.53% from 235); Green value is 45 (17.97% from 255 or 19.15% from 235); Blue value is 83 (32.81% from 255 or 35.32% from 235); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2D53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B2D53 is #94D2AC. Grayscale: #434343. Windows color (decimal): -9753261 or 5451115. OLE color: 5451115.
HSL color Cylindrical-coordinate representation of color #6B2D53: hue angle of 323.23º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B2D53 is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 45 | 83 | - |
| CMYK | 0 | 0.58 | 0.22 | 0.58 |
| HSL | 323.23º | 0.41% | 0.3% | - |
| HSV(B) | 323.23º | 0.58% | 0.42% | - |
| XYZ | 8.56 | 5.63 | 8.82 | - |
| YUV | 67.87 | 136.54 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 45 | 83 | 0 | 0.58 | 0.22 | 0.58 | 323.23 | 0.41 | 0.3 |
| Hex | 6B | 2D | 53 | 0 | 3A | 16 | 3A | 143 | 29 | 1E |
| Octal | 153 | 55 | 123 | 0 | 72 | 26 | 72 | 503 | 51 | 36 |
| Binary | 1101011 | 101101 | 1010011 | 0 | 111010 | 10110 | 111010 | 101000011 | 101001 | 11110 |
Color Harmonies of #6B2D53
Complementary color
Monochromatic Colors of #6B2D53
Black with #6B2D53
Text Example
Text Example
White with #6B2D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2D53; }
p { color: rgb(107,45,83); }
H1.HeaderClassName
{
color: #6B2D53;
}
.AnyTagClassName
{
color: #6B2D53;
}
</style>
background-color css
<style>
a { background-color: #6B2D53; }
a { background-color: rgb(107,45,83); }
div.DivClassName
{
background-color: #6B2D53;
}
.BgClassName
{
background-color: #6B2D53;
}
</style>
border-color css
<style>
span { border-color: #6B2D53; }
span { border-color: rgb(107,45,83); }
td.TdClassName
{
border-color: #6B2D53;
}
.TagClassName
{
border-color: #6B2D53;
}
</style>