Shades of Pompadour #741445
Tints of Pompadour #741445
RGB
CMYK
RGB Variations
Color information
#741445 (or 0x741445) is known color: Pompadour. HEX triplet: 74, 14 and 45. RGB value is (116,20,69). Sum of RGB (Red+Green+Blue) = 116+20+69=205 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.59% from 205); Green value is 20 (8.20% from 255 or 9.76% from 205); Blue value is 69 (27.34% from 255 or 33.66% from 205); Max value from RGB is 116 - color contains mainly: red. Hex color #741445 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741445 is #8BEBBA. Grayscale: #363636. Windows color (decimal): -9169851 or 4527220. OLE color: 4527220.
HSL color Cylindrical-coordinate representation of color #741445: hue angle of 329.38º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #741445 is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 20 | 69 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.55 |
| HSL | 329.38º | 0.71% | 0.27% | - |
| HSV(B) | 329.38º | 0.83% | 0.45% | - |
| XYZ | 8.53 | 4.64 | 6.08 | - |
| YUV | 54.29 | 136.3 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 20 | 69 | 0 | 0.83 | 0.41 | 0.55 | 329.38 | 0.71 | 0.27 |
| Hex | 74 | 14 | 45 | 0 | 53 | 29 | 37 | 149 | 47 | 1B |
| Octal | 164 | 24 | 105 | 0 | 123 | 51 | 67 | 511 | 107 | 33 |
| Binary | 1110100 | 10100 | 1000101 | 0 | 1010011 | 101001 | 110111 | 101001001 | 1000111 | 11011 |
Color Harmonies of #741445
Complementary color
Monochromatic Colors of #741445
Black with #741445
Text Example
Text Example
White with #741445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741445; }
p { color: rgb(116,20,69); }
H1.HeaderClassName
{
color: #741445;
}
.AnyTagClassName
{
color: #741445;
}
</style>
background-color css
<style>
a { background-color: #741445; }
a { background-color: rgb(116,20,69); }
div.DivClassName
{
background-color: #741445;
}
.BgClassName
{
background-color: #741445;
}
</style>
border-color css
<style>
span { border-color: #741445; }
span { border-color: rgb(116,20,69); }
td.TdClassName
{
border-color: #741445;
}
.TagClassName
{
border-color: #741445;
}
</style>