Shades of Pompadour #741B4D
Tints of Pompadour #741B4D
RGB
CMYK
RGB Variations
Color information
#741B4D (or 0x741B4D) is known color: Pompadour. HEX triplet: 74, 1B and 4D. RGB value is (116,27,77). Sum of RGB (Red+Green+Blue) = 116+27+77=220 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.73% from 220); Green value is 27 (10.94% from 255 or 12.27% from 220); Blue value is 77 (30.47% from 255 or 35% from 220); Max value from RGB is 116 - color contains mainly: red. Hex color #741B4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741B4D is #8BE4B2. Grayscale: #3B3B3B. Windows color (decimal): -9168051 or 5053300. OLE color: 5053300.
HSL color Cylindrical-coordinate representation of color #741B4D: hue angle of 326.29º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #741B4D is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 27 | 77 | - |
| CMYK | 0 | 0.77 | 0.34 | 0.55 |
| HSL | 326.29º | 0.62% | 0.28% | - |
| HSV(B) | 326.29º | 0.77% | 0.45% | - |
| XYZ | 8.93 | 5.03 | 7.52 | - |
| YUV | 59.31 | 137.99 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 27 | 77 | 0 | 0.77 | 0.34 | 0.55 | 326.29 | 0.62 | 0.28 |
| Hex | 74 | 1B | 4D | 0 | 4D | 22 | 37 | 146 | 3E | 1C |
| Octal | 164 | 33 | 115 | 0 | 115 | 42 | 67 | 506 | 76 | 34 |
| Binary | 1110100 | 11011 | 1001101 | 0 | 1001101 | 100010 | 110111 | 101000110 | 111110 | 11100 |
Color Harmonies of #741B4D
Complementary color
Monochromatic Colors of #741B4D
Black with #741B4D
Text Example
Text Example
White with #741B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741B4D; }
p { color: rgb(116,27,77); }
H1.HeaderClassName
{
color: #741B4D;
}
.AnyTagClassName
{
color: #741B4D;
}
</style>
background-color css
<style>
a { background-color: #741B4D; }
a { background-color: rgb(116,27,77); }
div.DivClassName
{
background-color: #741B4D;
}
.BgClassName
{
background-color: #741B4D;
}
</style>
border-color css
<style>
span { border-color: #741B4D; }
span { border-color: rgb(116,27,77); }
td.TdClassName
{
border-color: #741B4D;
}
.TagClassName
{
border-color: #741B4D;
}
</style>