#56244C

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

Shades of Loulou #56244C

Tints of Loulou #56244C

Color information

#56244C (or 0x56244C) is unknown color: approx Loulou. HEX triplet: 56, 24 and 4C. RGB value is (86,36,76). Sum of RGB (Red+Green+Blue) = 86+36+76=198 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.43% from 198); Green value is 36 (14.45% from 255 or 18.18% from 198); Blue value is 76 (30.08% from 255 or 38.38% from 198); Max value from RGB is 86 - color contains mainly: red. Hex color #56244C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56244C is #A9DBB3. Grayscale: #373737. Windows color (decimal): -11131828 or 4990038. OLE color: 4990038.

HSL color Cylindrical-coordinate representation of color #56244C: hue angle of 312º 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 #56244C is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.66.

Color convert

RGB863676-
CMYK00.580.120.66
HSL312º40.98%23.92%-
HSV(B)312º58.14%33.73%-
XYZ5.773.767.26-
YUV55.51139.56149.75-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.43%
GREEN value IS 36 (14.45% from 255) = 18.18%
BLUE value IS 76 (30.08% from 255) = 38.38%
R=43.43%
G=18.18%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.12
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86367600.580.120.6631240.9823.92
Hex56244C03AC421382918
Octal12644114072141024705130
Binary1010110100100100110001110101100100001010011100010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56244C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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