#562849

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

Shades of Loulou #562849

Tints of Loulou #562849

Color information

#562849 (or 0x562849) is unknown color: approx Loulou. HEX triplet: 56, 28 and 49. RGB value is (86,40,73). Sum of RGB (Red+Green+Blue) = 86+40+73=199 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.22% from 199); Green value is 40 (16.02% from 255 or 20.10% from 199); Blue value is 73 (28.91% from 255 or 36.68% from 199); Max value from RGB is 86 - color contains mainly: red. Hex color #562849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562849 is #A9D7B6. Grayscale: #393939. Windows color (decimal): -11130807 or 4794454. OLE color: 4794454.

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

Color convert

RGB864073-
CMYK00.530.150.66
HSL316.96º36.51%24.71%-
HSV(B)316.96º53.49%33.73%-
XYZ5.83.986.77-
YUV57.52136.74148.32-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.22%
GREEN value IS 40 (16.02% from 255) = 20.10%
BLUE value IS 73 (28.91% from 255) = 36.68%
R=43.22%
G=20.10%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86407300.530.150.66316.9636.5124.71
Hex562849035F4213d2519
Octal12650111065171024754531
Binary1010110101000100100101101011111100001010011110110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562849; }

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

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

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

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

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

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

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

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