Shades of Pompadour #6A2353
Tints of Pompadour #6A2353
RGB
CMYK
RGB Variations
Color information
#6A2353 (or 0x6A2353) is known color: Pompadour. HEX triplet: 6A, 23 and 53. RGB value is (106,35,83). Sum of RGB (Red+Green+Blue) = 106+35+83=224 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.32% from 224); Green value is 35 (14.06% from 255 or 15.62% from 224); Blue value is 83 (32.81% from 255 or 37.05% from 224); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2353 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A2353 is #95DCAC. Grayscale: #3D3D3D. Windows color (decimal): -9821357 or 5448554. OLE color: 5448554.
HSL color Cylindrical-coordinate representation of color #6A2353: hue angle of 319.44º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6A2353 is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 35 | 83 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.58 |
| HSL | 319.44º | 0.5% | 0.28% | - |
| HSV(B) | 319.44º | 0.67% | 0.42% | - |
| XYZ | 8.11 | 4.89 | 8.7 | - |
| YUV | 61.7 | 140.02 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 35 | 83 | 0 | 0.67 | 0.22 | 0.58 | 319.44 | 0.5 | 0.28 |
| Hex | 6A | 23 | 53 | 0 | 43 | 16 | 3A | 13F | 32 | 1C |
| Octal | 152 | 43 | 123 | 0 | 103 | 26 | 72 | 477 | 62 | 34 |
| Binary | 1101010 | 100011 | 1010011 | 0 | 1000011 | 10110 | 111010 | 100111111 | 110010 | 11100 |
Color Harmonies of #6A2353
Complementary color
Monochromatic Colors of #6A2353
Black with #6A2353
Text Example
Text Example
White with #6A2353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2353; }
p { color: rgb(106,35,83); }
H1.HeaderClassName
{
color: #6A2353;
}
.AnyTagClassName
{
color: #6A2353;
}
</style>
background-color css
<style>
a { background-color: #6A2353; }
a { background-color: rgb(106,35,83); }
div.DivClassName
{
background-color: #6A2353;
}
.BgClassName
{
background-color: #6A2353;
}
</style>
border-color css
<style>
span { border-color: #6A2353; }
span { border-color: rgb(106,35,83); }
td.TdClassName
{
border-color: #6A2353;
}
.TagClassName
{
border-color: #6A2353;
}
</style>