#56314B

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

Shades of Loulou #56314B

Tints of Loulou #56314B

Color information

#56314B (or 0x56314B) is unknown color: approx Loulou. HEX triplet: 56, 31 and 4B. RGB value is (86,49,75). Sum of RGB (Red+Green+Blue) = 86+49+75=210 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.95% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 75 (29.69% from 255 or 35.71% from 210); Max value from RGB is 86 - color contains mainly: red. Hex color #56314B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56314B is #A9CEB4. Grayscale: #3E3E3E. Windows color (decimal): -11128501 or 4927830. OLE color: 4927830.

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

Color convert

RGB864975-
CMYK00.430.130.66
HSL317.84º27.41%26.47%-
HSV(B)317.84º43.02%33.73%-
XYZ6.214.687.23-
YUV63.03134.76144.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.95%
GREEN value IS 49 (19.53% from 255) = 23.33%
BLUE value IS 75 (29.69% from 255) = 35.71%
R=40.95%
G=23.33%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86497500.430.130.66317.8427.4126.47
Hex56314B02BD4213e1b1a
Octal12661113053151024763332
Binary101011011000110010110101011110110000101001111101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56314B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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