Shades of Pompadour #6A1F3D
Tints of Pompadour #6A1F3D
RGB
CMYK
RGB Variations
Color information
#6A1F3D (or 0x6A1F3D) is known color: Pompadour. HEX triplet: 6A, 1F and 3D. RGB value is (106,31,61). Sum of RGB (Red+Green+Blue) = 106+31+61=198 (26% of max value = 765). Red value is 106 (41.80% from 255 or 53.54% from 198); Green value is 31 (12.5% from 255 or 15.66% from 198); Blue value is 61 (24.22% from 255 or 30.81% from 198); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1F3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A1F3D is #95E0C2. Grayscale: #383838. Windows color (decimal): -9822403 or 4005738. OLE color: 4005738.
HSL color Cylindrical-coordinate representation of color #6A1F3D: hue angle of 336º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6A1F3D is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 31 | 61 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.58 |
| HSL | 336º | 0.55% | 0.27% | - |
| HSV(B) | 336º | 0.71% | 0.42% | - |
| XYZ | 7.28 | 4.38 | 4.88 | - |
| YUV | 56.85 | 130.35 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 31 | 61 | 0 | 0.71 | 0.42 | 0.58 | 336 | 0.55 | 0.27 |
| Hex | 6A | 1F | 3D | 0 | 47 | 2A | 3A | 150 | 37 | 1B |
| Octal | 152 | 37 | 75 | 0 | 107 | 52 | 72 | 520 | 67 | 33 |
| Binary | 1101010 | 11111 | 111101 | 0 | 1000111 | 101010 | 111010 | 101010000 | 110111 | 11011 |
Color Harmonies of #6A1F3D
Complementary color
Monochromatic Colors of #6A1F3D
Black with #6A1F3D
Text Example
Text Example
White with #6A1F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1F3D; }
p { color: rgb(106,31,61); }
H1.HeaderClassName
{
color: #6A1F3D;
}
.AnyTagClassName
{
color: #6A1F3D;
}
</style>
background-color css
<style>
a { background-color: #6A1F3D; }
a { background-color: rgb(106,31,61); }
div.DivClassName
{
background-color: #6A1F3D;
}
.BgClassName
{
background-color: #6A1F3D;
}
</style>
border-color css
<style>
span { border-color: #6A1F3D; }
span { border-color: rgb(106,31,61); }
td.TdClassName
{
border-color: #6A1F3D;
}
.TagClassName
{
border-color: #6A1F3D;
}
</style>