#503049

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

Shades of Loulou #503049

Tints of Loulou #503049

Color information

#503049 (or 0x503049) is unknown color: approx Loulou. HEX triplet: 50, 30 and 49. RGB value is (80,48,73). Sum of RGB (Red+Green+Blue) = 80+48+73=201 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.80% from 201); Green value is 48 (19.14% from 255 or 23.88% from 201); Blue value is 73 (28.91% from 255 or 36.32% from 201); Max value from RGB is 80 - color contains mainly: red. Hex color #503049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503049 is #AFCFB6. Grayscale: #3C3C3C. Windows color (decimal): -11521975 or 4796496. OLE color: 4796496.

HSL color Cylindrical-coordinate representation of color #503049: hue angle of 313.12º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #503049 is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB804873-
CMYK00.400.090.69
HSL313.12º25%25.1%-
HSV(B)313.12º40%31.37%-
XYZ5.574.36.84-
YUV60.42135.1141.97-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.80%
GREEN value IS 48 (19.14% from 255) = 23.88%
BLUE value IS 73 (28.91% from 255) = 36.32%
R=39.80%
G=23.88%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80487300.400.090.69313.122525.1
Hex5030490289451391919
Octal12060111050111054713131
Binary101000011000010010010101000100110001011001110011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503049; }

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

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

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

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

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

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

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

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