Shades of Pompadour #741F4F
Tints of Pompadour #741F4F
RGB
CMYK
RGB Variations
Color information
#741F4F (or 0x741F4F) is known color: Pompadour. HEX triplet: 74, 1F and 4F. RGB value is (116,31,79). Sum of RGB (Red+Green+Blue) = 116+31+79=226 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.33% from 226); Green value is 31 (12.5% from 255 or 13.72% from 226); Blue value is 79 (31.25% from 255 or 34.96% from 226); Max value from RGB is 116 - color contains mainly: red. Hex color #741F4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741F4F is #8BE0B0. Grayscale: #3D3D3D. Windows color (decimal): -9167025 or 5185396. OLE color: 5185396.
HSL color Cylindrical-coordinate representation of color #741F4F: hue angle of 326.12º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #741F4F is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 31 | 79 | - |
| CMYK | 0 | 0.73 | 0.32 | 0.55 |
| HSL | 326.12º | 0.58% | 0.29% | - |
| HSV(B) | 326.12º | 0.73% | 0.45% | - |
| XYZ | 9.1 | 5.26 | 7.93 | - |
| YUV | 61.89 | 137.66 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 31 | 79 | 0 | 0.73 | 0.32 | 0.55 | 326.12 | 0.58 | 0.29 |
| Hex | 74 | 1F | 4F | 0 | 49 | 20 | 37 | 146 | 3A | 1D |
| Octal | 164 | 37 | 117 | 0 | 111 | 40 | 67 | 506 | 72 | 35 |
| Binary | 1110100 | 11111 | 1001111 | 0 | 1001001 | 100000 | 110111 | 101000110 | 111010 | 11101 |
Color Harmonies of #741F4F
Complementary color
Monochromatic Colors of #741F4F
Black with #741F4F
Text Example
Text Example
White with #741F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741F4F; }
p { color: rgb(116,31,79); }
H1.HeaderClassName
{
color: #741F4F;
}
.AnyTagClassName
{
color: #741F4F;
}
</style>
background-color css
<style>
a { background-color: #741F4F; }
a { background-color: rgb(116,31,79); }
div.DivClassName
{
background-color: #741F4F;
}
.BgClassName
{
background-color: #741F4F;
}
</style>
border-color css
<style>
span { border-color: #741F4F; }
span { border-color: rgb(116,31,79); }
td.TdClassName
{
border-color: #741F4F;
}
.TagClassName
{
border-color: #741F4F;
}
</style>