#492245

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

Shades of Loulou #492245

Tints of Loulou #492245

Color information

#492245 (or 0x492245) is unknown color: approx Loulou. HEX triplet: 49, 22 and 45. RGB value is (73,34,69). Sum of RGB (Red+Green+Blue) = 73+34+69=176 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.48% from 176); Green value is 34 (13.67% from 255 or 19.32% from 176); Blue value is 69 (27.34% from 255 or 39.20% from 176); Max value from RGB is 73 - color contains mainly: red. Hex color #492245 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492245 is #B6DDBA. Grayscale: #313131. Windows color (decimal): -11984315 or 4530761. OLE color: 4530761.

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

Color convert

RGB733469-
CMYK00.530.050.71
HSL306.15º36.45%20.98%-
HSV(B)306.15º53.42%28.63%-
XYZ4.392.995.98-
YUV49.65138.92144.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.48%
GREEN value IS 34 (13.67% from 255) = 19.32%
BLUE value IS 69 (27.34% from 255) = 39.20%
R=41.48%
G=19.32%
B=39.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.05
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73346900.530.050.71306.1536.4520.98
Hex4922450355471322415
Octal1114210506551074624425
Binary100100110001010001010110101101100011110011001010010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492245; }

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

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

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

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

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

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

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

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