#502C4B

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

Shades of Loulou #502C4B

Tints of Loulou #502C4B

Color information

#502C4B (or 0x502C4B) is unknown color: approx Loulou. HEX triplet: 50, 2C and 4B. RGB value is (80,44,75). Sum of RGB (Red+Green+Blue) = 80+44+75=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 44 (17.58% from 255 or 22.11% from 199); Blue value is 75 (29.69% from 255 or 37.69% from 199); Max value from RGB is 80 - color contains mainly: red. Hex color #502C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502C4B is #AFD3B4. Grayscale: #3A3A3A. Windows color (decimal): -11522997 or 4926544. OLE color: 4926544.

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

Color convert

RGB804475-
CMYK00.450.060.69
HSL308.33º29.03%24.31%-
HSV(B)308.33º45%31.37%-
XYZ5.484.017.14-
YUV58.3137.43143.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.20%
GREEN value IS 44 (17.58% from 255) = 22.11%
BLUE value IS 75 (29.69% from 255) = 37.69%
R=40.20%
G=22.11%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80447500.450.060.69308.3329.0324.31
Hex502C4B02D6451341d18
Octal1205411305561054643530
Binary10100001011001001011010110111010001011001101001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,44,75); }

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

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

 a { background-color: rgb(80,44,75); }

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

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

 span { border-color: rgb(80,44,75); }

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