Shades of Pompadour #741F4B
Tints of Pompadour #741F4B
RGB
CMYK
RGB Variations
Color information
#741F4B (or 0x741F4B) is known color: Pompadour. HEX triplet: 74, 1F and 4B. RGB value is (116,31,75). Sum of RGB (Red+Green+Blue) = 116+31+75=222 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.25% from 222); Green value is 31 (12.5% from 255 or 13.96% from 222); Blue value is 75 (29.69% from 255 or 33.78% from 222); Max value from RGB is 116 - color contains mainly: red. Hex color #741F4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741F4B is #8BE0B4. Grayscale: #3D3D3D. Windows color (decimal): -9167029 or 4923252. OLE color: 4923252.
HSL color Cylindrical-coordinate representation of color #741F4B: hue angle of 328.94º 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 #741F4B is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 31 | 75 | - |
| CMYK | 0 | 0.73 | 0.35 | 0.55 |
| HSL | 328.94º | 0.58% | 0.29% | - |
| HSV(B) | 328.94º | 0.73% | 0.45% | - |
| XYZ | 8.96 | 5.2 | 7.19 | - |
| YUV | 61.43 | 135.66 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 31 | 75 | 0 | 0.73 | 0.35 | 0.55 | 328.94 | 0.58 | 0.29 |
| Hex | 74 | 1F | 4B | 0 | 49 | 23 | 37 | 149 | 3A | 1D |
| Octal | 164 | 37 | 113 | 0 | 111 | 43 | 67 | 511 | 72 | 35 |
| Binary | 1110100 | 11111 | 1001011 | 0 | 1001001 | 100011 | 110111 | 101001001 | 111010 | 11101 |
Color Harmonies of #741F4B
Complementary color
Monochromatic Colors of #741F4B
Black with #741F4B
Text Example
Text Example
White with #741F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741F4B; }
p { color: rgb(116,31,75); }
H1.HeaderClassName
{
color: #741F4B;
}
.AnyTagClassName
{
color: #741F4B;
}
</style>
background-color css
<style>
a { background-color: #741F4B; }
a { background-color: rgb(116,31,75); }
div.DivClassName
{
background-color: #741F4B;
}
.BgClassName
{
background-color: #741F4B;
}
</style>
border-color css
<style>
span { border-color: #741F4B; }
span { border-color: rgb(116,31,75); }
td.TdClassName
{
border-color: #741F4B;
}
.TagClassName
{
border-color: #741F4B;
}
</style>