Shades of Pompadour #6B2541
Tints of Pompadour #6B2541
RGB
CMYK
RGB Variations
Color information
#6B2541 (or 0x6B2541) is known color: Pompadour. HEX triplet: 6B, 25 and 41. RGB value is (107,37,65). Sum of RGB (Red+Green+Blue) = 107+37+65=209 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.20% from 209); Green value is 37 (14.84% from 255 or 17.70% from 209); Blue value is 65 (25.78% from 255 or 31.10% from 209); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2541 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2541 is #94DABE. Grayscale: #3D3D3D. Windows color (decimal): -9755327 or 4269419. OLE color: 4269419.
HSL color Cylindrical-coordinate representation of color #6B2541: hue angle of 336º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6B2541 is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 37 | 65 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.58 |
| HSL | 336º | 0.49% | 0.28% | - |
| HSV(B) | 336º | 0.65% | 0.42% | - |
| XYZ | 7.68 | 4.83 | 5.53 | - |
| YUV | 61.12 | 130.19 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 37 | 65 | 0 | 0.65 | 0.39 | 0.58 | 336 | 0.49 | 0.28 |
| Hex | 6B | 25 | 41 | 0 | 41 | 27 | 3A | 150 | 31 | 1C |
| Octal | 153 | 45 | 101 | 0 | 101 | 47 | 72 | 520 | 61 | 34 |
| Binary | 1101011 | 100101 | 1000001 | 0 | 1000001 | 100111 | 111010 | 101010000 | 110001 | 11100 |
Color Harmonies of #6B2541
Complementary color
Monochromatic Colors of #6B2541
Black with #6B2541
Text Example
Text Example
White with #6B2541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2541; }
p { color: rgb(107,37,65); }
H1.HeaderClassName
{
color: #6B2541;
}
.AnyTagClassName
{
color: #6B2541;
}
</style>
background-color css
<style>
a { background-color: #6B2541; }
a { background-color: rgb(107,37,65); }
div.DivClassName
{
background-color: #6B2541;
}
.BgClassName
{
background-color: #6B2541;
}
</style>
border-color css
<style>
span { border-color: #6B2541; }
span { border-color: rgb(107,37,65); }
td.TdClassName
{
border-color: #6B2541;
}
.TagClassName
{
border-color: #6B2541;
}
</style>