#56244B

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

Shades of Loulou #56244B

Tints of Loulou #56244B

Color information

#56244B (or 0x56244B) is unknown color: approx Loulou. HEX triplet: 56, 24 and 4B. RGB value is (86,36,75). Sum of RGB (Red+Green+Blue) = 86+36+75=197 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.65% from 197); Green value is 36 (14.45% from 255 or 18.27% from 197); Blue value is 75 (29.69% from 255 or 38.07% from 197); Max value from RGB is 86 - color contains mainly: red. Hex color #56244B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56244B is #A9DBB4. Grayscale: #373737. Windows color (decimal): -11131829 or 4924502. OLE color: 4924502.

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

Color convert

RGB863675-
CMYK00.580.130.66
HSL313.2º40.98%23.92%-
HSV(B)313.2º58.14%33.73%-
XYZ5.743.757.08-
YUV55.4139.06149.83-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.65%
GREEN value IS 36 (14.45% from 255) = 18.27%
BLUE value IS 75 (29.69% from 255) = 38.07%
R=43.65%
G=18.27%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86367500.580.130.66313.240.9823.92
Hex56244B03AD421392918
Octal12644113072151024715130
Binary1010110100100100101101110101101100001010011100110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56244B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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