Shades of Pompadour #7C153C
Tints of Pompadour #7C153C
RGB
CMYK
RGB Variations
Color information
#7C153C (or 0x7C153C) is known color: Pompadour. HEX triplet: 7C, 15 and 3C. RGB value is (124,21,60). Sum of RGB (Red+Green+Blue) = 124+21+60=205 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.49% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 60 (23.83% from 255 or 29.27% from 205); Max value from RGB is 124 - color contains mainly: red. Hex color #7C153C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C153C is #83EAC3. Grayscale: #383838. Windows color (decimal): -8645316 or 3937660. OLE color: 3937660.
HSL color Cylindrical-coordinate representation of color #7C153C: hue angle of 337.28º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7C153C is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 21 | 60 | - |
| CMYK | 0 | 0.83 | 0.52 | 0.51 |
| HSL | 337.28º | 0.71% | 0.28% | - |
| HSV(B) | 337.28º | 0.83% | 0.49% | - |
| XYZ | 9.4 | 5.15 | 4.77 | - |
| YUV | 56.24 | 130.12 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 21 | 60 | 0 | 0.83 | 0.52 | 0.51 | 337.28 | 0.71 | 0.28 |
| Hex | 7C | 15 | 3C | 0 | 53 | 34 | 33 | 151 | 47 | 1C |
| Octal | 174 | 25 | 74 | 0 | 123 | 64 | 63 | 521 | 107 | 34 |
| Binary | 1111100 | 10101 | 111100 | 0 | 1010011 | 110100 | 110011 | 101010001 | 1000111 | 11100 |
Color Harmonies of #7C153C
Complementary color
Monochromatic Colors of #7C153C
Black with #7C153C
Text Example
Text Example
White with #7C153C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C153C; }
p { color: rgb(124,21,60); }
H1.HeaderClassName
{
color: #7C153C;
}
.AnyTagClassName
{
color: #7C153C;
}
</style>
background-color css
<style>
a { background-color: #7C153C; }
a { background-color: rgb(124,21,60); }
div.DivClassName
{
background-color: #7C153C;
}
.BgClassName
{
background-color: #7C153C;
}
</style>
border-color css
<style>
span { border-color: #7C153C; }
span { border-color: rgb(124,21,60); }
td.TdClassName
{
border-color: #7C153C;
}
.TagClassName
{
border-color: #7C153C;
}
</style>