#492445

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

Shades of Loulou #492445

Tints of Loulou #492445

Color information

#492445 (or 0x492445) is unknown color: approx Loulou. HEX triplet: 49, 24 and 45. RGB value is (73,36,69). Sum of RGB (Red+Green+Blue) = 73+36+69=178 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.01% from 178); Green value is 36 (14.45% from 255 or 20.22% from 178); Blue value is 69 (27.34% from 255 or 38.76% from 178); Max value from RGB is 73 - color contains mainly: red. Hex color #492445 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492445 is #B6DBBA. Grayscale: #323232. Windows color (decimal): -11983803 or 4531273. OLE color: 4531273.

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

Color convert

RGB733669-
CMYK00.510.050.71
HSL306.49º33.94%21.37%-
HSV(B)306.49º50.68%28.63%-
XYZ4.453.116-
YUV50.82138.26143.82-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.01%
GREEN value IS 36 (14.45% from 255) = 20.22%
BLUE value IS 69 (27.34% from 255) = 38.76%
R=41.01%
G=20.22%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.05
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73366900.510.050.71306.4933.9421.37
Hex4924450335471322215
Octal1114410506351074624225
Binary100100110010010001010110011101100011110011001010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492445; }

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

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

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

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

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

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

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

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