#501248

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

Shades of Loulou #501248

Tints of Loulou #501248

Color information

#501248 (or 0x501248) is unknown color: approx Loulou. HEX triplet: 50, 12 and 48. RGB value is (80,18,72). Sum of RGB (Red+Green+Blue) = 80+18+72=170 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.06% from 170); Green value is 18 (7.42% from 255 or 10.59% from 170); Blue value is 72 (28.52% from 255 or 42.35% from 170); Max value from RGB is 80 - color contains mainly: red. Hex color #501248 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501248 is #AFEDB7. Grayscale: #2A2A2A. Windows color (decimal): -11529656 or 4723280. OLE color: 4723280.

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

Color convert

RGB801872-
CMYK00.780.100.69
HSL307.74º63.27%19.22%-
HSV(B)307.74º77.5%31.37%-
XYZ4.692.616.39-
YUV42.69144.54154.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.06%
GREEN value IS 18 (7.42% from 255) = 10.59%
BLUE value IS 72 (28.52% from 255) = 42.35%
R=47.06%
G=10.59%
B=42.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80187200.780.100.69307.7463.2719.22
Hex50124804EA451343f13
Octal120221100116121054647723
Binary1010000100101001000010011101010100010110011010011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501248; }

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

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

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

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

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

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

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

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