#50244B

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

Shades of Loulou #50244B

Tints of Loulou #50244B

Color information

#50244B (or 0x50244B) is unknown color: approx Loulou. HEX triplet: 50, 24 and 4B. RGB value is (80,36,75). Sum of RGB (Red+Green+Blue) = 80+36+75=191 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.88% from 191); Green value is 36 (14.45% from 255 or 18.85% from 191); Blue value is 75 (29.69% from 255 or 39.27% from 191); Max value from RGB is 80 - color contains mainly: red. Hex color #50244B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50244B is #AFDBB4. Grayscale: #353535. Windows color (decimal): -11525045 or 4924496. OLE color: 4924496.

HSL color Cylindrical-coordinate representation of color #50244B: hue angle of 306.82º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50244B is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB803675-
CMYK00.550.060.69
HSL306.82º37.93%22.75%-
HSV(B)306.82º55%31.37%-
XYZ5.213.487.05-
YUV53.6140.08146.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.88%
GREEN value IS 36 (14.45% from 255) = 18.85%
BLUE value IS 75 (29.69% from 255) = 39.27%
R=41.88%
G=18.85%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80367500.550.060.69306.8237.9322.75
Hex50244B0376451332617
Octal1204411306761054634627
Binary101000010010010010110110111110100010110011001110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50244B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50244B; }

 p { color: rgb(80,36,75); }

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

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

 a { background-color: rgb(80,36,75); }

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

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

 span { border-color: rgb(80,36,75); }

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