#502549

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

Shades of Loulou #502549

Tints of Loulou #502549

Color information

#502549 (or 0x502549) is unknown color: approx Loulou. HEX triplet: 50, 25 and 49. RGB value is (80,37,73). Sum of RGB (Red+Green+Blue) = 80+37+73=190 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.11% from 190); Green value is 37 (14.84% from 255 or 19.47% from 190); Blue value is 73 (28.91% from 255 or 38.42% from 190); Max value from RGB is 80 - color contains mainly: red. Hex color #502549 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502549 is #AFDAB6. Grayscale: #353535. Windows color (decimal): -11524791 or 4793680. OLE color: 4793680.

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

Color convert

RGB803773-
CMYK00.540.090.69
HSL309.77º36.75%22.94%-
HSV(B)309.77º53.75%31.37%-
XYZ5.173.516.71-
YUV53.96138.75146.57-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 42.11%
GREEN value IS 37 (14.84% from 255) = 19.47%
BLUE value IS 73 (28.91% from 255) = 38.42%
R=42.11%
G=19.47%
B=38.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80377300.540.090.69309.7736.7522.94
Hex5025490369451362517
Octal12045111066111054664527
Binary1010000100101100100101101101001100010110011011010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502549; }

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

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

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

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

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

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

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

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