Shades of Pompadour #6A143D
Tints of Pompadour #6A143D
RGB
CMYK
RGB Variations
Color information
#6A143D (or 0x6A143D) is known color: Pompadour. HEX triplet: 6A, 14 and 3D. RGB value is (106,20,61). Sum of RGB (Red+Green+Blue) = 106+20+61=187 (24% of max value = 765). Red value is 106 (41.80% from 255 or 56.68% from 187); Green value is 20 (8.20% from 255 or 10.70% from 187); Blue value is 61 (24.22% from 255 or 32.62% from 187); Max value from RGB is 106 - color contains mainly: red. Hex color #6A143D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A143D is #95EBC2. Grayscale: #323232. Windows color (decimal): -9825219 or 4002922. OLE color: 4002922.
HSL color Cylindrical-coordinate representation of color #6A143D: hue angle of 331.4º 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 #6A143D is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 20 | 61 | - |
| CMYK | 0 | 0.81 | 0.42 | 0.58 |
| HSL | 331.4º | 0.68% | 0.25% | - |
| HSV(B) | 331.4º | 0.81% | 0.42% | - |
| XYZ | 7.04 | 3.9 | 4.8 | - |
| YUV | 50.39 | 133.99 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 20 | 61 | 0 | 0.81 | 0.42 | 0.58 | 331.4 | 0.68 | 0.25 |
| Hex | 6A | 14 | 3D | 0 | 51 | 2A | 3A | 14B | 44 | 19 |
| Octal | 152 | 24 | 75 | 0 | 121 | 52 | 72 | 513 | 104 | 31 |
| Binary | 1101010 | 10100 | 111101 | 0 | 1010001 | 101010 | 111010 | 101001011 | 1000100 | 11001 |
Color Harmonies of #6A143D
Complementary color
Monochromatic Colors of #6A143D
Black with #6A143D
Text Example
Text Example
White with #6A143D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A143D; }
p { color: rgb(106,20,61); }
H1.HeaderClassName
{
color: #6A143D;
}
.AnyTagClassName
{
color: #6A143D;
}
</style>
background-color css
<style>
a { background-color: #6A143D; }
a { background-color: rgb(106,20,61); }
div.DivClassName
{
background-color: #6A143D;
}
.BgClassName
{
background-color: #6A143D;
}
</style>
border-color css
<style>
span { border-color: #6A143D; }
span { border-color: rgb(106,20,61); }
td.TdClassName
{
border-color: #6A143D;
}
.TagClassName
{
border-color: #6A143D;
}
</style>