#503A48

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

Shades of Loulou #503A48

Tints of Loulou #503A48

Color information

#503A48 (or 0x503A48) is unknown color: approx Loulou. HEX triplet: 50, 3A and 48. RGB value is (80,58,72). Sum of RGB (Red+Green+Blue) = 80+58+72=210 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.10% from 210); Green value is 58 (23.05% from 255 or 27.62% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 80 - color contains mainly: red. Hex color #503A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503A48 is #AFC5B7. Grayscale: #424242. Windows color (decimal): -11519416 or 4733520. OLE color: 4733520.

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

Color convert

RGB805872-
CMYK00.280.100.69
HSL321.82º15.94%27.06%-
HSV(B)321.82º27.5%31.37%-
XYZ5.995.26.82-
YUV66.17131.29137.86-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.10%
GREEN value IS 58 (23.05% from 255) = 27.62%
BLUE value IS 72 (28.52% from 255) = 34.29%
R=38.10%
G=27.62%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80587200.280.100.69321.8215.9427.06
Hex503A4801CA45142101b
Octal12072110034121055022033
Binary10100001110101001000011100101010001011010000101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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