#502942

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

Shades of Loulou #502942

Tints of Loulou #502942

Color information

#502942 (or 0x502942) is unknown color: approx Loulou. HEX triplet: 50, 29 and 42. RGB value is (80,41,66). Sum of RGB (Red+Green+Blue) = 80+41+66=187 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.78% from 187); Green value is 41 (16.41% from 255 or 21.93% from 187); Blue value is 66 (26.17% from 255 or 35.29% from 187); Max value from RGB is 80 - color contains mainly: red. Hex color #502942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502942 is #AFD6BD. Grayscale: #373737. Windows color (decimal): -11523774 or 4335952. OLE color: 4335952.

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

Color convert

RGB804166-
CMYK00.490.170.69
HSL321.54º32.23%23.73%-
HSV(B)321.54º48.75%31.37%-
XYZ5.083.685.6-
YUV55.51133.92145.47-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 42.78%
GREEN value IS 41 (16.41% from 255) = 21.93%
BLUE value IS 66 (26.17% from 255) = 35.29%
R=42.78%
G=21.93%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.17
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80416600.490.170.69321.5432.2323.73
Hex50294203111451422018
Octal12051102061211055024030
Binary10100001010011000010011000110001100010110100001010000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502942; }

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

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

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

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

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

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

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

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