#562544

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

Shades of Loulou #562544

Tints of Loulou #562544

Color information

#562544 (or 0x562544) is unknown color: approx Loulou. HEX triplet: 56, 25 and 44. RGB value is (86,37,68). Sum of RGB (Red+Green+Blue) = 86+37+68=191 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.03% from 191); Green value is 37 (14.84% from 255 or 19.37% from 191); Blue value is 68 (26.95% from 255 or 35.60% from 191); Max value from RGB is 86 - color contains mainly: red. Hex color #562544 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562544 is #A9DABB. Grayscale: #373737. Windows color (decimal): -11131580 or 4466006. OLE color: 4466006.

HSL color Cylindrical-coordinate representation of color #562544: hue angle of 322.04º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #562544 is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.66.

Color convert

RGB863768-
CMYK00.570.210.66
HSL322.04º39.84%24.12%-
HSV(B)322.04º56.98%33.73%-
XYZ5.543.725.89-
YUV55.18135.23149.98-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.03%
GREEN value IS 37 (14.84% from 255) = 19.37%
BLUE value IS 68 (26.95% from 255) = 35.60%
R=45.03%
G=19.37%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.21
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86376800.570.210.66322.0439.8424.12
Hex56254403915421422818
Octal12645104071251025025030
Binary10101101001011000100011100110101100001010100001010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562544; }

 p { color: rgb(86,37,68); }

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

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

 a { background-color: rgb(86,37,68); }

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

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

 span { border-color: rgb(86,37,68); }

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