Shades of Pompadour #61183C
Tints of Pompadour #61183C
RGB
CMYK
RGB Variations
Color information
#61183C (or 0x61183C) is known color: Pompadour. HEX triplet: 61, 18 and 3C. RGB value is (97,24,60). Sum of RGB (Red+Green+Blue) = 97+24+60=181 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.59% from 181); Green value is 24 (9.77% from 255 or 13.26% from 181); Blue value is 60 (23.83% from 255 or 33.15% from 181); Max value from RGB is 97 - color contains mainly: red. Hex color #61183C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61183C is #9EE7C3. Grayscale: #313131. Windows color (decimal): -10414020 or 3938401. OLE color: 3938401.
HSL color Cylindrical-coordinate representation of color #61183C: hue angle of 330.41º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #61183C is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 24 | 60 | - |
| CMYK | 0 | 0.75 | 0.38 | 0.62 |
| HSL | 330.41º | 0.6% | 0.24% | - |
| HSV(B) | 330.41º | 0.75% | 0.38% | - |
| XYZ | 6.07 | 3.52 | 4.63 | - |
| YUV | 49.93 | 133.68 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 24 | 60 | 0 | 0.75 | 0.38 | 0.62 | 330.41 | 0.6 | 0.24 |
| Hex | 61 | 18 | 3C | 0 | 4B | 26 | 3E | 14A | 3C | 18 |
| Octal | 141 | 30 | 74 | 0 | 113 | 46 | 76 | 512 | 74 | 30 |
| Binary | 1100001 | 11000 | 111100 | 0 | 1001011 | 100110 | 111110 | 101001010 | 111100 | 11000 |
Color Harmonies of #61183C
Complementary color
Monochromatic Colors of #61183C
Black with #61183C
Text Example
Text Example
White with #61183C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61183C; }
p { color: rgb(97,24,60); }
H1.HeaderClassName
{
color: #61183C;
}
.AnyTagClassName
{
color: #61183C;
}
</style>
background-color css
<style>
a { background-color: #61183C; }
a { background-color: rgb(97,24,60); }
div.DivClassName
{
background-color: #61183C;
}
.BgClassName
{
background-color: #61183C;
}
</style>
border-color css
<style>
span { border-color: #61183C; }
span { border-color: rgb(97,24,60); }
td.TdClassName
{
border-color: #61183C;
}
.TagClassName
{
border-color: #61183C;
}
</style>