Shades of Pompadour #6B244D
Tints of Pompadour #6B244D
RGB
CMYK
RGB Variations
Color information
#6B244D (or 0x6B244D) is known color: Pompadour. HEX triplet: 6B, 24 and 4D. RGB value is (107,36,77). Sum of RGB (Red+Green+Blue) = 107+36+77=220 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.64% from 220); Green value is 36 (14.45% from 255 or 16.36% from 220); Blue value is 77 (30.47% from 255 or 35% from 220); Max value from RGB is 107 - color contains mainly: red. Hex color #6B244D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B244D is #94DBB2. Grayscale: #3D3D3D. Windows color (decimal): -9755571 or 5055595. OLE color: 5055595.
HSL color Cylindrical-coordinate representation of color #6B244D: hue angle of 325.35º 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 #6B244D is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 36 | 77 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.58 |
| HSL | 325.35º | 0.5% | 0.28% | - |
| HSV(B) | 325.35º | 0.66% | 0.42% | - |
| XYZ | 8.03 | 4.92 | 7.55 | - |
| YUV | 61.9 | 136.52 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 36 | 77 | 0 | 0.66 | 0.28 | 0.58 | 325.35 | 0.5 | 0.28 |
| Hex | 6B | 24 | 4D | 0 | 42 | 1C | 3A | 145 | 32 | 1C |
| Octal | 153 | 44 | 115 | 0 | 102 | 34 | 72 | 505 | 62 | 34 |
| Binary | 1101011 | 100100 | 1001101 | 0 | 1000010 | 11100 | 111010 | 101000101 | 110010 | 11100 |
Color Harmonies of #6B244D
Complementary color
Monochromatic Colors of #6B244D
Black with #6B244D
Text Example
Text Example
White with #6B244D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B244D; }
p { color: rgb(107,36,77); }
H1.HeaderClassName
{
color: #6B244D;
}
.AnyTagClassName
{
color: #6B244D;
}
</style>
background-color css
<style>
a { background-color: #6B244D; }
a { background-color: rgb(107,36,77); }
div.DivClassName
{
background-color: #6B244D;
}
.BgClassName
{
background-color: #6B244D;
}
</style>
border-color css
<style>
span { border-color: #6B244D; }
span { border-color: rgb(107,36,77); }
td.TdClassName
{
border-color: #6B244D;
}
.TagClassName
{
border-color: #6B244D;
}
</style>