#502842

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

Shades of Loulou #502842

Tints of Loulou #502842

Color information

#502842 (or 0x502842) is unknown color: approx Loulou. HEX triplet: 50, 28 and 42. RGB value is (80,40,66). Sum of RGB (Red+Green+Blue) = 80+40+66=186 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.01% from 186); Green value is 40 (16.02% from 255 or 21.51% from 186); Blue value is 66 (26.17% from 255 or 35.48% from 186); Max value from RGB is 80 - color contains mainly: red. Hex color #502842 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502842 is #AFD7BD. Grayscale: #363636. Windows color (decimal): -11524030 or 4335696. OLE color: 4335696.

HSL color Cylindrical-coordinate representation of color #502842: hue angle of 321º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #502842 is Cyan = 0, Magento = 0.5, Yellow = 0.17 and Black (K on CMYK) = 0.69.

Color convert

RGB804066-
CMYK00.50.170.69
HSL321º33.33%23.53%-
HSV(B)321º50%31.37%-
XYZ5.053.625.59-
YUV54.92134.25145.89-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.01%
GREEN value IS 40 (16.02% from 255) = 21.51%
BLUE value IS 66 (26.17% from 255) = 35.48%
R=43.01%
G=21.51%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.17
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80406600.50.170.6932133.3323.53
Hex50284203211451412118
Octal12050102062211055014130
Binary10100001010001000010011001010001100010110100000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502842; }

 p { color: rgb(80,40,66); }

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

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

 a { background-color: rgb(80,40,66); }

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

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

 span { border-color: rgb(80,40,66); }

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