#502844

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

Shades of Loulou #502844

Tints of Loulou #502844

Color information

#502844 (or 0x502844) is unknown color: approx Loulou. HEX triplet: 50, 28 and 44. RGB value is (80,40,68). Sum of RGB (Red+Green+Blue) = 80+40+68=188 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.55% from 188); Green value is 40 (16.02% from 255 or 21.28% from 188); Blue value is 68 (26.95% from 255 or 36.17% from 188); Max value from RGB is 80 - color contains mainly: red. Hex color #502844 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502844 is #AFD7BB. Grayscale: #373737. Windows color (decimal): -11524028 or 4466768. OLE color: 4466768.

HSL color Cylindrical-coordinate representation of color #502844: hue angle of 318º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #502844 is Cyan = 0, Magento = 0.5, Yellow = 0.15 and Black (K on CMYK) = 0.69.

Color convert

RGB804068-
CMYK00.50.150.69
HSL318º33.33%23.53%-
HSV(B)318º50%31.37%-
XYZ5.113.645.9-
YUV55.15135.25145.72-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 42.55%
GREEN value IS 40 (16.02% from 255) = 21.28%
BLUE value IS 68 (26.95% from 255) = 36.17%
R=42.55%
G=21.28%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.15
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80406800.50.150.6931833.3323.53
Hex502844032F4513e2118
Octal12050104062171054764130
Binary1010000101000100010001100101111100010110011111010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502844; }

 p { color: rgb(80,40,68); }

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

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

 a { background-color: rgb(80,40,68); }

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

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

 span { border-color: rgb(80,40,68); }

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