#562747

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

Shades of Loulou #562747

Tints of Loulou #562747

Color information

#562747 (or 0x562747) is unknown color: approx Loulou. HEX triplet: 56, 27 and 47. RGB value is (86,39,71). Sum of RGB (Red+Green+Blue) = 86+39+71=196 (25% of max value = 765). Red value is 86 (33.98% from 255 or 43.88% from 196); Green value is 39 (15.62% from 255 or 19.90% from 196); Blue value is 71 (28.12% from 255 or 36.22% from 196); Max value from RGB is 86 - color contains mainly: red. Hex color #562747 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562747 is #A9D8B8. Grayscale: #383838. Windows color (decimal): -11131065 or 4663126. OLE color: 4663126.

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

Color convert

RGB863971-
CMYK00.550.170.66
HSL319.15º37.6%24.51%-
HSV(B)319.15º54.65%33.73%-
XYZ5.73.886.41-
YUV56.7136.07148.9-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.88%
GREEN value IS 39 (15.62% from 255) = 19.90%
BLUE value IS 71 (28.12% from 255) = 36.22%
R=43.88%
G=19.90%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.17
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86397100.550.170.66319.1537.624.51
Hex562747037114213f2619
Octal12647107067211024774631
Binary10101101001111000111011011110001100001010011111110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562747; }

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

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

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

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

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

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

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

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