#492447

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

Shades of Loulou #492447

Tints of Loulou #492447

Color information

#492447 (or 0x492447) is unknown color: approx Loulou. HEX triplet: 49, 24 and 47. RGB value is (73,36,71). Sum of RGB (Red+Green+Blue) = 73+36+71=180 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.56% from 180); Green value is 36 (14.45% from 255 or 20% from 180); Blue value is 71 (28.12% from 255 or 39.44% from 180); Max value from RGB is 73 - color contains mainly: red. Hex color #492447 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492447 is #B6DBB8. Grayscale: #323232. Windows color (decimal): -11983801 or 4662345. OLE color: 4662345.

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

Color convert

RGB733671-
CMYK00.510.030.71
HSL303.24º33.94%21.37%-
HSV(B)303.24º50.68%28.63%-
XYZ4.523.136.33-
YUV51.05139.26143.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 40.56%
GREEN value IS 36 (14.45% from 255) = 20%
BLUE value IS 71 (28.12% from 255) = 39.44%
R=40.56%
G=20%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.03
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73367100.510.030.71303.2433.9421.37
Hex49244703334712f2215
Octal1114410706331074574225
Binary10010011001001000111011001111100011110010111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492447; }

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

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

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

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

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

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

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

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