Shades of Pompadour #741848
Tints of Pompadour #741848
RGB
CMYK
RGB Variations
Color information
#741848 (or 0x741848) is known color: Pompadour. HEX triplet: 74, 18 and 48. RGB value is (116,24,72). Sum of RGB (Red+Green+Blue) = 116+24+72=212 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.72% from 212); Green value is 24 (9.77% from 255 or 11.32% from 212); Blue value is 72 (28.52% from 255 or 33.96% from 212); Max value from RGB is 116 - color contains mainly: red. Hex color #741848 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741848 is #8BE7B7. Grayscale: #383838. Windows color (decimal): -9168824 or 4724852. OLE color: 4724852.
HSL color Cylindrical-coordinate representation of color #741848: hue angle of 328.7º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #741848 is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 24 | 72 | - |
| CMYK | 0 | 0.79 | 0.38 | 0.55 |
| HSL | 328.7º | 0.66% | 0.27% | - |
| HSV(B) | 328.7º | 0.79% | 0.45% | - |
| XYZ | 8.7 | 4.83 | 6.61 | - |
| YUV | 56.98 | 136.48 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 24 | 72 | 0 | 0.79 | 0.38 | 0.55 | 328.7 | 0.66 | 0.27 |
| Hex | 74 | 18 | 48 | 0 | 4F | 26 | 37 | 149 | 42 | 1B |
| Octal | 164 | 30 | 110 | 0 | 117 | 46 | 67 | 511 | 102 | 33 |
| Binary | 1110100 | 11000 | 1001000 | 0 | 1001111 | 100110 | 110111 | 101001001 | 1000010 | 11011 |
Color Harmonies of #741848
Complementary color
Monochromatic Colors of #741848
Black with #741848
Text Example
Text Example
White with #741848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741848; }
p { color: rgb(116,24,72); }
H1.HeaderClassName
{
color: #741848;
}
.AnyTagClassName
{
color: #741848;
}
</style>
background-color css
<style>
a { background-color: #741848; }
a { background-color: rgb(116,24,72); }
div.DivClassName
{
background-color: #741848;
}
.BgClassName
{
background-color: #741848;
}
</style>
border-color css
<style>
span { border-color: #741848; }
span { border-color: rgb(116,24,72); }
td.TdClassName
{
border-color: #741848;
}
.TagClassName
{
border-color: #741848;
}
</style>