#513749

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

Shades of Loulou #513749

Tints of Loulou #513749

Color information

#513749 (or 0x513749) is unknown color: approx Loulou. HEX triplet: 51, 37 and 49. RGB value is (81,55,73). Sum of RGB (Red+Green+Blue) = 81+55+73=209 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.76% from 209); Green value is 55 (21.88% from 255 or 26.32% from 209); Blue value is 73 (28.91% from 255 or 34.93% from 209); Max value from RGB is 81 - color contains mainly: red. Hex color #513749 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513749 is #AEC8B6. Grayscale: #404040. Windows color (decimal): -11454647 or 4798289. OLE color: 4798289.

HSL color Cylindrical-coordinate representation of color #513749: hue angle of 318.46º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #513749 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB815573-
CMYK00.320.100.68
HSL318.46º19.12%26.67%-
HSV(B)318.46º32.1%31.76%-
XYZ5.964.966.95-
YUV64.83132.61139.54-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.76%
GREEN value IS 55 (21.88% from 255) = 26.32%
BLUE value IS 73 (28.91% from 255) = 34.93%
R=38.76%
G=26.32%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81557300.320.100.68318.4619.1226.67
Hex513749020A4413e131b
Octal12167111040121044762333
Binary101000111011110010010100000101010001001001111101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513749; }

 p { color: rgb(81,55,73); }

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

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

 a { background-color: rgb(81,55,73); }

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

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

 span { border-color: rgb(81,55,73); }

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