#563449

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

Shades of Loulou #563449

Tints of Loulou #563449

Color information

#563449 (or 0x563449) is unknown color: approx Loulou. HEX triplet: 56, 34 and 49. RGB value is (86,52,73). Sum of RGB (Red+Green+Blue) = 86+52+73=211 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.76% from 211); Green value is 52 (20.70% from 255 or 24.64% from 211); Blue value is 73 (28.91% from 255 or 34.60% from 211); Max value from RGB is 86 - color contains mainly: red. Hex color #563449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563449 is #A9CBB6. Grayscale: #404040. Windows color (decimal): -11127735 or 4797526. OLE color: 4797526.

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

Color convert

RGB865273-
CMYK00.400.150.66
HSL322.94º24.64%27.06%-
HSV(B)322.94º39.53%33.73%-
XYZ6.274.926.92-
YUV64.56132.76143.29-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.76%
GREEN value IS 52 (20.70% from 255) = 24.64%
BLUE value IS 73 (28.91% from 255) = 34.60%
R=40.76%
G=24.64%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86527300.400.150.66322.9424.6427.06
Hex563449028F42143191b
Octal12664111050171025033133
Binary101011011010010010010101000111110000101010000111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563449; }

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

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

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

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

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

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

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

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