#503446

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

Shades of Loulou #503446

Tints of Loulou #503446

Color information

#503446 (or 0x503446) is unknown color: approx Loulou. HEX triplet: 50, 34 and 46. RGB value is (80,52,70). Sum of RGB (Red+Green+Blue) = 80+52+70=202 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.60% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 70 (27.73% from 255 or 34.65% from 202); Max value from RGB is 80 - color contains mainly: red. Hex color #503446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503446 is #AFCBB9. Grayscale: #3E3E3E. Windows color (decimal): -11520954 or 4600912. OLE color: 4600912.

HSL color Cylindrical-coordinate representation of color #503446: hue angle of 321.43º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #503446 is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.69.

Color convert

RGB805270-
CMYK00.350.120.69
HSL321.43º21.21%25.88%-
HSV(B)321.43º35%31.37%-
XYZ5.644.66.39-
YUV62.42132.28140.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.60%
GREEN value IS 52 (20.70% from 255) = 25.74%
BLUE value IS 70 (27.73% from 255) = 34.65%
R=39.60%
G=25.74%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.12
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80527000.350.120.69321.4321.2125.88
Hex503446023C45141151a
Octal12064106043141055012532
Binary101000011010010001100100011110010001011010000011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503446; }

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

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

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

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

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

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

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

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