Shades of Pompadour #61173B
Tints of Pompadour #61173B
RGB
CMYK
RGB Variations
Color information
#61173B (or 0x61173B) is known color: Pompadour. HEX triplet: 61, 17 and 3B. RGB value is (97,23,59). Sum of RGB (Red+Green+Blue) = 97+23+59=179 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.19% from 179); Green value is 23 (9.38% from 255 or 12.85% from 179); Blue value is 59 (23.44% from 255 or 32.96% from 179); Max value from RGB is 97 - color contains mainly: red. Hex color #61173B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61173B is #9EE8C4. Grayscale: #313131. Windows color (decimal): -10414277 or 3872609. OLE color: 3872609.
HSL color Cylindrical-coordinate representation of color #61173B: hue angle of 330.81º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #61173B is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 23 | 59 | - |
| CMYK | 0 | 0.76 | 0.39 | 0.62 |
| HSL | 330.81º | 0.62% | 0.24% | - |
| HSV(B) | 330.81º | 0.76% | 0.38% | - |
| XYZ | 6.03 | 3.47 | 4.49 | - |
| YUV | 49.23 | 133.52 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 23 | 59 | 0 | 0.76 | 0.39 | 0.62 | 330.81 | 0.62 | 0.24 |
| Hex | 61 | 17 | 3B | 0 | 4C | 27 | 3E | 14B | 3E | 18 |
| Octal | 141 | 27 | 73 | 0 | 114 | 47 | 76 | 513 | 76 | 30 |
| Binary | 1100001 | 10111 | 111011 | 0 | 1001100 | 100111 | 111110 | 101001011 | 111110 | 11000 |
Color Harmonies of #61173B
Complementary color
Monochromatic Colors of #61173B
Black with #61173B
Text Example
Text Example
White with #61173B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61173B; }
p { color: rgb(97,23,59); }
H1.HeaderClassName
{
color: #61173B;
}
.AnyTagClassName
{
color: #61173B;
}
</style>
background-color css
<style>
a { background-color: #61173B; }
a { background-color: rgb(97,23,59); }
div.DivClassName
{
background-color: #61173B;
}
.BgClassName
{
background-color: #61173B;
}
</style>
border-color css
<style>
span { border-color: #61173B; }
span { border-color: rgb(97,23,59); }
td.TdClassName
{
border-color: #61173B;
}
.TagClassName
{
border-color: #61173B;
}
</style>