Shades of Pompadour #6D1B3B
Tints of Pompadour #6D1B3B
RGB
CMYK
RGB Variations
Color information
#6D1B3B (or 0x6D1B3B) is known color: Pompadour. HEX triplet: 6D, 1B and 3B. RGB value is (109,27,59). Sum of RGB (Red+Green+Blue) = 109+27+59=195 (25% of max value = 765). Red value is 109 (42.97% from 255 or 55.90% from 195); Green value is 27 (10.94% from 255 or 13.85% from 195); Blue value is 59 (23.44% from 255 or 30.26% from 195); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1B3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1B3B is #92E4C4. Grayscale: #373737. Windows color (decimal): -9626821 or 3873645. OLE color: 3873645.
HSL color Cylindrical-coordinate representation of color #6D1B3B: hue angle of 336.59º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6D1B3B is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 27 | 59 | - |
| CMYK | 0 | 0.75 | 0.46 | 0.57 |
| HSL | 336.59º | 0.6% | 0.27% | - |
| HSV(B) | 336.59º | 0.75% | 0.43% | - |
| XYZ | 7.49 | 4.35 | 4.58 | - |
| YUV | 55.17 | 130.17 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 27 | 59 | 0 | 0.75 | 0.46 | 0.57 | 336.59 | 0.6 | 0.27 |
| Hex | 6D | 1B | 3B | 0 | 4B | 2E | 39 | 151 | 3C | 1B |
| Octal | 155 | 33 | 73 | 0 | 113 | 56 | 71 | 521 | 74 | 33 |
| Binary | 1101101 | 11011 | 111011 | 0 | 1001011 | 101110 | 111001 | 101010001 | 111100 | 11011 |
Color Harmonies of #6D1B3B
Complementary color
Monochromatic Colors of #6D1B3B
Black with #6D1B3B
Text Example
Text Example
White with #6D1B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1B3B; }
p { color: rgb(109,27,59); }
H1.HeaderClassName
{
color: #6D1B3B;
}
.AnyTagClassName
{
color: #6D1B3B;
}
</style>
background-color css
<style>
a { background-color: #6D1B3B; }
a { background-color: rgb(109,27,59); }
div.DivClassName
{
background-color: #6D1B3B;
}
.BgClassName
{
background-color: #6D1B3B;
}
</style>
border-color css
<style>
span { border-color: #6D1B3B; }
span { border-color: rgb(109,27,59); }
td.TdClassName
{
border-color: #6D1B3B;
}
.TagClassName
{
border-color: #6D1B3B;
}
</style>