#741948

Color #741948 Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #741948

Tints of Pompadour #741948

Color information

#741948 (or 0x741948) is unknown color: approx Pompadour. HEX triplet: 74, 19 and 48. RGB value is (116,25,72). Sum of RGB (Red+Green+Blue) = 116+25+72=213 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.46% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 72 (28.52% from 255 or 33.80% from 213); Max value from RGB is 116 - color contains mainly: red. Hex color #741948 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741948 is #8BE6B7. Grayscale: #393939. Windows color (decimal): -9168568 or 4725108. OLE color: 4725108.

HSL color Cylindrical-coordinate representation of color #741948: hue angle of 329.01º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #741948 is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB1162572-
CMYK00.780.380.55
HSL329.01º64.54%27.65%-
HSV(B)329.01º78.45%45.49%-
XYZ8.724.886.61-
YUV57.57136.15169.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 54.46%
GREEN value IS 25 (10.16% from 255) = 11.74%
BLUE value IS 72 (28.52% from 255) = 33.80%
R=54.46%
G=11.74%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116257200.780.380.55329.0164.5427.65
Hex74194804E2637149411c
Octal164311100116466751110134
Binary111010011001100100001001110100110110111101001001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741948; }

 p { color: rgb(116,25,72); }

 H1.HeaderClassName
 {
   color: #741948;
 }
 .AnyTagClassName
 {
   color: #741948;
 }
</style>
background-color css

<style>
 a { background-color: #741948; }

 a { background-color: rgb(116,25,72); }

 div.DivClassName
 {
   background-color: #741948;
 }
 .BgClassName
 {
   background-color: #741948;
 }
</style>
border-color css

<style>
 span { border-color: #741948; }

 span { border-color: rgb(116,25,72); }

 td.TdClassName
 {
   border-color: #741948;
 }
 .TagClassName
 {
   border-color: #741948;
 }
</style>