Shades of Pompadour #6B2445
Tints of Pompadour #6B2445
RGB
CMYK
RGB Variations
Color information
#6B2445 (or 0x6B2445) is known color: Pompadour. HEX triplet: 6B, 24 and 45. RGB value is (107,36,69). Sum of RGB (Red+Green+Blue) = 107+36+69=212 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50.47% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 69 (27.34% from 255 or 32.55% from 212); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2445 is #94DBBA. Grayscale: #3C3C3C. Windows color (decimal): -9755579 or 4531307. OLE color: 4531307.
HSL color Cylindrical-coordinate representation of color #6B2445: hue angle of 332.11º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6B2445 is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 36 | 69 | - |
| CMYK | 0 | 0.66 | 0.36 | 0.58 |
| HSL | 332.11º | 0.5% | 0.28% | - |
| HSV(B) | 332.11º | 0.66% | 0.42% | - |
| XYZ | 7.77 | 4.82 | 6.15 | - |
| YUV | 60.99 | 132.52 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 36 | 69 | 0 | 0.66 | 0.36 | 0.58 | 332.11 | 0.5 | 0.28 |
| Hex | 6B | 24 | 45 | 0 | 42 | 24 | 3A | 14C | 32 | 1C |
| Octal | 153 | 44 | 105 | 0 | 102 | 44 | 72 | 514 | 62 | 34 |
| Binary | 1101011 | 100100 | 1000101 | 0 | 1000010 | 100100 | 111010 | 101001100 | 110010 | 11100 |
Color Harmonies of #6B2445
Complementary color
Monochromatic Colors of #6B2445
Black with #6B2445
Text Example
Text Example
White with #6B2445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2445; }
p { color: rgb(107,36,69); }
H1.HeaderClassName
{
color: #6B2445;
}
.AnyTagClassName
{
color: #6B2445;
}
</style>
background-color css
<style>
a { background-color: #6B2445; }
a { background-color: rgb(107,36,69); }
div.DivClassName
{
background-color: #6B2445;
}
.BgClassName
{
background-color: #6B2445;
}
</style>
border-color css
<style>
span { border-color: #6B2445; }
span { border-color: rgb(107,36,69); }
td.TdClassName
{
border-color: #6B2445;
}
.TagClassName
{
border-color: #6B2445;
}
</style>