Shades of Pompadour #7C183E
Tints of Pompadour #7C183E
RGB
CMYK
RGB Variations
Color information
#7C183E (or 0x7C183E) is known color: Pompadour. HEX triplet: 7C, 18 and 3E. RGB value is (124,24,62). Sum of RGB (Red+Green+Blue) = 124+24+62=210 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.05% from 210); Green value is 24 (9.77% from 255 or 11.43% from 210); Blue value is 62 (24.61% from 255 or 29.52% from 210); Max value from RGB is 124 - color contains mainly: red. Hex color #7C183E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C183E is #83E7C1. Grayscale: #3A3A3A. Windows color (decimal): -8644546 or 4069500. OLE color: 4069500.
HSL color Cylindrical-coordinate representation of color #7C183E: hue angle of 337.2º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7C183E is Cyan = 0, Magento = 0.81, Yellow = 0.5 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 24 | 62 | - |
| CMYK | 0 | 0.81 | 0.5 | 0.51 |
| HSL | 337.2º | 0.68% | 0.29% | - |
| HSV(B) | 337.2º | 0.81% | 0.49% | - |
| XYZ | 9.51 | 5.29 | 5.08 | - |
| YUV | 58.23 | 130.13 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 24 | 62 | 0 | 0.81 | 0.5 | 0.51 | 337.2 | 0.68 | 0.29 |
| Hex | 7C | 18 | 3E | 0 | 51 | 32 | 33 | 151 | 44 | 1D |
| Octal | 174 | 30 | 76 | 0 | 121 | 62 | 63 | 521 | 104 | 35 |
| Binary | 1111100 | 11000 | 111110 | 0 | 1010001 | 110010 | 110011 | 101010001 | 1000100 | 11101 |
Color Harmonies of #7C183E
Complementary color
Monochromatic Colors of #7C183E
Black with #7C183E
Text Example
Text Example
White with #7C183E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C183E; }
p { color: rgb(124,24,62); }
H1.HeaderClassName
{
color: #7C183E;
}
.AnyTagClassName
{
color: #7C183E;
}
</style>
background-color css
<style>
a { background-color: #7C183E; }
a { background-color: rgb(124,24,62); }
div.DivClassName
{
background-color: #7C183E;
}
.BgClassName
{
background-color: #7C183E;
}
</style>
border-color css
<style>
span { border-color: #7C183E; }
span { border-color: rgb(124,24,62); }
td.TdClassName
{
border-color: #7C183E;
}
.TagClassName
{
border-color: #7C183E;
}
</style>