Html Css Color HEX #50184A Loulou

📋 copy color: '#50184A'

red 80 ◦ green 24 ◦ blue 74

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

Shades of Loulou #50184A

Tints of Loulou #50184A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.48%

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

R = 44.94%
G = 13.48%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#50184A (or 0x50184A) is known color: Loulou. HEX triplet: 50, 18 and 4A. RGB value is (80,24,74). Sum of RGB (Red+Green+Blue) = 80+24+74=178 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.94% from 178); Green value is 24 (9.77% from 255 or 13.48% from 178); Blue value is 74 (29.30% from 255 or 41.57% from 178); Max value from RGB is 80 - color contains mainly: red. Hex color #50184A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50184A is #AFE7B5. Grayscale: #2E2E2E. Windows color (decimal): -11528118 or 4855888. OLE color: 4855888.

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

Color convert

RGB 80 24 74 -
CMYK 0 0.70 0.08 0.69
HSL 306.43º 0.54% 0.2% -
HSV(B) 306.43º 0.7% 0.31% -
XYZ 4.87 2.85 6.77 -
YUV 46.44 143.55 151.93 -
System Red Green Blue C M Y K H S L
Decimal 80 24 74 0 0.70 0.08 0.69 306.43 0.54 0.2
Hex 50 18 4A 0 46 8 45 132 36 14
Octal 120 30 112 0 106 10 105 462 66 24
Binary 1010000 11000 1001010 0 1000110 1000 1000101 100110010 110110 10100

Color Harmonies of #50184A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50184A

Black with #50184A

Text Example


Text Example

White with #50184A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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