Shades of Pompadour #61214A
Tints of Pompadour #61214A
RGB
CMYK
RGB Variations
Color information
#61214A (or 0x61214A) is known color: Pompadour. HEX triplet: 61, 21 and 4A. RGB value is (97,33,74). Sum of RGB (Red+Green+Blue) = 97+33+74=204 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.55% from 204); Green value is 33 (13.28% from 255 or 16.18% from 204); Blue value is 74 (29.30% from 255 or 36.27% from 204); Max value from RGB is 97 - color contains mainly: red. Hex color #61214A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61214A is #9EDEB5. Grayscale: #383838. Windows color (decimal): -10411702 or 4858209. OLE color: 4858209.
HSL color Cylindrical-coordinate representation of color #61214A: hue angle of 321.56º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #61214A is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 33 | 74 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.62 |
| HSL | 321.56º | 0.49% | 0.25% | - |
| HSV(B) | 321.56º | 0.66% | 0.38% | - |
| XYZ | 6.71 | 4.12 | 6.92 | - |
| YUV | 56.81 | 137.7 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 33 | 74 | 0 | 0.66 | 0.24 | 0.62 | 321.56 | 0.49 | 0.25 |
| Hex | 61 | 21 | 4A | 0 | 42 | 18 | 3E | 142 | 31 | 19 |
| Octal | 141 | 41 | 112 | 0 | 102 | 30 | 76 | 502 | 61 | 31 |
| Binary | 1100001 | 100001 | 1001010 | 0 | 1000010 | 11000 | 111110 | 101000010 | 110001 | 11001 |
Color Harmonies of #61214A
Complementary color
Monochromatic Colors of #61214A
Black with #61214A
Text Example
Text Example
White with #61214A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61214A; }
p { color: rgb(97,33,74); }
H1.HeaderClassName
{
color: #61214A;
}
.AnyTagClassName
{
color: #61214A;
}
</style>
background-color css
<style>
a { background-color: #61214A; }
a { background-color: rgb(97,33,74); }
div.DivClassName
{
background-color: #61214A;
}
.BgClassName
{
background-color: #61214A;
}
</style>
border-color css
<style>
span { border-color: #61214A; }
span { border-color: rgb(97,33,74); }
td.TdClassName
{
border-color: #61214A;
}
.TagClassName
{
border-color: #61214A;
}
</style>