Shades of Pompadour #6B2450
Tints of Pompadour #6B2450
RGB
CMYK
RGB Variations
Color information
#6B2450 (or 0x6B2450) is known color: Pompadour. HEX triplet: 6B, 24 and 50. RGB value is (107,36,80). Sum of RGB (Red+Green+Blue) = 107+36+80=223 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.98% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 80 (31.64% from 255 or 35.87% from 223); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2450 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B2450 is #94DBAF. Grayscale: #3E3E3E. Windows color (decimal): -9755568 or 5252203. OLE color: 5252203.
HSL color Cylindrical-coordinate representation of color #6B2450: hue angle of 322.82º 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 #6B2450 is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 36 | 80 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.58 |
| HSL | 322.82º | 0.5% | 0.28% | - |
| HSV(B) | 322.82º | 0.66% | 0.42% | - |
| XYZ | 8.14 | 4.97 | 8.12 | - |
| YUV | 62.25 | 138.02 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 36 | 80 | 0 | 0.66 | 0.25 | 0.58 | 322.82 | 0.5 | 0.28 |
| Hex | 6B | 24 | 50 | 0 | 42 | 19 | 3A | 143 | 32 | 1C |
| Octal | 153 | 44 | 120 | 0 | 102 | 31 | 72 | 503 | 62 | 34 |
| Binary | 1101011 | 100100 | 1010000 | 0 | 1000010 | 11001 | 111010 | 101000011 | 110010 | 11100 |
Color Harmonies of #6B2450
Complementary color
Monochromatic Colors of #6B2450
Black with #6B2450
Text Example
Text Example
White with #6B2450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2450; }
p { color: rgb(107,36,80); }
H1.HeaderClassName
{
color: #6B2450;
}
.AnyTagClassName
{
color: #6B2450;
}
</style>
background-color css
<style>
a { background-color: #6B2450; }
a { background-color: rgb(107,36,80); }
div.DivClassName
{
background-color: #6B2450;
}
.BgClassName
{
background-color: #6B2450;
}
</style>
border-color css
<style>
span { border-color: #6B2450; }
span { border-color: rgb(107,36,80); }
td.TdClassName
{
border-color: #6B2450;
}
.TagClassName
{
border-color: #6B2450;
}
</style>