#503046

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

Shades of Loulou #503046

Tints of Loulou #503046

Color information

#503046 (or 0x503046) is unknown color: approx Loulou. HEX triplet: 50, 30 and 46. RGB value is (80,48,70). Sum of RGB (Red+Green+Blue) = 80+48+70=198 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.40% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 70 (27.73% from 255 or 35.35% from 198); Max value from RGB is 80 - color contains mainly: red. Hex color #503046 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503046 is #AFCFB9. Grayscale: #3C3C3C. Windows color (decimal): -11521978 or 4599888. OLE color: 4599888.

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

Color convert

RGB804870-
CMYK00.400.120.69
HSL318.75º25%25.1%-
HSV(B)318.75º40%31.37%-
XYZ5.474.266.33-
YUV60.08133.6142.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.40%
GREEN value IS 48 (19.14% from 255) = 24.24%
BLUE value IS 70 (27.73% from 255) = 35.35%
R=40.40%
G=24.24%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.12
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80487000.400.120.69318.752525.1
Hex503046028C4513f1919
Octal12060106050141054773131
Binary101000011000010001100101000110010001011001111111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503046; }

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

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

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

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

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

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

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

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