#503949

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

Shades of Loulou #503949

Tints of Loulou #503949

Color information

#503949 (or 0x503949) is unknown color: approx Loulou. HEX triplet: 50, 39 and 49. RGB value is (80,57,73). Sum of RGB (Red+Green+Blue) = 80+57+73=210 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.10% from 210); Green value is 57 (22.66% from 255 or 27.14% from 210); Blue value is 73 (28.91% from 255 or 34.76% from 210); Max value from RGB is 80 - color contains mainly: red. Hex color #503949 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503949 is #AFC6B6. Grayscale: #414141. Windows color (decimal): -11519671 or 4798800. OLE color: 4798800.

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

Color convert

RGB805773-
CMYK00.290.090.69
HSL318.26º16.79%26.86%-
HSV(B)318.26º28.75%31.37%-
XYZ5.975.116.98-
YUV65.7132.12138.2-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.10%
GREEN value IS 57 (22.66% from 255) = 27.14%
BLUE value IS 73 (28.91% from 255) = 34.76%
R=38.10%
G=27.14%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80577300.290.090.69318.2616.7926.86
Hex50394901D94513e111b
Octal12071111035111054762133
Binary10100001110011001001011101100110001011001111101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503949; }

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

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

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

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

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

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

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

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