#492444

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

Shades of Loulou #492444

Tints of Loulou #492444

Color information

#492444 (or 0x492444) is unknown color: approx Loulou. HEX triplet: 49, 24 and 44. RGB value is (73,36,68). Sum of RGB (Red+Green+Blue) = 73+36+68=177 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.24% from 177); Green value is 36 (14.45% from 255 or 20.34% from 177); Blue value is 68 (26.95% from 255 or 38.42% from 177); Max value from RGB is 73 - color contains mainly: red. Hex color #492444 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492444 is #B6DBBB. Grayscale: #323232. Windows color (decimal): -11983804 or 4465737. OLE color: 4465737.

HSL color Cylindrical-coordinate representation of color #492444: hue angle of 308.11º 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 #492444 is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.71.

Color convert

RGB733668-
CMYK00.510.070.71
HSL308.11º33.94%21.37%-
HSV(B)308.11º50.68%28.63%-
XYZ4.423.15.83-
YUV50.71137.76143.9-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.24%
GREEN value IS 36 (14.45% from 255) = 20.34%
BLUE value IS 68 (26.95% from 255) = 38.42%
R=41.24%
G=20.34%
B=38.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.07
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73366800.510.070.71308.1133.9421.37
Hex4924440337471342215
Octal1114410406371074644225
Binary100100110010010001000110011111100011110011010010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492444; }

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

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

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

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

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

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

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

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