#492044

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

Shades of Loulou #492044

Tints of Loulou #492044

Color information

#492044 (or 0x492044) is unknown color: approx Loulou. HEX triplet: 49, 20 and 44. RGB value is (73,32,68). Sum of RGB (Red+Green+Blue) = 73+32+68=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 68 (26.95% from 255 or 39.31% from 173); Max value from RGB is 73 - color contains mainly: red. Hex color #492044 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492044 is #B6DFBB. Grayscale: #303030. Windows color (decimal): -11984828 or 4464713. OLE color: 4464713.

HSL color Cylindrical-coordinate representation of color #492044: hue angle of 307.32º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #492044 is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.71.

Color convert

RGB733268-
CMYK00.560.070.71
HSL307.32º39.05%20.59%-
HSV(B)307.32º56.16%28.63%-
XYZ4.312.875.8-
YUV48.36139.08145.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 42.20%
GREEN value IS 32 (12.89% from 255) = 18.50%
BLUE value IS 68 (26.95% from 255) = 39.31%
R=42.20%
G=18.50%
B=39.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.07
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73326800.560.070.71307.3239.0520.59
Hex4920440387471332715
Octal1114010407071074634725
Binary100100110000010001000111000111100011110011001110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492044; }

 p { color: rgb(73,32,68); }

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

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

 a { background-color: rgb(73,32,68); }

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

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

 span { border-color: rgb(73,32,68); }

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