Shades of Pompadour #6C2351
Tints of Pompadour #6C2351
RGB
CMYK
RGB Variations
Color information
#6C2351 (or 0x6C2351) is known color: Pompadour. HEX triplet: 6C, 23 and 51. RGB value is (108,35,81). Sum of RGB (Red+Green+Blue) = 108+35+81=224 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.21% from 224); Green value is 35 (14.06% from 255 or 15.62% from 224); Blue value is 81 (32.03% from 255 or 36.16% from 224); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2351 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2351 is #93DCAE. Grayscale: #3D3D3D. Windows color (decimal): -9690287 or 5317484. OLE color: 5317484.
HSL color Cylindrical-coordinate representation of color #6C2351: hue angle of 322.19º 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 #6C2351 is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 35 | 81 | - |
| CMYK | 0 | 0.68 | 0.25 | 0.58 |
| HSL | 322.19º | 0.51% | 0.28% | - |
| HSV(B) | 322.19º | 0.68% | 0.42% | - |
| XYZ | 8.27 | 4.98 | 8.31 | - |
| YUV | 62.07 | 138.68 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 35 | 81 | 0 | 0.68 | 0.25 | 0.58 | 322.19 | 0.51 | 0.28 |
| Hex | 6C | 23 | 51 | 0 | 44 | 19 | 3A | 142 | 33 | 1C |
| Octal | 154 | 43 | 121 | 0 | 104 | 31 | 72 | 502 | 63 | 34 |
| Binary | 1101100 | 100011 | 1010001 | 0 | 1000100 | 11001 | 111010 | 101000010 | 110011 | 11100 |
Color Harmonies of #6C2351
Complementary color
Monochromatic Colors of #6C2351
Black with #6C2351
Text Example
Text Example
White with #6C2351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2351; }
p { color: rgb(108,35,81); }
H1.HeaderClassName
{
color: #6C2351;
}
.AnyTagClassName
{
color: #6C2351;
}
</style>
background-color css
<style>
a { background-color: #6C2351; }
a { background-color: rgb(108,35,81); }
div.DivClassName
{
background-color: #6C2351;
}
.BgClassName
{
background-color: #6C2351;
}
</style>
border-color css
<style>
span { border-color: #6C2351; }
span { border-color: rgb(108,35,81); }
td.TdClassName
{
border-color: #6C2351;
}
.TagClassName
{
border-color: #6C2351;
}
</style>