#513049

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

Shades of Loulou #513049

Tints of Loulou #513049

Color information

#513049 (or 0x513049) is unknown color: approx Loulou. HEX triplet: 51, 30 and 49. RGB value is (81,48,73). Sum of RGB (Red+Green+Blue) = 81+48+73=202 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.10% from 202); Green value is 48 (19.14% from 255 or 23.76% from 202); Blue value is 73 (28.91% from 255 or 36.14% from 202); Max value from RGB is 81 - color contains mainly: red. Hex color #513049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513049 is #AECFB6. Grayscale: #3C3C3C. Windows color (decimal): -11456439 or 4796497. OLE color: 4796497.

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

Color convert

RGB814873-
CMYK00.410.100.68
HSL314.55º25.58%25.29%-
HSV(B)314.55º40.74%31.76%-
XYZ5.654.346.84-
YUV60.72134.93142.47-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.10%
GREEN value IS 48 (19.14% from 255) = 23.76%
BLUE value IS 73 (28.91% from 255) = 36.14%
R=40.10%
G=23.76%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.10
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81487300.410.100.68314.5525.5825.29
Hex513049029A4413b1a19
Octal12160111051121044733231
Binary101000111000010010010101001101010001001001110111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513049; }

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

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

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

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

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

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

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

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