Shades of Pompadour #6B224D
Tints of Pompadour #6B224D
RGB
CMYK
RGB Variations
Color information
#6B224D (or 0x6B224D) is known color: Pompadour. HEX triplet: 6B, 22 and 4D. RGB value is (107,34,77). Sum of RGB (Red+Green+Blue) = 107+34+77=218 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.08% from 218); Green value is 34 (13.67% from 255 or 15.60% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 107 - color contains mainly: red. Hex color #6B224D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B224D is #94DDB2. Grayscale: #3C3C3C. Windows color (decimal): -9756083 or 5055083. OLE color: 5055083.
HSL color Cylindrical-coordinate representation of color #6B224D: hue angle of 324.66º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6B224D is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 34 | 77 | - |
| CMYK | 0 | 0.68 | 0.28 | 0.58 |
| HSL | 324.66º | 0.52% | 0.28% | - |
| HSV(B) | 324.66º | 0.68% | 0.42% | - |
| XYZ | 7.97 | 4.81 | 7.53 | - |
| YUV | 60.73 | 137.18 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 34 | 77 | 0 | 0.68 | 0.28 | 0.58 | 324.66 | 0.52 | 0.28 |
| Hex | 6B | 22 | 4D | 0 | 44 | 1C | 3A | 145 | 34 | 1C |
| Octal | 153 | 42 | 115 | 0 | 104 | 34 | 72 | 505 | 64 | 34 |
| Binary | 1101011 | 100010 | 1001101 | 0 | 1000100 | 11100 | 111010 | 101000101 | 110100 | 11100 |
Color Harmonies of #6B224D
Complementary color
Monochromatic Colors of #6B224D
Black with #6B224D
Text Example
Text Example
White with #6B224D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B224D; }
p { color: rgb(107,34,77); }
H1.HeaderClassName
{
color: #6B224D;
}
.AnyTagClassName
{
color: #6B224D;
}
</style>
background-color css
<style>
a { background-color: #6B224D; }
a { background-color: rgb(107,34,77); }
div.DivClassName
{
background-color: #6B224D;
}
.BgClassName
{
background-color: #6B224D;
}
</style>
border-color css
<style>
span { border-color: #6B224D; }
span { border-color: rgb(107,34,77); }
td.TdClassName
{
border-color: #6B224D;
}
.TagClassName
{
border-color: #6B224D;
}
</style>