Shades of Pompadour #61233D
Tints of Pompadour #61233D
RGB
CMYK
RGB Variations
Color information
#61233D (or 0x61233D) is known color: Pompadour. HEX triplet: 61, 23 and 3D. RGB value is (97,35,61). Sum of RGB (Red+Green+Blue) = 97+35+61=193 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.26% from 193); Green value is 35 (14.06% from 255 or 18.13% from 193); Blue value is 61 (24.22% from 255 or 31.61% from 193); Max value from RGB is 97 - color contains mainly: red. Hex color #61233D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61233D is #9EDCC2. Grayscale: #383838. Windows color (decimal): -10411203 or 4006753. OLE color: 4006753.
HSL color Cylindrical-coordinate representation of color #61233D: hue angle of 334.84º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #61233D is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 35 | 61 | - |
| CMYK | 0 | 0.64 | 0.37 | 0.62 |
| HSL | 334.84º | 0.47% | 0.26% | - |
| HSV(B) | 334.84º | 0.64% | 0.38% | - |
| XYZ | 6.37 | 4.08 | 4.87 | - |
| YUV | 56.5 | 130.54 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 35 | 61 | 0 | 0.64 | 0.37 | 0.62 | 334.84 | 0.47 | 0.26 |
| Hex | 61 | 23 | 3D | 0 | 40 | 25 | 3E | 14F | 2F | 1A |
| Octal | 141 | 43 | 75 | 0 | 100 | 45 | 76 | 517 | 57 | 32 |
| Binary | 1100001 | 100011 | 111101 | 0 | 1000000 | 100101 | 111110 | 101001111 | 101111 | 11010 |
Color Harmonies of #61233D
Complementary color
Monochromatic Colors of #61233D
Black with #61233D
Text Example
Text Example
White with #61233D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61233D; }
p { color: rgb(97,35,61); }
H1.HeaderClassName
{
color: #61233D;
}
.AnyTagClassName
{
color: #61233D;
}
</style>
background-color css
<style>
a { background-color: #61233D; }
a { background-color: rgb(97,35,61); }
div.DivClassName
{
background-color: #61233D;
}
.BgClassName
{
background-color: #61233D;
}
</style>
border-color css
<style>
span { border-color: #61233D; }
span { border-color: rgb(97,35,61); }
td.TdClassName
{
border-color: #61233D;
}
.TagClassName
{
border-color: #61233D;
}
</style>