#493344

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

Shades of Loulou #493344

Tints of Loulou #493344

Color information

#493344 (or 0x493344) is unknown color: approx Loulou. HEX triplet: 49, 33 and 44. RGB value is (73,51,68). Sum of RGB (Red+Green+Blue) = 73+51+68=192 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.02% from 192); Green value is 51 (20.31% from 255 or 26.56% from 192); Blue value is 68 (26.95% from 255 or 35.42% from 192); Max value from RGB is 73 - color contains mainly: red. Hex color #493344 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493344 is #B6CCBB. Grayscale: #3B3B3B. Windows color (decimal): -11979964 or 4469577. OLE color: 4469577.

HSL color Cylindrical-coordinate representation of color #493344: hue angle of 313.64º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #493344 is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.71.

Color convert

RGB735168-
CMYK00.300.070.71
HSL313.64º17.74%24.31%-
HSV(B)313.64º30.14%28.63%-
XYZ4.974.26.02-
YUV59.52132.79137.62-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.02%
GREEN value IS 51 (20.31% from 255) = 26.56%
BLUE value IS 68 (26.95% from 255) = 35.42%
R=38.02%
G=26.56%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73516800.300.070.71313.6417.7424.31
Hex49334401E74713a1218
Octal1116310403671074722230
Binary1001001110011100010001111011110001111001110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493344; }

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

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

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

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

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

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

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

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