#562749

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

Shades of Loulou #562749

Tints of Loulou #562749

Color information

#562749 (or 0x562749) is unknown color: approx Loulou. HEX triplet: 56, 27 and 49. RGB value is (86,39,73). Sum of RGB (Red+Green+Blue) = 86+39+73=198 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.43% from 198); Green value is 39 (15.62% from 255 or 19.70% from 198); Blue value is 73 (28.91% from 255 or 36.87% from 198); Max value from RGB is 86 - color contains mainly: red. Hex color #562749 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562749 is #A9D8B6. Grayscale: #383838. Windows color (decimal): -11131063 or 4794198. OLE color: 4794198.

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

Color convert

RGB863973-
CMYK00.550.150.66
HSL316.6º37.6%24.51%-
HSV(B)316.6º54.65%33.73%-
XYZ5.773.916.75-
YUV56.93137.07148.74-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.43%
GREEN value IS 39 (15.62% from 255) = 19.70%
BLUE value IS 73 (28.91% from 255) = 36.87%
R=43.43%
G=19.70%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86397300.550.150.66316.637.624.51
Hex562749037F4213d2619
Octal12647111067171024754631
Binary1010110100111100100101101111111100001010011110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562749; }

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

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

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

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

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

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

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

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