Shades of Pompadour #6C1B53
Tints of Pompadour #6C1B53
RGB
CMYK
RGB Variations
Color information
#6C1B53 (or 0x6C1B53) is known color: Pompadour. HEX triplet: 6C, 1B and 53. RGB value is (108,27,83). Sum of RGB (Red+Green+Blue) = 108+27+83=218 (28% of max value = 765). Red value is 108 (42.58% from 255 or 49.54% from 218); Green value is 27 (10.94% from 255 or 12.39% from 218); Blue value is 83 (32.81% from 255 or 38.07% from 218); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1B53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C1B53 is #93E4AC. Grayscale: #393939. Windows color (decimal): -9692333 or 5446508. OLE color: 5446508.
HSL color Cylindrical-coordinate representation of color #6C1B53: hue angle of 318.52º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6C1B53 is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 27 | 83 | - |
| CMYK | 0 | 0.75 | 0.23 | 0.58 |
| HSL | 318.52º | 0.6% | 0.26% | - |
| HSV(B) | 318.52º | 0.75% | 0.42% | - |
| XYZ | 8.14 | 4.6 | 8.64 | - |
| YUV | 57.6 | 142.34 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 27 | 83 | 0 | 0.75 | 0.23 | 0.58 | 318.52 | 0.6 | 0.26 |
| Hex | 6C | 1B | 53 | 0 | 4B | 17 | 3A | 13F | 3C | 1A |
| Octal | 154 | 33 | 123 | 0 | 113 | 27 | 72 | 477 | 74 | 32 |
| Binary | 1101100 | 11011 | 1010011 | 0 | 1001011 | 10111 | 111010 | 100111111 | 111100 | 11010 |
Color Harmonies of #6C1B53
Complementary color
Monochromatic Colors of #6C1B53
Black with #6C1B53
Text Example
Text Example
White with #6C1B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1B53; }
p { color: rgb(108,27,83); }
H1.HeaderClassName
{
color: #6C1B53;
}
.AnyTagClassName
{
color: #6C1B53;
}
</style>
background-color css
<style>
a { background-color: #6C1B53; }
a { background-color: rgb(108,27,83); }
div.DivClassName
{
background-color: #6C1B53;
}
.BgClassName
{
background-color: #6C1B53;
}
</style>
border-color css
<style>
span { border-color: #6C1B53; }
span { border-color: rgb(108,27,83); }
td.TdClassName
{
border-color: #6C1B53;
}
.TagClassName
{
border-color: #6C1B53;
}
</style>