Shades of Pompadour #7C183F
Tints of Pompadour #7C183F
RGB
CMYK
RGB Variations
Color information
#7C183F (or 0x7C183F) is known color: Pompadour. HEX triplet: 7C, 18 and 3F. RGB value is (124,24,63). Sum of RGB (Red+Green+Blue) = 124+24+63=211 (27% of max value = 765). Red value is 124 (48.83% from 255 or 58.77% from 211); Green value is 24 (9.77% from 255 or 11.37% from 211); Blue value is 63 (25% from 255 or 29.86% from 211); Max value from RGB is 124 - color contains mainly: red. Hex color #7C183F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C183F is #83E7C0. Grayscale: #3A3A3A. Windows color (decimal): -8644545 or 4135036. OLE color: 4135036.
HSL color Cylindrical-coordinate representation of color #7C183F: hue angle of 336.6º 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 #7C183F is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 24 | 63 | - |
| CMYK | 0 | 0.81 | 0.49 | 0.51 |
| HSL | 336.6º | 0.68% | 0.29% | - |
| HSV(B) | 336.6º | 0.81% | 0.49% | - |
| XYZ | 9.54 | 5.3 | 5.22 | - |
| YUV | 58.35 | 130.63 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 24 | 63 | 0 | 0.81 | 0.49 | 0.51 | 336.6 | 0.68 | 0.29 |
| Hex | 7C | 18 | 3F | 0 | 51 | 31 | 33 | 151 | 44 | 1D |
| Octal | 174 | 30 | 77 | 0 | 121 | 61 | 63 | 521 | 104 | 35 |
| Binary | 1111100 | 11000 | 111111 | 0 | 1010001 | 110001 | 110011 | 101010001 | 1000100 | 11101 |
Color Harmonies of #7C183F
Complementary color
Monochromatic Colors of #7C183F
Black with #7C183F
Text Example
Text Example
White with #7C183F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C183F; }
p { color: rgb(124,24,63); }
H1.HeaderClassName
{
color: #7C183F;
}
.AnyTagClassName
{
color: #7C183F;
}
</style>
background-color css
<style>
a { background-color: #7C183F; }
a { background-color: rgb(124,24,63); }
div.DivClassName
{
background-color: #7C183F;
}
.BgClassName
{
background-color: #7C183F;
}
</style>
border-color css
<style>
span { border-color: #7C183F; }
span { border-color: rgb(124,24,63); }
td.TdClassName
{
border-color: #7C183F;
}
.TagClassName
{
border-color: #7C183F;
}
</style>