#562E49

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

Shades of Loulou #562E49

Tints of Loulou #562E49

Color information

#562E49 (or 0x562E49) is unknown color: approx Loulou. HEX triplet: 56, 2E and 49. RGB value is (86,46,73). Sum of RGB (Red+Green+Blue) = 86+46+73=205 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.95% from 205); Green value is 46 (18.36% from 255 or 22.44% from 205); Blue value is 73 (28.91% from 255 or 35.61% from 205); Max value from RGB is 86 - color contains mainly: red. Hex color #562E49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562E49 is #A9D1B6. Grayscale: #3C3C3C. Windows color (decimal): -11129271 or 4795990. OLE color: 4795990.

HSL color Cylindrical-coordinate representation of color #562E49: hue angle of 319.5º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #562E49 is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB864673-
CMYK00.470.150.66
HSL319.5º30.3%25.88%-
HSV(B)319.5º46.51%33.73%-
XYZ6.024.416.84-
YUV61.04134.75145.8-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.95%
GREEN value IS 46 (18.36% from 255) = 22.44%
BLUE value IS 73 (28.91% from 255) = 35.61%
R=41.95%
G=22.44%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86467300.470.150.66319.530.325.88
Hex562E4902FF421401e1a
Octal12656111057171025003632
Binary101011010111010010010101111111110000101010000001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562E49; }

 p { color: rgb(86,46,73); }

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

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

 a { background-color: rgb(86,46,73); }

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

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

 span { border-color: rgb(86,46,73); }

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