Shades of Pompadour #741B41
Tints of Pompadour #741B41
RGB
CMYK
RGB Variations
Color information
#741B41 (or 0x741B41) is known color: Pompadour. HEX triplet: 74, 1B and 41. RGB value is (116,27,65). Sum of RGB (Red+Green+Blue) = 116+27+65=208 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.77% from 208); Green value is 27 (10.94% from 255 or 12.98% from 208); Blue value is 65 (25.78% from 255 or 31.25% from 208); Max value from RGB is 116 - color contains mainly: red. Hex color #741B41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741B41 is #8BE4BE. Grayscale: #393939. Windows color (decimal): -9168063 or 4266868. OLE color: 4266868.
HSL color Cylindrical-coordinate representation of color #741B41: hue angle of 334.38º 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 #741B41 is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 27 | 65 | - |
| CMYK | 0 | 0.77 | 0.44 | 0.55 |
| HSL | 334.38º | 0.62% | 0.28% | - |
| HSV(B) | 334.38º | 0.77% | 0.45% | - |
| XYZ | 8.55 | 4.88 | 5.49 | - |
| YUV | 57.94 | 131.99 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 27 | 65 | 0 | 0.77 | 0.44 | 0.55 | 334.38 | 0.62 | 0.28 |
| Hex | 74 | 1B | 41 | 0 | 4D | 2C | 37 | 14E | 3E | 1C |
| Octal | 164 | 33 | 101 | 0 | 115 | 54 | 67 | 516 | 76 | 34 |
| Binary | 1110100 | 11011 | 1000001 | 0 | 1001101 | 101100 | 110111 | 101001110 | 111110 | 11100 |
Color Harmonies of #741B41
Complementary color
Monochromatic Colors of #741B41
Black with #741B41
Text Example
Text Example
White with #741B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741B41; }
p { color: rgb(116,27,65); }
H1.HeaderClassName
{
color: #741B41;
}
.AnyTagClassName
{
color: #741B41;
}
</style>
background-color css
<style>
a { background-color: #741B41; }
a { background-color: rgb(116,27,65); }
div.DivClassName
{
background-color: #741B41;
}
.BgClassName
{
background-color: #741B41;
}
</style>
border-color css
<style>
span { border-color: #741B41; }
span { border-color: rgb(116,27,65); }
td.TdClassName
{
border-color: #741B41;
}
.TagClassName
{
border-color: #741B41;
}
</style>