#502443

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

Shades of Loulou #502443

Tints of Loulou #502443

Color information

#502443 (or 0x502443) is unknown color: approx Loulou. HEX triplet: 50, 24 and 43. RGB value is (80,36,67). Sum of RGB (Red+Green+Blue) = 80+36+67=183 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.72% from 183); Green value is 36 (14.45% from 255 or 19.67% from 183); Blue value is 67 (26.56% from 255 or 36.61% from 183); Max value from RGB is 80 - color contains mainly: red. Hex color #502443 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502443 is #AFDBBC. Grayscale: #343434. Windows color (decimal): -11525053 or 4400208. OLE color: 4400208.

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

Color convert

RGB803667-
CMYK00.550.160.69
HSL317.73º37.93%22.75%-
HSV(B)317.73º55%31.37%-
XYZ4.953.375.7-
YUV52.69136.08147.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.72%
GREEN value IS 36 (14.45% from 255) = 19.67%
BLUE value IS 67 (26.56% from 255) = 36.61%
R=43.72%
G=19.67%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.16
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80366700.550.160.69317.7337.9322.75
Hex502443037104513e2617
Octal12044103067201054764627
Binary10100001001001000011011011110000100010110011111010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502443; }

 p { color: rgb(80,36,67); }

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

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

 a { background-color: rgb(80,36,67); }

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

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

 span { border-color: rgb(80,36,67); }

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