#502E4B

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

Shades of Loulou #502E4B

Tints of Loulou #502E4B

Color information

#502E4B (or 0x502E4B) is unknown color: approx Loulou. HEX triplet: 50, 2E and 4B. RGB value is (80,46,75). Sum of RGB (Red+Green+Blue) = 80+46+75=201 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.80% from 201); Green value is 46 (18.36% from 255 or 22.89% from 201); Blue value is 75 (29.69% from 255 or 37.31% from 201); Max value from RGB is 80 - color contains mainly: red. Hex color #502E4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502E4B is #AFD1B4. Grayscale: #3B3B3B. Windows color (decimal): -11522485 or 4927056. OLE color: 4927056.

HSL color Cylindrical-coordinate representation of color #502E4B: hue angle of 308.82º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #502E4B is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB804675-
CMYK00.420.060.69
HSL308.82º26.98%24.71%-
HSV(B)308.82º42.5%31.37%-
XYZ5.564.177.17-
YUV59.47136.76142.64-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.80%
GREEN value IS 46 (18.36% from 255) = 22.89%
BLUE value IS 75 (29.69% from 255) = 37.31%
R=39.80%
G=22.89%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80467500.420.060.69308.8226.9824.71
Hex502E4B02A6451351b19
Octal1205611305261054653331
Binary10100001011101001011010101011010001011001101011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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