#503045

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

Shades of Loulou #503045

Tints of Loulou #503045

Color information

#503045 (or 0x503045) is unknown color: approx Loulou. HEX triplet: 50, 30 and 45. RGB value is (80,48,69). Sum of RGB (Red+Green+Blue) = 80+48+69=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 69 (27.34% from 255 or 35.03% from 197); Max value from RGB is 80 - color contains mainly: red. Hex color #503045 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503045 is #AFCFBA. Grayscale: #3B3B3B. Windows color (decimal): -11521979 or 4534352. OLE color: 4534352.

HSL color Cylindrical-coordinate representation of color #503045: hue angle of 320.62º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #503045 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB804869-
CMYK00.400.140.69
HSL320.62º25%25.1%-
HSV(B)320.62º40%31.37%-
XYZ5.444.256.16-
YUV59.96133.1142.29-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.61%
GREEN value IS 48 (19.14% from 255) = 24.37%
BLUE value IS 69 (27.34% from 255) = 35.03%
R=40.61%
G=24.37%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80486900.400.140.69320.622525.1
Hex503045028E451411919
Octal12060105050161055013131
Binary101000011000010001010101000111010001011010000011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503045; }

 p { color: rgb(80,48,69); }

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

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

 a { background-color: rgb(80,48,69); }

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

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

 span { border-color: rgb(80,48,69); }

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