#562744

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

Shades of Loulou #562744

Tints of Loulou #562744

Color information

#562744 (or 0x562744) is unknown color: approx Loulou. HEX triplet: 56, 27 and 44. RGB value is (86,39,68). Sum of RGB (Red+Green+Blue) = 86+39+68=193 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.56% from 193); Green value is 39 (15.62% from 255 or 20.21% from 193); Blue value is 68 (26.95% from 255 or 35.23% from 193); Max value from RGB is 86 - color contains mainly: red. Hex color #562744 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562744 is #A9D8BB. Grayscale: #383838. Windows color (decimal): -11131068 or 4466518. OLE color: 4466518.

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

Color convert

RGB863968-
CMYK00.550.210.66
HSL322.98º37.6%24.51%-
HSV(B)322.98º54.65%33.73%-
XYZ5.613.855.92-
YUV56.36134.57149.14-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.56%
GREEN value IS 39 (15.62% from 255) = 20.21%
BLUE value IS 68 (26.95% from 255) = 35.23%
R=44.56%
G=20.21%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.21
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86396800.550.210.66322.9837.624.51
Hex56274403715421432619
Octal12647104067251025034631
Binary10101101001111000100011011110101100001010100001110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562744; }

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

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

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

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

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

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

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

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