Shades of Pompadour #6B1637
Tints of Pompadour #6B1637
RGB
CMYK
RGB Variations
Color information
#6B1637 (or 0x6B1637) is known color: Pompadour. HEX triplet: 6B, 16 and 37. RGB value is (107,22,55). Sum of RGB (Red+Green+Blue) = 107+22+55=184 (24% of max value = 765). Red value is 107 (42.19% from 255 or 58.15% from 184); Green value is 22 (8.98% from 255 or 11.96% from 184); Blue value is 55 (21.88% from 255 or 29.89% from 184); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1637 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B1637 is #94E9C8. Grayscale: #333333. Windows color (decimal): -9759177 or 3610219. OLE color: 3610219.
HSL color Cylindrical-coordinate representation of color #6B1637: hue angle of 336.71º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6B1637 is Cyan = 0, Magento = 0.79, Yellow = 0.49 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 22 | 55 | - |
| CMYK | 0 | 0.79 | 0.49 | 0.58 |
| HSL | 336.71º | 0.66% | 0.25% | - |
| HSV(B) | 336.71º | 0.79% | 0.42% | - |
| XYZ | 7.04 | 3.98 | 4.01 | - |
| YUV | 51.18 | 130.16 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 22 | 55 | 0 | 0.79 | 0.49 | 0.58 | 336.71 | 0.66 | 0.25 |
| Hex | 6B | 16 | 37 | 0 | 4F | 31 | 3A | 151 | 42 | 19 |
| Octal | 153 | 26 | 67 | 0 | 117 | 61 | 72 | 521 | 102 | 31 |
| Binary | 1101011 | 10110 | 110111 | 0 | 1001111 | 110001 | 111010 | 101010001 | 1000010 | 11001 |
Color Harmonies of #6B1637
Complementary color
Monochromatic Colors of #6B1637
Black with #6B1637
Text Example
Text Example
White with #6B1637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1637; }
p { color: rgb(107,22,55); }
H1.HeaderClassName
{
color: #6B1637;
}
.AnyTagClassName
{
color: #6B1637;
}
</style>
background-color css
<style>
a { background-color: #6B1637; }
a { background-color: rgb(107,22,55); }
div.DivClassName
{
background-color: #6B1637;
}
.BgClassName
{
background-color: #6B1637;
}
</style>
border-color css
<style>
span { border-color: #6B1637; }
span { border-color: rgb(107,22,55); }
td.TdClassName
{
border-color: #6B1637;
}
.TagClassName
{
border-color: #6B1637;
}
</style>