#502949

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

Shades of Loulou #502949

Tints of Loulou #502949

Color information

#502949 (or 0x502949) is unknown color: approx Loulou. HEX triplet: 50, 29 and 49. RGB value is (80,41,73). Sum of RGB (Red+Green+Blue) = 80+41+73=194 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.24% from 194); Green value is 41 (16.41% from 255 or 21.13% from 194); Blue value is 73 (28.91% from 255 or 37.63% from 194); Max value from RGB is 80 - color contains mainly: red. Hex color #502949 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502949 is #AFD6B6. Grayscale: #383838. Windows color (decimal): -11523767 or 4794704. OLE color: 4794704.

HSL color Cylindrical-coordinate representation of color #502949: hue angle of 310.77º 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 #502949 is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB804173-
CMYK00.490.090.69
HSL310.77º32.23%23.73%-
HSV(B)310.77º48.75%31.37%-
XYZ5.33.776.75-
YUV56.31137.42144.9-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.24%
GREEN value IS 41 (16.41% from 255) = 21.13%
BLUE value IS 73 (28.91% from 255) = 37.63%
R=41.24%
G=21.13%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80417300.490.090.69310.7732.2323.73
Hex5029490319451372018
Octal12051111061111054674030
Binary1010000101001100100101100011001100010110011011110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502949; }

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

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

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

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

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

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

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

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