Shades of Pompadour #61214B
Tints of Pompadour #61214B
RGB
CMYK
RGB Variations
Color information
#61214B (or 0x61214B) is known color: Pompadour. HEX triplet: 61, 21 and 4B. RGB value is (97,33,75). Sum of RGB (Red+Green+Blue) = 97+33+75=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 97 - color contains mainly: red. Hex color #61214B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61214B is #9EDEB4. Grayscale: #383838. Windows color (decimal): -10411701 or 4923745. OLE color: 4923745.
HSL color Cylindrical-coordinate representation of color #61214B: hue angle of 320.62º 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 #61214B is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 33 | 75 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.62 |
| HSL | 320.63º | 0.49% | 0.25% | - |
| HSV(B) | 320.63º | 0.66% | 0.38% | - |
| XYZ | 6.74 | 4.14 | 7.1 | - |
| YUV | 56.92 | 138.2 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 33 | 75 | 0 | 0.66 | 0.23 | 0.62 | 320.63 | 0.49 | 0.25 |
| Hex | 61 | 21 | 4B | 0 | 42 | 17 | 3E | 141 | 31 | 19 |
| Octal | 141 | 41 | 113 | 0 | 102 | 27 | 76 | 501 | 61 | 31 |
| Binary | 1100001 | 100001 | 1001011 | 0 | 1000010 | 10111 | 111110 | 101000001 | 110001 | 11001 |
Color Harmonies of #61214B
Complementary color
Monochromatic Colors of #61214B
Black with #61214B
Text Example
Text Example
White with #61214B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61214B; }
p { color: rgb(97,33,75); }
H1.HeaderClassName
{
color: #61214B;
}
.AnyTagClassName
{
color: #61214B;
}
</style>
background-color css
<style>
a { background-color: #61214B; }
a { background-color: rgb(97,33,75); }
div.DivClassName
{
background-color: #61214B;
}
.BgClassName
{
background-color: #61214B;
}
</style>
border-color css
<style>
span { border-color: #61214B; }
span { border-color: rgb(97,33,75); }
td.TdClassName
{
border-color: #61214B;
}
.TagClassName
{
border-color: #61214B;
}
</style>