Shades of Pompadour #6B284A
Tints of Pompadour #6B284A
RGB
CMYK
RGB Variations
Color information
#6B284A (or 0x6B284A) is known color: Pompadour. HEX triplet: 6B, 28 and 4A. RGB value is (107,40,74). Sum of RGB (Red+Green+Blue) = 107+40+74=221 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.42% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 74 (29.30% from 255 or 33.48% from 221); Max value from RGB is 107 - color contains mainly: red. Hex color #6B284A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B284A is #94D7B5. Grayscale: #3F3F3F. Windows color (decimal): -9754550 or 4860011. OLE color: 4860011.
HSL color Cylindrical-coordinate representation of color #6B284A: hue angle of 329.55º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6B284A is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 40 | 74 | - |
| CMYK | 0 | 0.63 | 0.31 | 0.58 |
| HSL | 329.55º | 0.46% | 0.29% | - |
| HSV(B) | 329.55º | 0.63% | 0.42% | - |
| XYZ | 8.06 | 5.14 | 7.05 | - |
| YUV | 63.91 | 133.7 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 40 | 74 | 0 | 0.63 | 0.31 | 0.58 | 329.55 | 0.46 | 0.29 |
| Hex | 6B | 28 | 4A | 0 | 3F | 1F | 3A | 14A | 2E | 1D |
| Octal | 153 | 50 | 112 | 0 | 77 | 37 | 72 | 512 | 56 | 35 |
| Binary | 1101011 | 101000 | 1001010 | 0 | 111111 | 11111 | 111010 | 101001010 | 101110 | 11101 |
Color Harmonies of #6B284A
Complementary color
Monochromatic Colors of #6B284A
Black with #6B284A
Text Example
Text Example
White with #6B284A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B284A; }
p { color: rgb(107,40,74); }
H1.HeaderClassName
{
color: #6B284A;
}
.AnyTagClassName
{
color: #6B284A;
}
</style>
background-color css
<style>
a { background-color: #6B284A; }
a { background-color: rgb(107,40,74); }
div.DivClassName
{
background-color: #6B284A;
}
.BgClassName
{
background-color: #6B284A;
}
</style>
border-color css
<style>
span { border-color: #6B284A; }
span { border-color: rgb(107,40,74); }
td.TdClassName
{
border-color: #6B284A;
}
.TagClassName
{
border-color: #6B284A;
}
</style>