#501448

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

Shades of Loulou #501448

Tints of Loulou #501448

Color information

#501448 (or 0x501448) is unknown color: approx Loulou. HEX triplet: 50, 14 and 48. RGB value is (80,20,72). Sum of RGB (Red+Green+Blue) = 80+20+72=172 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.51% from 172); Green value is 20 (8.20% from 255 or 11.63% from 172); Blue value is 72 (28.52% from 255 or 41.86% from 172); Max value from RGB is 80 - color contains mainly: red. Hex color #501448 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501448 is #AFEBB7. Grayscale: #2B2B2B. Windows color (decimal): -11529144 or 4723792. OLE color: 4723792.

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

Color convert

RGB802072-
CMYK00.750.100.69
HSL308º60%19.61%-
HSV(B)308º75%31.37%-
XYZ4.732.676.4-
YUV43.87143.88153.77-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 46.51%
GREEN value IS 20 (8.20% from 255) = 11.63%
BLUE value IS 72 (28.52% from 255) = 41.86%
R=46.51%
G=11.63%
B=41.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80207200.750.100.693086019.61
Hex50144804BA451343c14
Octal120241100113121054647424
Binary1010000101001001000010010111010100010110011010011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501448; }

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

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

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

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

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

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

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

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