Shades of Pompadour #6A1438
Tints of Pompadour #6A1438
RGB
CMYK
RGB Variations
Color information
#6A1438 (or 0x6A1438) is known color: Pompadour. HEX triplet: 6A, 14 and 38. RGB value is (106,20,56). Sum of RGB (Red+Green+Blue) = 106+20+56=182 (24% of max value = 765). Red value is 106 (41.80% from 255 or 58.24% from 182); Green value is 20 (8.20% from 255 or 10.99% from 182); Blue value is 56 (22.27% from 255 or 30.77% from 182); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1438 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A1438 is #95EBC7. Grayscale: #313131. Windows color (decimal): -9825224 or 3675242. OLE color: 3675242.
HSL color Cylindrical-coordinate representation of color #6A1438: hue angle of 334.88º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6A1438 is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 20 | 56 | - |
| CMYK | 0 | 0.81 | 0.47 | 0.58 |
| HSL | 334.88º | 0.68% | 0.25% | - |
| HSV(B) | 334.88º | 0.81% | 0.42% | - |
| XYZ | 6.91 | 3.85 | 4.12 | - |
| YUV | 49.82 | 131.49 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 20 | 56 | 0 | 0.81 | 0.47 | 0.58 | 334.88 | 0.68 | 0.25 |
| Hex | 6A | 14 | 38 | 0 | 51 | 2F | 3A | 14F | 44 | 19 |
| Octal | 152 | 24 | 70 | 0 | 121 | 57 | 72 | 517 | 104 | 31 |
| Binary | 1101010 | 10100 | 111000 | 0 | 1010001 | 101111 | 111010 | 101001111 | 1000100 | 11001 |
Color Harmonies of #6A1438
Complementary color
Monochromatic Colors of #6A1438
Black with #6A1438
Text Example
Text Example
White with #6A1438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1438; }
p { color: rgb(106,20,56); }
H1.HeaderClassName
{
color: #6A1438;
}
.AnyTagClassName
{
color: #6A1438;
}
</style>
background-color css
<style>
a { background-color: #6A1438; }
a { background-color: rgb(106,20,56); }
div.DivClassName
{
background-color: #6A1438;
}
.BgClassName
{
background-color: #6A1438;
}
</style>
border-color css
<style>
span { border-color: #6A1438; }
span { border-color: rgb(106,20,56); }
td.TdClassName
{
border-color: #6A1438;
}
.TagClassName
{
border-color: #6A1438;
}
</style>