Shades of Pompadour #61143B
Tints of Pompadour #61143B
RGB
CMYK
RGB Variations
Color information
#61143B (or 0x61143B) is known color: Pompadour. HEX triplet: 61, 14 and 3B. RGB value is (97,20,59). Sum of RGB (Red+Green+Blue) = 97+20+59=176 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.11% from 176); Green value is 20 (8.20% from 255 or 11.36% from 176); Blue value is 59 (23.44% from 255 or 33.52% from 176); Max value from RGB is 97 - color contains mainly: red. Hex color #61143B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61143B is #9EEBC4. Grayscale: #2F2F2F. Windows color (decimal): -10415045 or 3871841. OLE color: 3871841.
HSL color Cylindrical-coordinate representation of color #61143B: hue angle of 329.61º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #61143B is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 20 | 59 | - |
| CMYK | 0 | 0.79 | 0.39 | 0.62 |
| HSL | 329.61º | 0.66% | 0.23% | - |
| HSV(B) | 329.61º | 0.79% | 0.38% | - |
| XYZ | 5.97 | 3.36 | 4.47 | - |
| YUV | 47.47 | 134.51 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 20 | 59 | 0 | 0.79 | 0.39 | 0.62 | 329.61 | 0.66 | 0.23 |
| Hex | 61 | 14 | 3B | 0 | 4F | 27 | 3E | 14A | 42 | 17 |
| Octal | 141 | 24 | 73 | 0 | 117 | 47 | 76 | 512 | 102 | 27 |
| Binary | 1100001 | 10100 | 111011 | 0 | 1001111 | 100111 | 111110 | 101001010 | 1000010 | 10111 |
Color Harmonies of #61143B
Complementary color
Monochromatic Colors of #61143B
Black with #61143B
Text Example
Text Example
White with #61143B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61143B; }
p { color: rgb(97,20,59); }
H1.HeaderClassName
{
color: #61143B;
}
.AnyTagClassName
{
color: #61143B;
}
</style>
background-color css
<style>
a { background-color: #61143B; }
a { background-color: rgb(97,20,59); }
div.DivClassName
{
background-color: #61143B;
}
.BgClassName
{
background-color: #61143B;
}
</style>
border-color css
<style>
span { border-color: #61143B; }
span { border-color: rgb(97,20,59); }
td.TdClassName
{
border-color: #61143B;
}
.TagClassName
{
border-color: #61143B;
}
</style>