#501948

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

Shades of Loulou #501948

Tints of Loulou #501948

Color information

#501948 (or 0x501948) is unknown color: approx Loulou. HEX triplet: 50, 19 and 48. RGB value is (80,25,72). Sum of RGB (Red+Green+Blue) = 80+25+72=177 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.20% from 177); Green value is 25 (10.16% from 255 or 14.12% from 177); Blue value is 72 (28.52% from 255 or 40.68% from 177); Max value from RGB is 80 - color contains mainly: red. Hex color #501948 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501948 is #AFE6B7. Grayscale: #2E2E2E. Windows color (decimal): -11527864 or 4725072. OLE color: 4725072.

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

Color convert

RGB802572-
CMYK00.690.100.69
HSL308.73º52.38%20.59%-
HSV(B)308.73º68.75%31.37%-
XYZ4.832.876.43-
YUV46.8142.22151.68-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.20%
GREEN value IS 25 (10.16% from 255) = 14.12%
BLUE value IS 72 (28.52% from 255) = 40.68%
R=45.20%
G=14.12%
B=40.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80257200.690.100.69308.7352.3820.59
Hex501948045A451353415
Octal120311100105121054656425
Binary1010000110011001000010001011010100010110011010111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501948; }

 p { color: rgb(80,25,72); }

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

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

 a { background-color: rgb(80,25,72); }

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

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

 span { border-color: rgb(80,25,72); }

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