#563148

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

Shades of Loulou #563148

Tints of Loulou #563148

Color information

#563148 (or 0x563148) is unknown color: approx Loulou. HEX triplet: 56, 31 and 48. RGB value is (86,49,72). Sum of RGB (Red+Green+Blue) = 86+49+72=207 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.55% from 207); Green value is 49 (19.53% from 255 or 23.67% from 207); Blue value is 72 (28.52% from 255 or 34.78% from 207); Max value from RGB is 86 - color contains mainly: red. Hex color #563148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563148 is #A9CEB7. Grayscale: #3E3E3E. Windows color (decimal): -11128504 or 4731222. OLE color: 4731222.

HSL color Cylindrical-coordinate representation of color #563148: hue angle of 322.7º 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 #563148 is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB864972-
CMYK00.430.160.66
HSL322.7º27.41%26.47%-
HSV(B)322.7º43.02%33.73%-
XYZ6.114.646.71-
YUV62.68133.26144.63-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.55%
GREEN value IS 49 (19.53% from 255) = 23.67%
BLUE value IS 72 (28.52% from 255) = 34.78%
R=41.55%
G=23.67%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86497200.430.160.66322.727.4126.47
Hex56314802B10421431b1a
Octal12661110053201025033332
Binary1010110110001100100001010111000010000101010000111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563148; }

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

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

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

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

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

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

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

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