#502A4D

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

Shades of Loulou #502A4D

Tints of Loulou #502A4D

Color information

#502A4D (or 0x502A4D) is unknown color: approx Loulou. HEX triplet: 50, 2A and 4D. RGB value is (80,42,77). Sum of RGB (Red+Green+Blue) = 80+42+77=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 42 (16.80% from 255 or 21.11% from 199); Blue value is 77 (30.47% from 255 or 38.69% from 199); Max value from RGB is 80 - color contains mainly: red. Hex color #502A4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502A4D is #AFD5B2. Grayscale: #393939. Windows color (decimal): -11523507 or 5057104. OLE color: 5057104.

HSL color Cylindrical-coordinate representation of color #502A4D: hue angle of 304.74º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #502A4D is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB804277-
CMYK00.480.040.69
HSL304.74º31.15%23.92%-
HSV(B)304.74º47.5%31.37%-
XYZ5.483.97.48-
YUV57.35139.09144.15-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.20%
GREEN value IS 42 (16.80% from 255) = 21.11%
BLUE value IS 77 (30.47% from 255) = 38.69%
R=40.20%
G=21.11%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80427700.480.040.69304.7431.1523.92
Hex502A4D0304451311f18
Octal1205211506041054613730
Binary10100001010101001101011000010010001011001100011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502A4D; }

 p { color: rgb(80,42,77); }

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

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

 a { background-color: rgb(80,42,77); }

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

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

 span { border-color: rgb(80,42,77); }

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