#492845

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

Shades of Loulou #492845

Tints of Loulou #492845

Color information

#492845 (or 0x492845) is unknown color: approx Loulou. HEX triplet: 49, 28 and 45. RGB value is (73,40,69). Sum of RGB (Red+Green+Blue) = 73+40+69=182 (24% of max value = 765). Red value is 73 (28.91% from 255 or 40.11% from 182); Green value is 40 (16.02% from 255 or 21.98% from 182); Blue value is 69 (27.34% from 255 or 37.91% from 182); Max value from RGB is 73 - color contains mainly: red. Hex color #492845 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492845 is #B6D7BA. Grayscale: #353535. Windows color (decimal): -11982779 or 4532297. OLE color: 4532297.

HSL color Cylindrical-coordinate representation of color #492845: hue angle of 307.27º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #492845 is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.71.

Color convert

RGB734069-
CMYK00.450.050.71
HSL307.27º29.2%22.16%-
HSV(B)307.27º45.21%28.63%-
XYZ4.583.366.04-
YUV53.17136.93142.14-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 40.11%
GREEN value IS 40 (16.02% from 255) = 21.98%
BLUE value IS 69 (27.34% from 255) = 37.91%
R=40.11%
G=21.98%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73406900.450.050.71307.2729.222.16
Hex49284502D5471331d16
Octal1115010505551074633526
Binary10010011010001000101010110110110001111001100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492845; }

 p { color: rgb(73,40,69); }

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

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

 a { background-color: rgb(73,40,69); }

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

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

 span { border-color: rgb(73,40,69); }

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