#56324B

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

Shades of Loulou #56324B

Tints of Loulou #56324B

Color information

#56324B (or 0x56324B) is unknown color: approx Loulou. HEX triplet: 56, 32 and 4B. RGB value is (86,50,75). Sum of RGB (Red+Green+Blue) = 86+50+75=211 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.76% from 211); Green value is 50 (19.92% from 255 or 23.70% from 211); Blue value is 75 (29.69% from 255 or 35.55% from 211); Max value from RGB is 86 - color contains mainly: red. Hex color #56324B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56324B is #A9CDB4. Grayscale: #3F3F3F. Windows color (decimal): -11128245 or 4928086. OLE color: 4928086.

HSL color Cylindrical-coordinate representation of color #56324B: hue angle of 318.33º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #56324B is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB865075-
CMYK00.420.130.66
HSL318.33º26.47%26.67%-
HSV(B)318.33º41.86%33.73%-
XYZ6.254.777.25-
YUV63.61134.43143.97-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.76%
GREEN value IS 50 (19.92% from 255) = 23.70%
BLUE value IS 75 (29.69% from 255) = 35.55%
R=40.76%
G=23.70%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86507500.420.130.66318.3326.4726.67
Hex56324B02AD4213e1a1b
Octal12662113052151024763233
Binary101011011001010010110101010110110000101001111101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56324B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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