Shades of Pompadour #61163F
Tints of Pompadour #61163F
RGB
CMYK
RGB Variations
Color information
#61163F (or 0x61163F) is known color: Pompadour. HEX triplet: 61, 16 and 3F. RGB value is (97,22,63). Sum of RGB (Red+Green+Blue) = 97+22+63=182 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.30% from 182); Green value is 22 (8.98% from 255 or 12.09% from 182); Blue value is 63 (25% from 255 or 34.62% from 182); Max value from RGB is 97 - color contains mainly: red. Hex color #61163F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61163F is #9EE9C0. Grayscale: #313131. Windows color (decimal): -10414529 or 4134497. OLE color: 4134497.
HSL color Cylindrical-coordinate representation of color #61163F: hue angle of 327.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 #61163F is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 22 | 63 | - |
| CMYK | 0 | 0.77 | 0.35 | 0.62 |
| HSL | 327.2º | 0.63% | 0.23% | - |
| HSV(B) | 327.2º | 0.77% | 0.38% | - |
| XYZ | 6.11 | 3.47 | 5.05 | - |
| YUV | 49.1 | 135.85 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 22 | 63 | 0 | 0.77 | 0.35 | 0.62 | 327.2 | 0.63 | 0.23 |
| Hex | 61 | 16 | 3F | 0 | 4D | 23 | 3E | 147 | 3F | 17 |
| Octal | 141 | 26 | 77 | 0 | 115 | 43 | 76 | 507 | 77 | 27 |
| Binary | 1100001 | 10110 | 111111 | 0 | 1001101 | 100011 | 111110 | 101000111 | 111111 | 10111 |
Color Harmonies of #61163F
Complementary color
Monochromatic Colors of #61163F
Black with #61163F
Text Example
Text Example
White with #61163F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61163F; }
p { color: rgb(97,22,63); }
H1.HeaderClassName
{
color: #61163F;
}
.AnyTagClassName
{
color: #61163F;
}
</style>
background-color css
<style>
a { background-color: #61163F; }
a { background-color: rgb(97,22,63); }
div.DivClassName
{
background-color: #61163F;
}
.BgClassName
{
background-color: #61163F;
}
</style>
border-color css
<style>
span { border-color: #61163F; }
span { border-color: rgb(97,22,63); }
td.TdClassName
{
border-color: #61163F;
}
.TagClassName
{
border-color: #61163F;
}
</style>