#563146

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

Shades of Loulou #563146

Tints of Loulou #563146

Color information

#563146 (or 0x563146) is unknown color: approx Loulou. HEX triplet: 56, 31 and 46. RGB value is (86,49,70). Sum of RGB (Red+Green+Blue) = 86+49+70=205 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.95% from 205); Green value is 49 (19.53% from 255 or 23.90% from 205); Blue value is 70 (27.73% from 255 or 34.15% from 205); Max value from RGB is 86 - color contains mainly: red. Hex color #563146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563146 is #A9CEB9. Grayscale: #3E3E3E. Windows color (decimal): -11128506 or 4600150. OLE color: 4600150.

HSL color Cylindrical-coordinate representation of color #563146: hue angle of 325.95º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #563146 is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.66.

Color convert

RGB864970-
CMYK00.430.190.66
HSL325.95º27.41%26.47%-
HSV(B)325.95º43.02%33.73%-
XYZ6.044.626.37-
YUV62.46132.26144.79-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.95%
GREEN value IS 49 (19.53% from 255) = 23.90%
BLUE value IS 70 (27.73% from 255) = 34.15%
R=41.95%
G=23.90%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86497000.430.190.66325.9527.4126.47
Hex56314602B13421461b1a
Octal12661106053231025063332
Binary1010110110001100011001010111001110000101010001101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563146; }

 p { color: rgb(86,49,70); }

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

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

 a { background-color: rgb(86,49,70); }

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

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

 span { border-color: rgb(86,49,70); }

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