Html Css Color HEX #50194A Loulou

📋 copy color: '#50194A'

red 80 ◦ green 25 ◦ blue 74

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

Shades of Loulou #50194A

Tints of Loulou #50194A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.97%

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

R = 44.69%
G = 13.97%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#50194A (or 0x50194A) is known color: Loulou. HEX triplet: 50, 19 and 4A. RGB value is (80,25,74). Sum of RGB (Red+Green+Blue) = 80+25+74=179 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.69% from 179); Green value is 25 (10.16% from 255 or 13.97% from 179); Blue value is 74 (29.30% from 255 or 41.34% from 179); Max value from RGB is 80 - color contains mainly: red. Hex color #50194A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50194A is #AFE6B5. Grayscale: #2E2E2E. Windows color (decimal): -11527862 or 4856144. OLE color: 4856144.

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

Color convert

RGB 80 25 74 -
CMYK 0 0.69 0.08 0.69
HSL 306.55º 0.52% 0.21% -
HSV(B) 306.55º 0.69% 0.31% -
XYZ 4.89 2.9 6.78 -
YUV 47.03 143.22 151.52 -
System Red Green Blue C M Y K H S L
Decimal 80 25 74 0 0.69 0.08 0.69 306.55 0.52 0.21
Hex 50 19 4A 0 45 8 45 133 34 15
Octal 120 31 112 0 105 10 105 463 64 25
Binary 1010000 11001 1001010 0 1000101 1000 1000101 100110011 110100 10101

Color Harmonies of #50194A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50194A

Black with #50194A

Text Example


Text Example

White with #50194A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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