#563749

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

Shades of Loulou #563749

Tints of Loulou #563749

Color information

#563749 (or 0x563749) is unknown color: approx Loulou. HEX triplet: 56, 37 and 49. RGB value is (86,55,73). Sum of RGB (Red+Green+Blue) = 86+55+73=214 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.19% from 214); Green value is 55 (21.88% from 255 or 25.70% from 214); Blue value is 73 (28.91% from 255 or 34.11% from 214); Max value from RGB is 86 - color contains mainly: red. Hex color #563749 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563749 is #A9C8B6. Grayscale: #424242. Windows color (decimal): -11126967 or 4798294. OLE color: 4798294.

HSL color Cylindrical-coordinate representation of color #563749: hue angle of 325.16º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #563749 is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB865573-
CMYK00.360.150.66
HSL325.16º21.99%27.65%-
HSV(B)325.16º36.05%33.73%-
XYZ6.415.196.97-
YUV66.32131.77142.04-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.19%
GREEN value IS 55 (21.88% from 255) = 25.70%
BLUE value IS 73 (28.91% from 255) = 34.11%
R=40.19%
G=25.70%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86557300.360.150.66325.1621.9927.65
Hex563749024F42145161c
Octal12667111044171025052634
Binary101011011011110010010100100111110000101010001011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563749; }

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

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

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

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

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

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

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

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