Html Css Color HEX #50244C Loulou

📋 copy color: '#50244C'

red 80 ◦ green 36 ◦ blue 76

#50244C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Loulou #50244C

Tints of Loulou #50244C

RGB

 RED value IS 80 (31.64% from 255) = 41.67%

 GREEN value IS 36 (14.45% from 255) = 18.75%

 BLUE value IS 76 (30.08% from 255) = 39.58%

R = 41.67%
G = 18.75%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.05

 K value IS 0.69

RGB Variations

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

Color information

#50244C (or 0x50244C) is known color: Loulou. HEX triplet: 50, 24 and 4C. RGB value is (80,36,76). Sum of RGB (Red+Green+Blue) = 80+36+76=192 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.67% from 192); Green value is 36 (14.45% from 255 or 18.75% from 192); Blue value is 76 (30.08% from 255 or 39.58% from 192); Max value from RGB is 80 - color contains mainly: red. Hex color #50244C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50244C is #AFDBB3. Grayscale: #353535. Windows color (decimal): -11525044 or 4990032. OLE color: 4990032.

HSL color Cylindrical-coordinate representation of color #50244C: hue angle of 305.45º 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 #50244C is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 36 76 -
CMYK 0 0.55 0.05 0.69
HSL 305.45º 0.38% 0.23% -
HSV(B) 305.45º 0.55% 0.31% -
XYZ 5.24 3.49 7.23 -
YUV 53.72 140.58 146.75 -
System Red Green Blue C M Y K H S L
Decimal 80 36 76 0 0.55 0.05 0.69 305.45 0.38 0.23
Hex 50 24 4C 0 37 5 45 131 26 17
Octal 120 44 114 0 67 5 105 461 46 27
Binary 1010000 100100 1001100 0 110111 101 1000101 100110001 100110 10111

Color Harmonies of #50244C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50244C

Black with #50244C

Text Example


Text Example

White with #50244C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50244C;
 }
 .AnyTagClassName
 {
   color: #50244C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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