Shades of Pompadour #741A50
Tints of Pompadour #741A50
RGB
CMYK
RGB Variations
Color information
#741A50 (or 0x741A50) is known color: Pompadour. HEX triplet: 74, 1A and 50. RGB value is (116,26,80). Sum of RGB (Red+Green+Blue) = 116+26+80=222 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.25% from 222); Green value is 26 (10.55% from 255 or 11.71% from 222); Blue value is 80 (31.64% from 255 or 36.04% from 222); Max value from RGB is 116 - color contains mainly: red. Hex color #741A50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741A50 is #8BE5AF. Grayscale: #3A3A3A. Windows color (decimal): -9168304 or 5249652. OLE color: 5249652.
HSL color Cylindrical-coordinate representation of color #741A50: hue angle of 324º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #741A50 is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 26 | 80 | - |
| CMYK | 0 | 0.78 | 0.31 | 0.55 |
| HSL | 324º | 0.63% | 0.28% | - |
| HSV(B) | 324º | 0.78% | 0.45% | - |
| XYZ | 9.02 | 5.03 | 8.09 | - |
| YUV | 59.07 | 139.82 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 26 | 80 | 0 | 0.78 | 0.31 | 0.55 | 324 | 0.63 | 0.28 |
| Hex | 74 | 1A | 50 | 0 | 4E | 1F | 37 | 144 | 3F | 1C |
| Octal | 164 | 32 | 120 | 0 | 116 | 37 | 67 | 504 | 77 | 34 |
| Binary | 1110100 | 11010 | 1010000 | 0 | 1001110 | 11111 | 110111 | 101000100 | 111111 | 11100 |
Color Harmonies of #741A50
Complementary color
Monochromatic Colors of #741A50
Black with #741A50
Text Example
Text Example
White with #741A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741A50; }
p { color: rgb(116,26,80); }
H1.HeaderClassName
{
color: #741A50;
}
.AnyTagClassName
{
color: #741A50;
}
</style>
background-color css
<style>
a { background-color: #741A50; }
a { background-color: rgb(116,26,80); }
div.DivClassName
{
background-color: #741A50;
}
.BgClassName
{
background-color: #741A50;
}
</style>
border-color css
<style>
span { border-color: #741A50; }
span { border-color: rgb(116,26,80); }
td.TdClassName
{
border-color: #741A50;
}
.TagClassName
{
border-color: #741A50;
}
</style>