#503648

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

Shades of Loulou #503648

Tints of Loulou #503648

Color information

#503648 (or 0x503648) is unknown color: approx Loulou. HEX triplet: 50, 36 and 48. RGB value is (80,54,72). Sum of RGB (Red+Green+Blue) = 80+54+72=206 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.83% from 206); Green value is 54 (21.48% from 255 or 26.21% from 206); Blue value is 72 (28.52% from 255 or 34.95% from 206); Max value from RGB is 80 - color contains mainly: red. Hex color #503648 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503648 is #AFC9B7. Grayscale: #3F3F3F. Windows color (decimal): -11520440 or 4732496. OLE color: 4732496.

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

Color convert

RGB805472-
CMYK00.330.100.69
HSL318.46º19.4%26.27%-
HSV(B)318.46º32.5%31.37%-
XYZ5.84.816.75-
YUV63.83132.61139.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.83%
GREEN value IS 54 (21.48% from 255) = 26.21%
BLUE value IS 72 (28.52% from 255) = 34.95%
R=38.83%
G=26.21%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80547200.330.100.69318.4619.426.27
Hex503648021A4513e131a
Octal12066110041121054762332
Binary101000011011010010000100001101010001011001111101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503648; }

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

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

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

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

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

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

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

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