Html Css Color HEX #50294A Loulou

📋 copy color: '#50294A'

red 80 ◦ green 41 ◦ blue 74

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

Shades of Loulou #50294A

Tints of Loulou #50294A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.03%

 BLUE value IS 74 (29.3% from 255) = 37.95%

R = 41.03%
G = 21.03%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#50294A (or 0x50294A) is known color: Loulou. HEX triplet: 50, 29 and 4A. RGB value is (80,41,74). Sum of RGB (Red+Green+Blue) = 80+41+74=195 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.03% from 195); Green value is 41 (16.41% from 255 or 21.03% from 195); Blue value is 74 (29.30% from 255 or 37.95% from 195); Max value from RGB is 80 - color contains mainly: red. Hex color #50294A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50294A is #AFD6B5. Grayscale: #383838. Windows color (decimal): -11523766 or 4860240. OLE color: 4860240.

HSL color Cylindrical-coordinate representation of color #50294A: hue angle of 309.23º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #50294A is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 41 74 -
CMYK 0 0.49 0.08 0.69
HSL 309.23º 0.32% 0.24% -
HSV(B) 309.23º 0.49% 0.31% -
XYZ 5.34 3.79 6.93 -
YUV 56.42 137.92 144.82 -
System Red Green Blue C M Y K H S L
Decimal 80 41 74 0 0.49 0.08 0.69 309.23 0.32 0.24
Hex 50 29 4A 0 31 8 45 135 20 18
Octal 120 51 112 0 61 10 105 465 40 30
Binary 1010000 101001 1001010 0 110001 1000 1000101 100110101 100000 11000

Color Harmonies of #50294A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50294A

Black with #50294A

Text Example


Text Example

White with #50294A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50294A;
 }
 .AnyTagClassName
 {
   color: #50294A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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