#501c42

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

Shades of Loulou #501C42

Tints of Loulou #501C42

Color information

#501C42 (or 0x501C42) is unknown color: approx Loulou. HEX triplet: 50, 1C and 42. RGB value is (80,28,66). Sum of RGB (Red+Green+Blue) = 80+28+66=174 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.98% from 174); Green value is 28 (11.33% from 255 or 16.09% from 174); Blue value is 66 (26.17% from 255 or 37.93% from 174); Max value from RGB is 80 - color contains mainly: red. Hex color #501C42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501C42 is #AFE3BD. Grayscale: #2F2F2F. Windows color (decimal): -11527102 or 4332624. OLE color: 4332624.

HSL color Cylindrical-coordinate representation of color #501C42: hue angle of 316.15º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #501C42 is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.69.

Color convert

RGB802866-
CMYK00.650.170.69
HSL316.15º48.15%21.18%-
HSV(B)316.15º65%31.37%-
XYZ4.712.935.47-
YUV47.88138.23150.91-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.98%
GREEN value IS 28 (11.33% from 255) = 16.09%
BLUE value IS 66 (26.17% from 255) = 37.93%
R=45.98%
G=16.09%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.17
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80286600.650.170.69316.1548.1521.18
Hex501C42041114513c3015
Octal120341020101211054746025
Binary10100001110010000100100000110001100010110011110011000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501c42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501c42; }

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

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

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

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

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

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

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

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