Shades of Pompadour #6C2353
Tints of Pompadour #6C2353
RGB
CMYK
RGB Variations
Color information
#6C2353 (or 0x6C2353) is known color: Pompadour. HEX triplet: 6C, 23 and 53. RGB value is (108,35,83). Sum of RGB (Red+Green+Blue) = 108+35+83=226 (29% of max value = 765). Red value is 108 (42.58% from 255 or 47.79% from 226); Green value is 35 (14.06% from 255 or 15.49% from 226); Blue value is 83 (32.81% from 255 or 36.73% from 226); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2353 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2353 is #93DCAC. Grayscale: #3E3E3E. Windows color (decimal): -9690285 or 5448556. OLE color: 5448556.
HSL color Cylindrical-coordinate representation of color #6C2353: hue angle of 320.55º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6C2353 is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 35 | 83 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.58 |
| HSL | 320.55º | 0.51% | 0.28% | - |
| HSV(B) | 320.55º | 0.68% | 0.42% | - |
| XYZ | 8.35 | 5.01 | 8.71 | - |
| YUV | 62.3 | 139.68 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 35 | 83 | 0 | 0.68 | 0.23 | 0.58 | 320.55 | 0.51 | 0.28 |
| Hex | 6C | 23 | 53 | 0 | 44 | 17 | 3A | 141 | 33 | 1C |
| Octal | 154 | 43 | 123 | 0 | 104 | 27 | 72 | 501 | 63 | 34 |
| Binary | 1101100 | 100011 | 1010011 | 0 | 1000100 | 10111 | 111010 | 101000001 | 110011 | 11100 |
Color Harmonies of #6C2353
Complementary color
Monochromatic Colors of #6C2353
Black with #6C2353
Text Example
Text Example
White with #6C2353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2353; }
p { color: rgb(108,35,83); }
H1.HeaderClassName
{
color: #6C2353;
}
.AnyTagClassName
{
color: #6C2353;
}
</style>
background-color css
<style>
a { background-color: #6C2353; }
a { background-color: rgb(108,35,83); }
div.DivClassName
{
background-color: #6C2353;
}
.BgClassName
{
background-color: #6C2353;
}
</style>
border-color css
<style>
span { border-color: #6C2353; }
span { border-color: rgb(108,35,83); }
td.TdClassName
{
border-color: #6C2353;
}
.TagClassName
{
border-color: #6C2353;
}
</style>