Shades of Pompadour #61163D
Tints of Pompadour #61163D
RGB
CMYK
RGB Variations
Color information
#61163D (or 0x61163D) is known color: Pompadour. HEX triplet: 61, 16 and 3D. RGB value is (97,22,61). Sum of RGB (Red+Green+Blue) = 97+22+61=180 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.89% from 180); Green value is 22 (8.98% from 255 or 12.22% from 180); Blue value is 61 (24.22% from 255 or 33.89% from 180); Max value from RGB is 97 - color contains mainly: red. Hex color #61163D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61163D is #9EE9C2. Grayscale: #303030. Windows color (decimal): -10414531 or 4003425. OLE color: 4003425.
HSL color Cylindrical-coordinate representation of color #61163D: hue angle of 328.8º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #61163D is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 22 | 61 | - |
| CMYK | 0 | 0.77 | 0.37 | 0.62 |
| HSL | 328.8º | 0.63% | 0.23% | - |
| HSV(B) | 328.8º | 0.77% | 0.38% | - |
| XYZ | 6.06 | 3.45 | 4.76 | - |
| YUV | 48.87 | 134.85 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 22 | 61 | 0 | 0.77 | 0.37 | 0.62 | 328.8 | 0.63 | 0.23 |
| Hex | 61 | 16 | 3D | 0 | 4D | 25 | 3E | 149 | 3F | 17 |
| Octal | 141 | 26 | 75 | 0 | 115 | 45 | 76 | 511 | 77 | 27 |
| Binary | 1100001 | 10110 | 111101 | 0 | 1001101 | 100101 | 111110 | 101001001 | 111111 | 10111 |
Color Harmonies of #61163D
Complementary color
Monochromatic Colors of #61163D
Black with #61163D
Text Example
Text Example
White with #61163D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61163D; }
p { color: rgb(97,22,61); }
H1.HeaderClassName
{
color: #61163D;
}
.AnyTagClassName
{
color: #61163D;
}
</style>
background-color css
<style>
a { background-color: #61163D; }
a { background-color: rgb(97,22,61); }
div.DivClassName
{
background-color: #61163D;
}
.BgClassName
{
background-color: #61163D;
}
</style>
border-color css
<style>
span { border-color: #61163D; }
span { border-color: rgb(97,22,61); }
td.TdClassName
{
border-color: #61163D;
}
.TagClassName
{
border-color: #61163D;
}
</style>