Shades of Pompadour #6C1B4C
Tints of Pompadour #6C1B4C
RGB
CMYK
RGB Variations
Color information
#6C1B4C (or 0x6C1B4C) is known color: Pompadour. HEX triplet: 6C, 1B and 4C. RGB value is (108,27,76). Sum of RGB (Red+Green+Blue) = 108+27+76=211 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.18% from 211); Green value is 27 (10.94% from 255 or 12.80% from 211); Blue value is 76 (30.08% from 255 or 36.02% from 211); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1B4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C1B4C is #93E4B3. Grayscale: #383838. Windows color (decimal): -9692340 or 4987756. OLE color: 4987756.
HSL color Cylindrical-coordinate representation of color #6C1B4C: hue angle of 323.7º 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 #6C1B4C is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 27 | 76 | - |
| CMYK | 0 | 0.75 | 0.30 | 0.58 |
| HSL | 323.7º | 0.6% | 0.26% | - |
| HSV(B) | 323.7º | 0.75% | 0.42% | - |
| XYZ | 7.88 | 4.49 | 7.29 | - |
| YUV | 56.81 | 138.84 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 27 | 76 | 0 | 0.75 | 0.30 | 0.58 | 323.7 | 0.6 | 0.26 |
| Hex | 6C | 1B | 4C | 0 | 4B | 1E | 3A | 144 | 3C | 1A |
| Octal | 154 | 33 | 114 | 0 | 113 | 36 | 72 | 504 | 74 | 32 |
| Binary | 1101100 | 11011 | 1001100 | 0 | 1001011 | 11110 | 111010 | 101000100 | 111100 | 11010 |
Color Harmonies of #6C1B4C
Complementary color
Monochromatic Colors of #6C1B4C
Black with #6C1B4C
Text Example
Text Example
White with #6C1B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1B4C; }
p { color: rgb(108,27,76); }
H1.HeaderClassName
{
color: #6C1B4C;
}
.AnyTagClassName
{
color: #6C1B4C;
}
</style>
background-color css
<style>
a { background-color: #6C1B4C; }
a { background-color: rgb(108,27,76); }
div.DivClassName
{
background-color: #6C1B4C;
}
.BgClassName
{
background-color: #6C1B4C;
}
</style>
border-color css
<style>
span { border-color: #6C1B4C; }
span { border-color: rgb(108,27,76); }
td.TdClassName
{
border-color: #6C1B4C;
}
.TagClassName
{
border-color: #6C1B4C;
}
</style>