#563448

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

Shades of Loulou #563448

Tints of Loulou #563448

Color information

#563448 (or 0x563448) is unknown color: approx Loulou. HEX triplet: 56, 34 and 48. RGB value is (86,52,72). Sum of RGB (Red+Green+Blue) = 86+52+72=210 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.95% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 86 - color contains mainly: red. Hex color #563448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563448 is #A9CBB7. Grayscale: #404040. Windows color (decimal): -11127736 or 4731990. OLE color: 4731990.

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

Color convert

RGB865272-
CMYK00.400.160.66
HSL324.71º24.64%27.06%-
HSV(B)324.71º39.53%33.73%-
XYZ6.244.96.75-
YUV64.45132.26143.37-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.95%
GREEN value IS 52 (20.70% from 255) = 24.76%
BLUE value IS 72 (28.52% from 255) = 34.29%
R=40.95%
G=24.76%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86527200.400.160.66324.7124.6427.06
Hex5634480281042145191b
Octal12664110050201025053133
Binary1010110110100100100001010001000010000101010001011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563448; }

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

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

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

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

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

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

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

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