Shades of Pompadour #61203C
Tints of Pompadour #61203C
RGB
CMYK
RGB Variations
Color information
#61203C (or 0x61203C) is known color: Pompadour. HEX triplet: 61, 20 and 3C. RGB value is (97,32,60). Sum of RGB (Red+Green+Blue) = 97+32+60=189 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.32% from 189); Green value is 32 (12.89% from 255 or 16.93% from 189); Blue value is 60 (23.83% from 255 or 31.75% from 189); Max value from RGB is 97 - color contains mainly: red. Hex color #61203C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61203C is #9EDFC3. Grayscale: #363636. Windows color (decimal): -10411972 or 3940449. OLE color: 3940449.
HSL color Cylindrical-coordinate representation of color #61203C: hue angle of 334.15º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #61203C is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 32 | 60 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.62 |
| HSL | 334.15º | 0.5% | 0.25% | - |
| HSV(B) | 334.15º | 0.67% | 0.38% | - |
| XYZ | 6.26 | 3.9 | 4.7 | - |
| YUV | 54.63 | 131.03 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 32 | 60 | 0 | 0.67 | 0.38 | 0.62 | 334.15 | 0.5 | 0.25 |
| Hex | 61 | 20 | 3C | 0 | 43 | 26 | 3E | 14E | 32 | 19 |
| Octal | 141 | 40 | 74 | 0 | 103 | 46 | 76 | 516 | 62 | 31 |
| Binary | 1100001 | 100000 | 111100 | 0 | 1000011 | 100110 | 111110 | 101001110 | 110010 | 11001 |
Color Harmonies of #61203C
Complementary color
Monochromatic Colors of #61203C
Black with #61203C
Text Example
Text Example
White with #61203C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61203C; }
p { color: rgb(97,32,60); }
H1.HeaderClassName
{
color: #61203C;
}
.AnyTagClassName
{
color: #61203C;
}
</style>
background-color css
<style>
a { background-color: #61203C; }
a { background-color: rgb(97,32,60); }
div.DivClassName
{
background-color: #61203C;
}
.BgClassName
{
background-color: #61203C;
}
</style>
border-color css
<style>
span { border-color: #61203C; }
span { border-color: rgb(97,32,60); }
td.TdClassName
{
border-color: #61203C;
}
.TagClassName
{
border-color: #61203C;
}
</style>