Html Css Color HEX #50284A Loulou

📋 copy color: '#50284A'

red 80 ◦ green 40 ◦ blue 74

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

Shades of Loulou #50284A

Tints of Loulou #50284A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.62%

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

R = 41.24%
G = 20.62%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#50284A (or 0x50284A) is known color: Loulou. HEX triplet: 50, 28 and 4A. RGB value is (80,40,74). Sum of RGB (Red+Green+Blue) = 80+40+74=194 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.24% from 194); Green value is 40 (16.02% from 255 or 20.62% from 194); Blue value is 74 (29.30% from 255 or 38.14% from 194); Max value from RGB is 80 - color contains mainly: red. Hex color #50284A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50284A is #AFD7B5. Grayscale: #373737. Windows color (decimal): -11524022 or 4859984. OLE color: 4859984.

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

Color convert

RGB 80 40 74 -
CMYK 0 0.5 0.08 0.69
HSL 309º 0.33% 0.24% -
HSV(B) 309º 0.5% 0.31% -
XYZ 5.3 3.72 6.92 -
YUV 55.84 138.25 145.24 -
System Red Green Blue C M Y K H S L
Decimal 80 40 74 0 0.5 0.08 0.69 309 0.33 0.24
Hex 50 28 4A 0 32 8 45 135 21 18
Octal 120 50 112 0 62 10 105 465 41 30
Binary 1010000 101000 1001010 0 110010 1000 1000101 100110101 100001 11000

Color Harmonies of #50284A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50284A

Black with #50284A

Text Example


Text Example

White with #50284A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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