Shades of Pompadour #6B224A
Tints of Pompadour #6B224A
RGB
CMYK
RGB Variations
Color information
#6B224A (or 0x6B224A) is known color: Pompadour. HEX triplet: 6B, 22 and 4A. RGB value is (107,34,74). Sum of RGB (Red+Green+Blue) = 107+34+74=215 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.77% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 107 - color contains mainly: red. Hex color #6B224A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B224A is #94DDB5. Grayscale: #3C3C3C. Windows color (decimal): -9756086 or 4858475. OLE color: 4858475.
HSL color Cylindrical-coordinate representation of color #6B224A: hue angle of 327.12º 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 #6B224A is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 34 | 74 | - |
| CMYK | 0 | 0.68 | 0.31 | 0.58 |
| HSL | 327.12º | 0.52% | 0.28% | - |
| HSV(B) | 327.12º | 0.68% | 0.42% | - |
| XYZ | 7.87 | 4.76 | 6.98 | - |
| YUV | 60.39 | 135.68 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 34 | 74 | 0 | 0.68 | 0.31 | 0.58 | 327.12 | 0.52 | 0.28 |
| Hex | 6B | 22 | 4A | 0 | 44 | 1F | 3A | 147 | 34 | 1C |
| Octal | 153 | 42 | 112 | 0 | 104 | 37 | 72 | 507 | 64 | 34 |
| Binary | 1101011 | 100010 | 1001010 | 0 | 1000100 | 11111 | 111010 | 101000111 | 110100 | 11100 |
Color Harmonies of #6B224A
Complementary color
Monochromatic Colors of #6B224A
Black with #6B224A
Text Example
Text Example
White with #6B224A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B224A; }
p { color: rgb(107,34,74); }
H1.HeaderClassName
{
color: #6B224A;
}
.AnyTagClassName
{
color: #6B224A;
}
</style>
background-color css
<style>
a { background-color: #6B224A; }
a { background-color: rgb(107,34,74); }
div.DivClassName
{
background-color: #6B224A;
}
.BgClassName
{
background-color: #6B224A;
}
</style>
border-color css
<style>
span { border-color: #6B224A; }
span { border-color: rgb(107,34,74); }
td.TdClassName
{
border-color: #6B224A;
}
.TagClassName
{
border-color: #6B224A;
}
</style>