Shades of Pompadour #7C153D
Tints of Pompadour #7C153D
RGB
CMYK
RGB Variations
Color information
#7C153D (or 0x7C153D) is known color: Pompadour. HEX triplet: 7C, 15 and 3D. RGB value is (124,21,61). Sum of RGB (Red+Green+Blue) = 124+21+61=206 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.19% from 206); Green value is 21 (8.59% from 255 or 10.19% from 206); Blue value is 61 (24.22% from 255 or 29.61% from 206); Max value from RGB is 124 - color contains mainly: red. Hex color #7C153D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C153D is #83EAC2. Grayscale: #383838. Windows color (decimal): -8645315 or 4003196. OLE color: 4003196.
HSL color Cylindrical-coordinate representation of color #7C153D: hue angle of 336.7º 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 #7C153D is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 21 | 61 | - |
| CMYK | 0 | 0.83 | 0.51 | 0.51 |
| HSL | 336.7º | 0.71% | 0.28% | - |
| HSV(B) | 336.7º | 0.83% | 0.49% | - |
| XYZ | 9.42 | 5.16 | 4.91 | - |
| YUV | 56.36 | 130.62 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 21 | 61 | 0 | 0.83 | 0.51 | 0.51 | 336.7 | 0.71 | 0.28 |
| Hex | 7C | 15 | 3D | 0 | 53 | 33 | 33 | 151 | 47 | 1C |
| Octal | 174 | 25 | 75 | 0 | 123 | 63 | 63 | 521 | 107 | 34 |
| Binary | 1111100 | 10101 | 111101 | 0 | 1010011 | 110011 | 110011 | 101010001 | 1000111 | 11100 |
Color Harmonies of #7C153D
Complementary color
Monochromatic Colors of #7C153D
Black with #7C153D
Text Example
Text Example
White with #7C153D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C153D; }
p { color: rgb(124,21,61); }
H1.HeaderClassName
{
color: #7C153D;
}
.AnyTagClassName
{
color: #7C153D;
}
</style>
background-color css
<style>
a { background-color: #7C153D; }
a { background-color: rgb(124,21,61); }
div.DivClassName
{
background-color: #7C153D;
}
.BgClassName
{
background-color: #7C153D;
}
</style>
border-color css
<style>
span { border-color: #7C153D; }
span { border-color: rgb(124,21,61); }
td.TdClassName
{
border-color: #7C153D;
}
.TagClassName
{
border-color: #7C153D;
}
</style>