#502642

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

Shades of Loulou #502642

Tints of Loulou #502642

Color information

#502642 (or 0x502642) is unknown color: approx Loulou. HEX triplet: 50, 26 and 42. RGB value is (80,38,66). Sum of RGB (Red+Green+Blue) = 80+38+66=184 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.48% from 184); Green value is 38 (15.23% from 255 or 20.65% from 184); Blue value is 66 (26.17% from 255 or 35.87% from 184); Max value from RGB is 80 - color contains mainly: red. Hex color #502642 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502642 is #AFD9BD. Grayscale: #353535. Windows color (decimal): -11524542 or 4335184. OLE color: 4335184.

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

Color convert

RGB803866-
CMYK00.520.170.69
HSL320º35.59%23.14%-
HSV(B)320º52.5%31.37%-
XYZ4.983.495.56-
YUV53.75134.91146.72-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.48%
GREEN value IS 38 (15.23% from 255) = 20.65%
BLUE value IS 66 (26.17% from 255) = 35.87%
R=43.48%
G=20.65%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.17
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80386600.520.170.6932035.5923.14
Hex50264203411451402417
Octal12046102064211055004427
Binary10100001001101000010011010010001100010110100000010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502642; }

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

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

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

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

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

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

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

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