#503B48

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

Shades of Loulou #503B48

Tints of Loulou #503B48

Color information

#503B48 (or 0x503B48) is unknown color: approx Loulou. HEX triplet: 50, 3B and 48. RGB value is (80,59,72). Sum of RGB (Red+Green+Blue) = 80+59+72=211 (27% of max value = 765). Red value is 80 (31.64% from 255 or 37.91% from 211); Green value is 59 (23.44% from 255 or 27.96% from 211); Blue value is 72 (28.52% from 255 or 34.12% from 211); Max value from RGB is 80 - color contains mainly: red. Hex color #503B48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503B48 is #AFC4B7. Grayscale: #424242. Windows color (decimal): -11519160 or 4733776. OLE color: 4733776.

HSL color Cylindrical-coordinate representation of color #503B48: hue angle of 322.86º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #503B48 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB805972-
CMYK00.260.100.69
HSL322.86º15.11%27.25%-
HSV(B)322.86º26.25%31.37%-
XYZ6.045.36.84-
YUV66.76130.96137.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.91%
GREEN value IS 59 (23.44% from 255) = 27.96%
BLUE value IS 72 (28.52% from 255) = 34.12%
R=37.91%
G=27.96%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80597200.260.100.69322.8615.1127.25
Hex503B4801AA45143f1b
Octal12073110032121055031733
Binary1010000111011100100001101010101000101101000011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503B48; }

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

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

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

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

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

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

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

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