Html Css Color HEX #501149 Loulou

📋 copy color: '#501149'

red 80 ◦ green 17 ◦ blue 73

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

Shades of Loulou #501149

Tints of Loulou #501149

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10%

 BLUE value IS 73 (28.91% from 255) = 42.94%

R = 47.06%
G = 10%
B = 42.94%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#501149 (or 0x501149) is known color: Loulou. HEX triplet: 50, 11 and 49. RGB value is (80,17,73). Sum of RGB (Red+Green+Blue) = 80+17+73=170 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.06% from 170); Green value is 17 (7.03% from 255 or 10% from 170); Blue value is 73 (28.91% from 255 or 42.94% from 170); Max value from RGB is 80 - color contains mainly: red. Hex color #501149 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501149 is #AFEEB6. Grayscale: #2A2A2A. Windows color (decimal): -11529911 or 4788560. OLE color: 4788560.

HSL color Cylindrical-coordinate representation of color #501149: hue angle of 306.67º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #501149 is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 17 73 -
CMYK 0 0.79 0.09 0.69
HSL 306.67º 0.65% 0.19% -
HSV(B) 306.67º 0.79% 0.31% -
XYZ 4.71 2.59 6.55 -
YUV 42.22 145.37 154.95 -
System Red Green Blue C M Y K H S L
Decimal 80 17 73 0 0.79 0.09 0.69 306.67 0.65 0.19
Hex 50 11 49 0 4F 9 45 133 41 13
Octal 120 21 111 0 117 11 105 463 101 23
Binary 1010000 10001 1001001 0 1001111 1001 1000101 100110011 1000001 10011

Color Harmonies of #501149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501149

Black with #501149

Text Example


Text Example

White with #501149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501149; }

 p { color: rgb(80,17,73); }

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

background-color css

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

 a { background-color: rgb(80,17,73); }

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

border-color css

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

 span { border-color: rgb(80,17,73); }

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