#502449

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

Shades of Loulou #502449

Tints of Loulou #502449

Color information

#502449 (or 0x502449) is unknown color: approx Loulou. HEX triplet: 50, 24 and 49. RGB value is (80,36,73). Sum of RGB (Red+Green+Blue) = 80+36+73=189 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.33% from 189); Green value is 36 (14.45% from 255 or 19.05% from 189); Blue value is 73 (28.91% from 255 or 38.62% from 189); Max value from RGB is 80 - color contains mainly: red. Hex color #502449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502449 is #AFDBB6. Grayscale: #353535. Windows color (decimal): -11525047 or 4793424. OLE color: 4793424.

HSL color Cylindrical-coordinate representation of color #502449: hue angle of 309.55º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #502449 is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB803673-
CMYK00.550.090.69
HSL309.55º37.93%22.75%-
HSV(B)309.55º55%31.37%-
XYZ5.143.456.7-
YUV53.37139.08146.99-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 42.33%
GREEN value IS 36 (14.45% from 255) = 19.05%
BLUE value IS 73 (28.91% from 255) = 38.62%
R=42.33%
G=19.05%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80367300.550.090.69309.5537.9322.75
Hex5024490379451362617
Octal12044111067111054664627
Binary1010000100100100100101101111001100010110011011010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502449; }

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

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

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

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

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

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

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

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