#502148

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

Shades of Loulou #502148

Tints of Loulou #502148

Color information

#502148 (or 0x502148) is unknown color: approx Loulou. HEX triplet: 50, 21 and 48. RGB value is (80,33,72). Sum of RGB (Red+Green+Blue) = 80+33+72=185 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.24% from 185); Green value is 33 (13.28% from 255 or 17.84% from 185); Blue value is 72 (28.52% from 255 or 38.92% from 185); Max value from RGB is 80 - color contains mainly: red. Hex color #502148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502148 is #AFDEB7. Grayscale: #333333. Windows color (decimal): -11525816 or 4727120. OLE color: 4727120.

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

Color convert

RGB803372-
CMYK00.590.100.69
HSL310.21º41.59%22.16%-
HSV(B)310.21º58.75%31.37%-
XYZ5.023.266.5-
YUV51.5139.57148.33-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.24%
GREEN value IS 33 (13.28% from 255) = 17.84%
BLUE value IS 72 (28.52% from 255) = 38.92%
R=43.24%
G=17.84%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80337200.590.100.69310.2141.5922.16
Hex50214803BA451362a16
Octal12041110073121054665226
Binary1010000100001100100001110111010100010110011011010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502148; }

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

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

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

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

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

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

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

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