Shades of Pompadour #6A1550
Tints of Pompadour #6A1550
RGB
CMYK
RGB Variations
Color information
#6A1550 (or 0x6A1550) is known color: Pompadour. HEX triplet: 6A, 15 and 50. RGB value is (106,21,80). Sum of RGB (Red+Green+Blue) = 106+21+80=207 (27% of max value = 765). Red value is 106 (41.80% from 255 or 51.21% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 80 (31.64% from 255 or 38.65% from 207); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1550 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A1550 is #95EAAF. Grayscale: #343434. Windows color (decimal): -9824944 or 5248362. OLE color: 5248362.
HSL color Cylindrical-coordinate representation of color #6A1550: hue angle of 318.35º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6A1550 is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 21 | 80 | - |
| CMYK | 0 | 0.80 | 0.25 | 0.58 |
| HSL | 318.35º | 0.67% | 0.25% | - |
| HSV(B) | 318.35º | 0.8% | 0.42% | - |
| XYZ | 7.66 | 4.18 | 7.99 | - |
| YUV | 53.14 | 143.16 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 21 | 80 | 0 | 0.80 | 0.25 | 0.58 | 318.35 | 0.67 | 0.25 |
| Hex | 6A | 15 | 50 | 0 | 50 | 19 | 3A | 13E | 43 | 19 |
| Octal | 152 | 25 | 120 | 0 | 120 | 31 | 72 | 476 | 103 | 31 |
| Binary | 1101010 | 10101 | 1010000 | 0 | 1010000 | 11001 | 111010 | 100111110 | 1000011 | 11001 |
Color Harmonies of #6A1550
Complementary color
Monochromatic Colors of #6A1550
Black with #6A1550
Text Example
Text Example
White with #6A1550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1550; }
p { color: rgb(106,21,80); }
H1.HeaderClassName
{
color: #6A1550;
}
.AnyTagClassName
{
color: #6A1550;
}
</style>
background-color css
<style>
a { background-color: #6A1550; }
a { background-color: rgb(106,21,80); }
div.DivClassName
{
background-color: #6A1550;
}
.BgClassName
{
background-color: #6A1550;
}
</style>
border-color css
<style>
span { border-color: #6A1550; }
span { border-color: rgb(106,21,80); }
td.TdClassName
{
border-color: #6A1550;
}
.TagClassName
{
border-color: #6A1550;
}
</style>