#56244E

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

Shades of Loulou #56244E

Tints of Loulou #56244E

Color information

#56244E (or 0x56244E) is unknown color: approx Loulou. HEX triplet: 56, 24 and 4E. RGB value is (86,36,78). Sum of RGB (Red+Green+Blue) = 86+36+78=200 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43% from 200); Green value is 36 (14.45% from 255 or 18% from 200); Blue value is 78 (30.86% from 255 or 39% from 200); Max value from RGB is 86 - color contains mainly: red. Hex color #56244E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56244E is #A9DBB1. Grayscale: #373737. Windows color (decimal): -11131826 or 5121110. OLE color: 5121110.

HSL color Cylindrical-coordinate representation of color #56244E: hue angle of 309.6º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56244E is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB863678-
CMYK00.580.090.66
HSL309.6º40.98%23.92%-
HSV(B)309.6º58.14%33.73%-
XYZ5.843.797.63-
YUV55.74140.56149.58-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43%
GREEN value IS 36 (14.45% from 255) = 18%
BLUE value IS 78 (30.86% from 255) = 39%
R=43%
G=18%
B=39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86367800.580.090.66309.640.9823.92
Hex56244E03A9421362918
Octal12644116072111024665130
Binary1010110100100100111001110101001100001010011011010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56244E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56244E; }

 p { color: rgb(86,36,78); }

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

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

 a { background-color: rgb(86,36,78); }

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

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

 span { border-color: rgb(86,36,78); }

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