#502B44

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

Shades of Loulou #502B44

Tints of Loulou #502B44

Color information

#502B44 (or 0x502B44) is unknown color: approx Loulou. HEX triplet: 50, 2B and 44. RGB value is (80,43,68). Sum of RGB (Red+Green+Blue) = 80+43+68=191 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.88% from 191); Green value is 43 (17.19% from 255 or 22.51% from 191); Blue value is 68 (26.95% from 255 or 35.60% from 191); Max value from RGB is 80 - color contains mainly: red. Hex color #502B44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502B44 is #AFD4BB. Grayscale: #383838. Windows color (decimal): -11523260 or 4467536. OLE color: 4467536.

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

Color convert

RGB804368-
CMYK00.460.150.69
HSL319.46º30.08%24.12%-
HSV(B)319.46º46.25%31.37%-
XYZ5.223.855.94-
YUV56.91134.26144.47-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.88%
GREEN value IS 43 (17.19% from 255) = 22.51%
BLUE value IS 68 (26.95% from 255) = 35.60%
R=41.88%
G=22.51%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.15
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80436800.460.150.69319.4630.0824.12
Hex502B4402EF4513f1e18
Octal12053104056171054773630
Binary101000010101110001000101110111110001011001111111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,43,68); }

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

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

 a { background-color: rgb(80,43,68); }

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

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

 span { border-color: rgb(80,43,68); }

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