Shades of Pompadour #61254B
Tints of Pompadour #61254B
RGB
CMYK
RGB Variations
Color information
#61254B (or 0x61254B) is known color: Pompadour. HEX triplet: 61, 25 and 4B. RGB value is (97,37,75). Sum of RGB (Red+Green+Blue) = 97+37+75=209 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.41% from 209); Green value is 37 (14.84% from 255 or 17.70% from 209); Blue value is 75 (29.69% from 255 or 35.89% from 209); Max value from RGB is 97 - color contains mainly: red. Hex color #61254B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61254B is #9EDAB4. Grayscale: #3B3B3B. Windows color (decimal): -10410677 or 4924769. OLE color: 4924769.
HSL color Cylindrical-coordinate representation of color #61254B: hue angle of 322º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61254B is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 37 | 75 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.62 |
| HSL | 322º | 0.45% | 0.26% | - |
| HSV(B) | 322º | 0.62% | 0.38% | - |
| XYZ | 6.86 | 4.37 | 7.14 | - |
| YUV | 59.27 | 136.88 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 37 | 75 | 0 | 0.62 | 0.23 | 0.62 | 322 | 0.45 | 0.26 |
| Hex | 61 | 25 | 4B | 0 | 3E | 17 | 3E | 142 | 2D | 1A |
| Octal | 141 | 45 | 113 | 0 | 76 | 27 | 76 | 502 | 55 | 32 |
| Binary | 1100001 | 100101 | 1001011 | 0 | 111110 | 10111 | 111110 | 101000010 | 101101 | 11010 |
Color Harmonies of #61254B
Complementary color
Monochromatic Colors of #61254B
Black with #61254B
Text Example
Text Example
White with #61254B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61254B; }
p { color: rgb(97,37,75); }
H1.HeaderClassName
{
color: #61254B;
}
.AnyTagClassName
{
color: #61254B;
}
</style>
background-color css
<style>
a { background-color: #61254B; }
a { background-color: rgb(97,37,75); }
div.DivClassName
{
background-color: #61254B;
}
.BgClassName
{
background-color: #61254B;
}
</style>
border-color css
<style>
span { border-color: #61254B; }
span { border-color: rgb(97,37,75); }
td.TdClassName
{
border-color: #61254B;
}
.TagClassName
{
border-color: #61254B;
}
</style>