#503346

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

Shades of Loulou #503346

Tints of Loulou #503346

Color information

#503346 (or 0x503346) is unknown color: approx Loulou. HEX triplet: 50, 33 and 46. RGB value is (80,51,70). Sum of RGB (Red+Green+Blue) = 80+51+70=201 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.80% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 70 (27.73% from 255 or 34.83% from 201); Max value from RGB is 80 - color contains mainly: red. Hex color #503346 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503346 is #AFCCB9. Grayscale: #3D3D3D. Windows color (decimal): -11521210 or 4600656. OLE color: 4600656.

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

Color convert

RGB805170-
CMYK00.360.120.69
HSL320.69º22.14%25.69%-
HSV(B)320.69º36.25%31.37%-
XYZ5.64.526.37-
YUV61.84132.61140.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.80%
GREEN value IS 51 (20.31% from 255) = 25.37%
BLUE value IS 70 (27.73% from 255) = 34.83%
R=39.80%
G=25.37%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.12
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80517000.360.120.69320.6922.1425.69
Hex503346024C45141161a
Octal12063106044141055012632
Binary101000011001110001100100100110010001011010000011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503346; }

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

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

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

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

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

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

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

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