#502F46

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

Shades of Loulou #502F46

Tints of Loulou #502F46

Color information

#502F46 (or 0x502F46) is unknown color: approx Loulou. HEX triplet: 50, 2F and 46. RGB value is (80,47,70). Sum of RGB (Red+Green+Blue) = 80+47+70=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 47 (18.75% from 255 or 23.86% from 197); Blue value is 70 (27.73% from 255 or 35.53% from 197); Max value from RGB is 80 - color contains mainly: red. Hex color #502F46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502F46 is #AFD0B9. Grayscale: #3B3B3B. Windows color (decimal): -11522234 or 4599632. OLE color: 4599632.

HSL color Cylindrical-coordinate representation of color #502F46: hue angle of 318.18º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #502F46 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.69.

Color convert

RGB804770-
CMYK00.410.120.69
HSL318.18º25.98%24.9%-
HSV(B)318.18º41.25%31.37%-
XYZ5.434.186.32-
YUV59.49133.93142.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.61%
GREEN value IS 47 (18.75% from 255) = 23.86%
BLUE value IS 70 (27.73% from 255) = 35.53%
R=40.61%
G=23.86%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80477000.410.120.69318.1825.9824.9
Hex502F46029C4513e1a19
Octal12057106051141054763231
Binary101000010111110001100101001110010001011001111101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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