#502B46

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

Shades of Loulou #502B46

Tints of Loulou #502B46

Color information

#502B46 (or 0x502B46) is unknown color: approx Loulou. HEX triplet: 50, 2B and 46. RGB value is (80,43,70). Sum of RGB (Red+Green+Blue) = 80+43+70=193 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.45% from 193); Green value is 43 (17.19% from 255 or 22.28% from 193); Blue value is 70 (27.73% from 255 or 36.27% from 193); Max value from RGB is 80 - color contains mainly: red. Hex color #502B46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502B46 is #AFD4B9. Grayscale: #393939. Windows color (decimal): -11523258 or 4598608. OLE color: 4598608.

HSL color Cylindrical-coordinate representation of color #502B46: hue angle of 316.22º 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 #502B46 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.69.

Color convert

RGB804370-
CMYK00.460.120.69
HSL316.22º30.08%24.12%-
HSV(B)316.22º46.25%31.37%-
XYZ5.283.886.26-
YUV57.14135.26144.3-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.45%
GREEN value IS 43 (17.19% from 255) = 22.28%
BLUE value IS 70 (27.73% from 255) = 36.27%
R=41.45%
G=22.28%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80437000.460.120.69316.2230.0824.12
Hex502B4602EC4513c1e18
Octal12053106056141054743630
Binary101000010101110001100101110110010001011001111001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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