Shades of Pompadour #6B2449
Tints of Pompadour #6B2449
RGB
CMYK
RGB Variations
Color information
#6B2449 (or 0x6B2449) is known color: Pompadour. HEX triplet: 6B, 24 and 49. RGB value is (107,36,73). Sum of RGB (Red+Green+Blue) = 107+36+73=216 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.54% from 216); Green value is 36 (14.45% from 255 or 16.67% from 216); Blue value is 73 (28.91% from 255 or 33.80% from 216); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2449 is #94DBB6. Grayscale: #3D3D3D. Windows color (decimal): -9755575 or 4793451. OLE color: 4793451.
HSL color Cylindrical-coordinate representation of color #6B2449: hue angle of 328.73º 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 #6B2449 is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 36 | 73 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.58 |
| HSL | 328.73º | 0.5% | 0.28% | - |
| HSV(B) | 328.73º | 0.66% | 0.42% | - |
| XYZ | 7.9 | 4.87 | 6.83 | - |
| YUV | 61.45 | 134.52 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 36 | 73 | 0 | 0.66 | 0.32 | 0.58 | 328.73 | 0.5 | 0.28 |
| Hex | 6B | 24 | 49 | 0 | 42 | 20 | 3A | 149 | 32 | 1C |
| Octal | 153 | 44 | 111 | 0 | 102 | 40 | 72 | 511 | 62 | 34 |
| Binary | 1101011 | 100100 | 1001001 | 0 | 1000010 | 100000 | 111010 | 101001001 | 110010 | 11100 |
Color Harmonies of #6B2449
Complementary color
Monochromatic Colors of #6B2449
Black with #6B2449
Text Example
Text Example
White with #6B2449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2449; }
p { color: rgb(107,36,73); }
H1.HeaderClassName
{
color: #6B2449;
}
.AnyTagClassName
{
color: #6B2449;
}
</style>
background-color css
<style>
a { background-color: #6B2449; }
a { background-color: rgb(107,36,73); }
div.DivClassName
{
background-color: #6B2449;
}
.BgClassName
{
background-color: #6B2449;
}
</style>
border-color css
<style>
span { border-color: #6B2449; }
span { border-color: rgb(107,36,73); }
td.TdClassName
{
border-color: #6B2449;
}
.TagClassName
{
border-color: #6B2449;
}
</style>