#503044

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

Shades of Loulou #503044

Tints of Loulou #503044

Color information

#503044 (or 0x503044) is unknown color: approx Loulou. HEX triplet: 50, 30 and 44. RGB value is (80,48,68). Sum of RGB (Red+Green+Blue) = 80+48+68=196 (25% of max value = 765). Red value is 80 (31.64% from 255 or 40.82% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 68 (26.95% from 255 or 34.69% from 196); Max value from RGB is 80 - color contains mainly: red. Hex color #503044 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503044 is #AFCFBB. Grayscale: #3B3B3B. Windows color (decimal): -11521980 or 4468816. OLE color: 4468816.

HSL color Cylindrical-coordinate representation of color #503044: hue angle of 322.5º 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 #503044 is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.69.

Color convert

RGB804868-
CMYK00.400.150.69
HSL322.5º25%25.1%-
HSV(B)322.5º40%31.37%-
XYZ5.414.246-
YUV59.85132.6142.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.82%
GREEN value IS 48 (19.14% from 255) = 24.49%
BLUE value IS 68 (26.95% from 255) = 34.69%
R=40.82%
G=24.49%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.15
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80486800.400.150.69322.52525.1
Hex503044028F451421919
Octal12060104050171055023131
Binary101000011000010001000101000111110001011010000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503044; }

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

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

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

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

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

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

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

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