Shades of Pompadour #612240
Tints of Pompadour #612240
RGB
CMYK
RGB Variations
Color information
#612240 (or 0x612240) is known color: Pompadour. HEX triplet: 61, 22 and 40. RGB value is (97,34,64). Sum of RGB (Red+Green+Blue) = 97+34+64=195 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.74% from 195); Green value is 34 (13.67% from 255 or 17.44% from 195); Blue value is 64 (25.39% from 255 or 32.82% from 195); Max value from RGB is 97 - color contains mainly: red. Hex color #612240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612240 is #9EDDBF. Grayscale: #383838. Windows color (decimal): -10411456 or 4203105. OLE color: 4203105.
HSL color Cylindrical-coordinate representation of color #612240: hue angle of 331.43º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #612240 is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 34 | 64 | - |
| CMYK | 0 | 0.65 | 0.34 | 0.62 |
| HSL | 331.43º | 0.48% | 0.26% | - |
| HSV(B) | 331.43º | 0.65% | 0.38% | - |
| XYZ | 6.43 | 4.06 | 5.29 | - |
| YUV | 56.26 | 132.37 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 34 | 64 | 0 | 0.65 | 0.34 | 0.62 | 331.43 | 0.48 | 0.26 |
| Hex | 61 | 22 | 40 | 0 | 41 | 22 | 3E | 14B | 30 | 1A |
| Octal | 141 | 42 | 100 | 0 | 101 | 42 | 76 | 513 | 60 | 32 |
| Binary | 1100001 | 100010 | 1000000 | 0 | 1000001 | 100010 | 111110 | 101001011 | 110000 | 11010 |
Color Harmonies of #612240
Complementary color
Monochromatic Colors of #612240
Black with #612240
Text Example
Text Example
White with #612240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612240; }
p { color: rgb(97,34,64); }
H1.HeaderClassName
{
color: #612240;
}
.AnyTagClassName
{
color: #612240;
}
</style>
background-color css
<style>
a { background-color: #612240; }
a { background-color: rgb(97,34,64); }
div.DivClassName
{
background-color: #612240;
}
.BgClassName
{
background-color: #612240;
}
</style>
border-color css
<style>
span { border-color: #612240; }
span { border-color: rgb(97,34,64); }
td.TdClassName
{
border-color: #612240;
}
.TagClassName
{
border-color: #612240;
}
</style>