#562549

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

Shades of Loulou #562549

Tints of Loulou #562549

Color information

#562549 (or 0x562549) is unknown color: approx Loulou. HEX triplet: 56, 25 and 49. RGB value is (86,37,73). Sum of RGB (Red+Green+Blue) = 86+37+73=196 (25% of max value = 765). Red value is 86 (33.98% from 255 or 43.88% from 196); Green value is 37 (14.84% from 255 or 18.88% from 196); Blue value is 73 (28.91% from 255 or 37.24% from 196); Max value from RGB is 86 - color contains mainly: red. Hex color #562549 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562549 is #A9DAB6. Grayscale: #373737. Windows color (decimal): -11131575 or 4793686. OLE color: 4793686.

HSL color Cylindrical-coordinate representation of color #562549: hue angle of 315.92º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #562549 is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB863773-
CMYK00.570.150.66
HSL315.92º39.84%24.12%-
HSV(B)315.92º56.98%33.73%-
XYZ5.73.786.73-
YUV55.76137.73149.57-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.88%
GREEN value IS 37 (14.84% from 255) = 18.88%
BLUE value IS 73 (28.91% from 255) = 37.24%
R=43.88%
G=18.88%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86377300.570.150.66315.9239.8424.12
Hex562549039F4213c2818
Octal12645111071171024745030
Binary1010110100101100100101110011111100001010011110010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562549; }

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

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

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

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

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

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

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

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