#50214A

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

Shades of Loulou #50214A

Tints of Loulou #50214A

Color information

#50214A (or 0x50214A) is unknown color: approx Loulou. HEX triplet: 50, 21 and 4A. RGB value is (80,33,74). Sum of RGB (Red+Green+Blue) = 80+33+74=187 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.78% from 187); Green value is 33 (13.28% from 255 or 17.65% from 187); Blue value is 74 (29.30% from 255 or 39.57% from 187); Max value from RGB is 80 - color contains mainly: red. Hex color #50214A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50214A is #AFDEB5. Grayscale: #333333. Windows color (decimal): -11525814 or 4858192. OLE color: 4858192.

HSL color Cylindrical-coordinate representation of color #50214A: hue angle of 307.66º 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 #50214A is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB803374-
CMYK00.590.080.69
HSL307.66º41.59%22.16%-
HSV(B)307.66º58.75%31.37%-
XYZ5.093.296.84-
YUV51.73140.57148.17-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 42.78%
GREEN value IS 33 (13.28% from 255) = 17.65%
BLUE value IS 74 (29.30% from 255) = 39.57%
R=42.78%
G=17.65%
B=39.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80337400.590.080.69307.6641.5922.16
Hex50214A03B8451342a16
Octal12041112073101054645226
Binary1010000100001100101001110111000100010110011010010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50214A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50214A; }

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

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

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

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

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

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

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

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