Shades of Pompadour #61304B
Tints of Pompadour #61304B
RGB
CMYK
RGB Variations
Color information
#61304B (or 0x61304B) is known color: Pompadour. HEX triplet: 61, 30 and 4B. RGB value is (97,48,75). Sum of RGB (Red+Green+Blue) = 97+48+75=220 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.09% from 220); Green value is 48 (19.14% from 255 or 21.82% from 220); Blue value is 75 (29.69% from 255 or 34.09% from 220); Max value from RGB is 97 - color contains mainly: red. Hex color #61304B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61304B is #9ECFB4. Grayscale: #414141. Windows color (decimal): -10407861 or 4927585. OLE color: 4927585.
HSL color Cylindrical-coordinate representation of color #61304B: hue angle of 326.94º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61304B is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 48 | 75 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.62 |
| HSL | 326.94º | 0.34% | 0.28% | - |
| HSV(B) | 326.94º | 0.51% | 0.38% | - |
| XYZ | 7.26 | 5.16 | 7.27 | - |
| YUV | 65.73 | 133.23 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 48 | 75 | 0 | 0.51 | 0.23 | 0.62 | 326.94 | 0.34 | 0.28 |
| Hex | 61 | 30 | 4B | 0 | 33 | 17 | 3E | 147 | 22 | 1C |
| Octal | 141 | 60 | 113 | 0 | 63 | 27 | 76 | 507 | 42 | 34 |
| Binary | 1100001 | 110000 | 1001011 | 0 | 110011 | 10111 | 111110 | 101000111 | 100010 | 11100 |
Color Harmonies of #61304B
Complementary color
Monochromatic Colors of #61304B
Black with #61304B
Text Example
Text Example
White with #61304B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61304B; }
p { color: rgb(97,48,75); }
H1.HeaderClassName
{
color: #61304B;
}
.AnyTagClassName
{
color: #61304B;
}
</style>
background-color css
<style>
a { background-color: #61304B; }
a { background-color: rgb(97,48,75); }
div.DivClassName
{
background-color: #61304B;
}
.BgClassName
{
background-color: #61304B;
}
</style>
border-color css
<style>
span { border-color: #61304B; }
span { border-color: rgb(97,48,75); }
td.TdClassName
{
border-color: #61304B;
}
.TagClassName
{
border-color: #61304B;
}
</style>