Shades of Pompadour #61193D
Tints of Pompadour #61193D
RGB
CMYK
RGB Variations
Color information
#61193D (or 0x61193D) is known color: Pompadour. HEX triplet: 61, 19 and 3D. RGB value is (97,25,61). Sum of RGB (Red+Green+Blue) = 97+25+61=183 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.01% from 183); Green value is 25 (10.16% from 255 or 13.66% from 183); Blue value is 61 (24.22% from 255 or 33.33% from 183); Max value from RGB is 97 - color contains mainly: red. Hex color #61193D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61193D is #9EE6C2. Grayscale: #323232. Windows color (decimal): -10413763 or 4004193. OLE color: 4004193.
HSL color Cylindrical-coordinate representation of color #61193D: hue angle of 330º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #61193D is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 25 | 61 | - |
| CMYK | 0 | 0.74 | 0.37 | 0.62 |
| HSL | 330º | 0.59% | 0.24% | - |
| HSV(B) | 330º | 0.74% | 0.38% | - |
| XYZ | 6.12 | 3.57 | 4.78 | - |
| YUV | 50.63 | 133.85 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 25 | 61 | 0 | 0.74 | 0.37 | 0.62 | 330 | 0.59 | 0.24 |
| Hex | 61 | 19 | 3D | 0 | 4A | 25 | 3E | 14A | 3B | 18 |
| Octal | 141 | 31 | 75 | 0 | 112 | 45 | 76 | 512 | 73 | 30 |
| Binary | 1100001 | 11001 | 111101 | 0 | 1001010 | 100101 | 111110 | 101001010 | 111011 | 11000 |
Color Harmonies of #61193D
Complementary color
Monochromatic Colors of #61193D
Black with #61193D
Text Example
Text Example
White with #61193D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61193D; }
p { color: rgb(97,25,61); }
H1.HeaderClassName
{
color: #61193D;
}
.AnyTagClassName
{
color: #61193D;
}
</style>
background-color css
<style>
a { background-color: #61193D; }
a { background-color: rgb(97,25,61); }
div.DivClassName
{
background-color: #61193D;
}
.BgClassName
{
background-color: #61193D;
}
</style>
border-color css
<style>
span { border-color: #61193D; }
span { border-color: rgb(97,25,61); }
td.TdClassName
{
border-color: #61193D;
}
.TagClassName
{
border-color: #61193D;
}
</style>