Shades of Pompadour #61244A
Tints of Pompadour #61244A
RGB
CMYK
RGB Variations
Color information
#61244A (or 0x61244A) is known color: Pompadour. HEX triplet: 61, 24 and 4A. RGB value is (97,36,74). Sum of RGB (Red+Green+Blue) = 97+36+74=207 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.86% from 207); Green value is 36 (14.45% from 255 or 17.39% from 207); Blue value is 74 (29.30% from 255 or 35.75% from 207); Max value from RGB is 97 - color contains mainly: red. Hex color #61244A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61244A is #9EDBB5. Grayscale: #3A3A3A. Windows color (decimal): -10410934 or 4858977. OLE color: 4858977.
HSL color Cylindrical-coordinate representation of color #61244A: hue angle of 322.62º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #61244A is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 36 | 74 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.62 |
| HSL | 322.62º | 0.46% | 0.26% | - |
| HSV(B) | 322.62º | 0.63% | 0.38% | - |
| XYZ | 6.8 | 4.3 | 6.95 | - |
| YUV | 58.57 | 136.71 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 36 | 74 | 0 | 0.63 | 0.24 | 0.62 | 322.62 | 0.46 | 0.26 |
| Hex | 61 | 24 | 4A | 0 | 3F | 18 | 3E | 143 | 2E | 1A |
| Octal | 141 | 44 | 112 | 0 | 77 | 30 | 76 | 503 | 56 | 32 |
| Binary | 1100001 | 100100 | 1001010 | 0 | 111111 | 11000 | 111110 | 101000011 | 101110 | 11010 |
Color Harmonies of #61244A
Complementary color
Monochromatic Colors of #61244A
Black with #61244A
Text Example
Text Example
White with #61244A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61244A; }
p { color: rgb(97,36,74); }
H1.HeaderClassName
{
color: #61244A;
}
.AnyTagClassName
{
color: #61244A;
}
</style>
background-color css
<style>
a { background-color: #61244A; }
a { background-color: rgb(97,36,74); }
div.DivClassName
{
background-color: #61244A;
}
.BgClassName
{
background-color: #61244A;
}
</style>
border-color css
<style>
span { border-color: #61244A; }
span { border-color: rgb(97,36,74); }
td.TdClassName
{
border-color: #61244A;
}
.TagClassName
{
border-color: #61244A;
}
</style>