Shades of Pompadour #6A244B
Tints of Pompadour #6A244B
RGB
CMYK
RGB Variations
Color information
#6A244B (or 0x6A244B) is known color: Pompadour. HEX triplet: 6A, 24 and 4B. RGB value is (106,36,75). Sum of RGB (Red+Green+Blue) = 106+36+75=217 (28% of max value = 765). Red value is 106 (41.80% from 255 or 48.85% from 217); Green value is 36 (14.45% from 255 or 16.59% from 217); Blue value is 75 (29.69% from 255 or 34.56% from 217); Max value from RGB is 106 - color contains mainly: red. Hex color #6A244B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A244B is #95DBB4. Grayscale: #3D3D3D. Windows color (decimal): -9821109 or 4924522. OLE color: 4924522.
HSL color Cylindrical-coordinate representation of color #6A244B: hue angle of 326.57º degrees, saturation: 0.49, 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 #6A244B is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 36 | 75 | - |
| CMYK | 0 | 0.66 | 0.29 | 0.58 |
| HSL | 326.57º | 0.49% | 0.28% | - |
| HSV(B) | 326.57º | 0.66% | 0.42% | - |
| XYZ | 7.84 | 4.83 | 7.18 | - |
| YUV | 61.38 | 135.69 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 36 | 75 | 0 | 0.66 | 0.29 | 0.58 | 326.57 | 0.49 | 0.28 |
| Hex | 6A | 24 | 4B | 0 | 42 | 1D | 3A | 147 | 31 | 1C |
| Octal | 152 | 44 | 113 | 0 | 102 | 35 | 72 | 507 | 61 | 34 |
| Binary | 1101010 | 100100 | 1001011 | 0 | 1000010 | 11101 | 111010 | 101000111 | 110001 | 11100 |
Color Harmonies of #6A244B
Complementary color
Monochromatic Colors of #6A244B
Black with #6A244B
Text Example
Text Example
White with #6A244B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A244B; }
p { color: rgb(106,36,75); }
H1.HeaderClassName
{
color: #6A244B;
}
.AnyTagClassName
{
color: #6A244B;
}
</style>
background-color css
<style>
a { background-color: #6A244B; }
a { background-color: rgb(106,36,75); }
div.DivClassName
{
background-color: #6A244B;
}
.BgClassName
{
background-color: #6A244B;
}
</style>
border-color css
<style>
span { border-color: #6A244B; }
span { border-color: rgb(106,36,75); }
td.TdClassName
{
border-color: #6A244B;
}
.TagClassName
{
border-color: #6A244B;
}
</style>