Shades of Pompadour #61163A
Tints of Pompadour #61163A
RGB
CMYK
RGB Variations
Color information
#61163A (or 0x61163A) is known color: Pompadour. HEX triplet: 61, 16 and 3A. RGB value is (97,22,58). Sum of RGB (Red+Green+Blue) = 97+22+58=177 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.80% from 177); Green value is 22 (8.98% from 255 or 12.43% from 177); Blue value is 58 (23.05% from 255 or 32.77% from 177); Max value from RGB is 97 - color contains mainly: red. Hex color #61163A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61163A is #9EE9C5. Grayscale: #303030. Windows color (decimal): -10414534 or 3806817. OLE color: 3806817.
HSL color Cylindrical-coordinate representation of color #61163A: hue angle of 331.2º 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 #61163A is Cyan = 0, Magento = 0.77, Yellow = 0.40 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 22 | 58 | - |
| CMYK | 0 | 0.77 | 0.40 | 0.62 |
| HSL | 331.2º | 0.63% | 0.23% | - |
| HSV(B) | 331.2º | 0.77% | 0.38% | - |
| XYZ | 5.98 | 3.42 | 4.35 | - |
| YUV | 48.53 | 133.35 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 22 | 58 | 0 | 0.77 | 0.40 | 0.62 | 331.2 | 0.63 | 0.23 |
| Hex | 61 | 16 | 3A | 0 | 4D | 28 | 3E | 14B | 3F | 17 |
| Octal | 141 | 26 | 72 | 0 | 115 | 50 | 76 | 513 | 77 | 27 |
| Binary | 1100001 | 10110 | 111010 | 0 | 1001101 | 101000 | 111110 | 101001011 | 111111 | 10111 |
Color Harmonies of #61163A
Complementary color
Monochromatic Colors of #61163A
Black with #61163A
Text Example
Text Example
White with #61163A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61163A; }
p { color: rgb(97,22,58); }
H1.HeaderClassName
{
color: #61163A;
}
.AnyTagClassName
{
color: #61163A;
}
</style>
background-color css
<style>
a { background-color: #61163A; }
a { background-color: rgb(97,22,58); }
div.DivClassName
{
background-color: #61163A;
}
.BgClassName
{
background-color: #61163A;
}
</style>
border-color css
<style>
span { border-color: #61163A; }
span { border-color: rgb(97,22,58); }
td.TdClassName
{
border-color: #61163A;
}
.TagClassName
{
border-color: #61163A;
}
</style>