Shades of Pompadour #751B50
Tints of Pompadour #751B50
RGB
CMYK
RGB Variations
Color information
#751B50 (or 0x751B50) is known color: Pompadour. HEX triplet: 75, 1B and 50. RGB value is (117,27,80). Sum of RGB (Red+Green+Blue) = 117+27+80=224 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.23% from 224); Green value is 27 (10.94% from 255 or 12.05% from 224); Blue value is 80 (31.64% from 255 or 35.71% from 224); Max value from RGB is 117 - color contains mainly: red. Hex color #751B50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751B50 is #8AE4AF. Grayscale: #3B3B3B. Windows color (decimal): -9102512 or 5249909. OLE color: 5249909.
HSL color Cylindrical-coordinate representation of color #751B50: hue angle of 324.67º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #751B50 is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 27 | 80 | - |
| CMYK | 0 | 0.77 | 0.32 | 0.54 |
| HSL | 324.67º | 0.63% | 0.28% | - |
| HSV(B) | 324.67º | 0.77% | 0.46% | - |
| XYZ | 9.18 | 5.14 | 8.1 | - |
| YUV | 59.95 | 139.32 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 27 | 80 | 0 | 0.77 | 0.32 | 0.54 | 324.67 | 0.63 | 0.28 |
| Hex | 75 | 1B | 50 | 0 | 4D | 20 | 36 | 145 | 3E | 1C |
| Octal | 165 | 33 | 120 | 0 | 115 | 40 | 66 | 505 | 76 | 34 |
| Binary | 1110101 | 11011 | 1010000 | 0 | 1001101 | 100000 | 110110 | 101000101 | 111110 | 11100 |
Color Harmonies of #751B50
Complementary color
Monochromatic Colors of #751B50
Black with #751B50
Text Example
Text Example
White with #751B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751B50; }
p { color: rgb(117,27,80); }
H1.HeaderClassName
{
color: #751B50;
}
.AnyTagClassName
{
color: #751B50;
}
</style>
background-color css
<style>
a { background-color: #751B50; }
a { background-color: rgb(117,27,80); }
div.DivClassName
{
background-color: #751B50;
}
.BgClassName
{
background-color: #751B50;
}
</style>
border-color css
<style>
span { border-color: #751B50; }
span { border-color: rgb(117,27,80); }
td.TdClassName
{
border-color: #751B50;
}
.TagClassName
{
border-color: #751B50;
}
</style>