#503048

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

Shades of Loulou #503048

Tints of Loulou #503048

Color information

#503048 (or 0x503048) is unknown color: approx Loulou. HEX triplet: 50, 30 and 48. RGB value is (80,48,72). Sum of RGB (Red+Green+Blue) = 80+48+72=200 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40% from 200); Green value is 48 (19.14% from 255 or 24% from 200); Blue value is 72 (28.52% from 255 or 36% from 200); Max value from RGB is 80 - color contains mainly: red. Hex color #503048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503048 is #AFCFB7. Grayscale: #3C3C3C. Windows color (decimal): -11521976 or 4730960. OLE color: 4730960.

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

Color convert

RGB804872-
CMYK00.400.100.69
HSL315º25%25.1%-
HSV(B)315º40%31.37%-
XYZ5.534.296.67-
YUV60.3134.6142.05-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40%
GREEN value IS 48 (19.14% from 255) = 24%
BLUE value IS 72 (28.52% from 255) = 36%
R=40%
G=24%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80487200.400.100.693152525.1
Hex503048028A4513b1919
Octal12060110050121054733131
Binary101000011000010010000101000101010001011001110111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503048; }

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

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

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

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

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

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

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

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