Html Css Color HEX #50154A Loulou

📋 copy color: '#50154A'

red 80 ◦ green 21 ◦ blue 74

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

Shades of Loulou #50154A

Tints of Loulou #50154A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12%

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

R = 45.71%
G = 12%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#50154A (or 0x50154A) is known color: Loulou. HEX triplet: 50, 15 and 4A. RGB value is (80,21,74). Sum of RGB (Red+Green+Blue) = 80+21+74=175 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.71% from 175); Green value is 21 (8.59% from 255 or 12% from 175); Blue value is 74 (29.30% from 255 or 42.29% from 175); Max value from RGB is 80 - color contains mainly: red. Hex color #50154A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50154A is #AFEAB5. Grayscale: #2C2C2C. Windows color (decimal): -11528886 or 4855120. OLE color: 4855120.

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

Color convert

RGB 80 21 74 -
CMYK 0 0.74 0.08 0.69
HSL 306.1º 0.58% 0.2% -
HSV(B) 306.1º 0.74% 0.31% -
XYZ 4.81 2.74 6.75 -
YUV 44.68 144.55 153.19 -
System Red Green Blue C M Y K H S L
Decimal 80 21 74 0 0.74 0.08 0.69 306.1 0.58 0.2
Hex 50 15 4A 0 4A 8 45 132 3A 14
Octal 120 25 112 0 112 10 105 462 72 24
Binary 1010000 10101 1001010 0 1001010 1000 1000101 100110010 111010 10100

Color Harmonies of #50154A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50154A

Black with #50154A

Text Example


Text Example

White with #50154A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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