#502944

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

Shades of Loulou #502944

Tints of Loulou #502944

Color information

#502944 (or 0x502944) is unknown color: approx Loulou. HEX triplet: 50, 29 and 44. RGB value is (80,41,68). Sum of RGB (Red+Green+Blue) = 80+41+68=189 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.33% from 189); Green value is 41 (16.41% from 255 or 21.69% from 189); Blue value is 68 (26.95% from 255 or 35.98% from 189); Max value from RGB is 80 - color contains mainly: red. Hex color #502944 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502944 is #AFD6BB. Grayscale: #373737. Windows color (decimal): -11523772 or 4467024. OLE color: 4467024.

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

Color convert

RGB804168-
CMYK00.490.150.69
HSL318.46º32.23%23.73%-
HSV(B)318.46º48.75%31.37%-
XYZ5.143.715.91-
YUV55.74134.92145.3-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 42.33%
GREEN value IS 41 (16.41% from 255) = 21.69%
BLUE value IS 68 (26.95% from 255) = 35.98%
R=42.33%
G=21.69%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.15
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80416800.490.150.69318.4632.2323.73
Hex502944031F4513e2018
Octal12051104061171054764030
Binary1010000101001100010001100011111100010110011111010000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502944; }

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

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

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

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

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

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

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

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