#562847

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

Shades of Loulou #562847

Tints of Loulou #562847

Color information

#562847 (or 0x562847) is unknown color: approx Loulou. HEX triplet: 56, 28 and 47. RGB value is (86,40,71). Sum of RGB (Red+Green+Blue) = 86+40+71=197 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.65% from 197); Green value is 40 (16.02% from 255 or 20.30% from 197); Blue value is 71 (28.12% from 255 or 36.04% from 197); Max value from RGB is 86 - color contains mainly: red. Hex color #562847 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562847 is #A9D7B8. Grayscale: #393939. Windows color (decimal): -11130809 or 4663382. OLE color: 4663382.

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

Color convert

RGB864071-
CMYK00.530.170.66
HSL319.57º36.51%24.71%-
HSV(B)319.57º53.49%33.73%-
XYZ5.733.956.42-
YUV57.29135.74148.48-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.65%
GREEN value IS 40 (16.02% from 255) = 20.30%
BLUE value IS 71 (28.12% from 255) = 36.04%
R=43.65%
G=20.30%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.17
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86407100.530.170.66319.5736.5124.71
Hex56284703511421402519
Octal12650107065211025004531
Binary10101101010001000111011010110001100001010100000010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562847; }

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

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

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

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

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

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

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

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