#563249

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

Shades of Loulou #563249

Tints of Loulou #563249

Color information

#563249 (or 0x563249) is unknown color: approx Loulou. HEX triplet: 56, 32 and 49. RGB value is (86,50,73). Sum of RGB (Red+Green+Blue) = 86+50+73=209 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.15% from 209); Green value is 50 (19.92% from 255 or 23.92% from 209); Blue value is 73 (28.91% from 255 or 34.93% from 209); Max value from RGB is 86 - color contains mainly: red. Hex color #563249 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563249 is #A9CDB6. Grayscale: #3F3F3F. Windows color (decimal): -11128247 or 4797014. OLE color: 4797014.

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

Color convert

RGB865073-
CMYK00.420.150.66
HSL321.67º26.47%26.67%-
HSV(B)321.67º41.86%33.73%-
XYZ6.184.746.89-
YUV63.39133.43144.13-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.15%
GREEN value IS 50 (19.92% from 255) = 23.92%
BLUE value IS 73 (28.91% from 255) = 34.93%
R=41.15%
G=23.92%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86507300.420.150.66321.6726.4726.67
Hex56324902AF421421a1b
Octal12662111052171025023233
Binary101011011001010010010101010111110000101010000101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563249; }

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

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

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

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

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

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

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

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