Html Css Color HEX #501049 Loulou

📋 copy color: '#501049'

red 80 ◦ green 16 ◦ blue 73

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

Shades of Loulou #501049

Tints of Loulou #501049

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.47%

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

R = 47.34%
G = 9.47%
B = 43.2%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#501049 (or 0x501049) is known color: Loulou. HEX triplet: 50, 10 and 49. RGB value is (80,16,73). Sum of RGB (Red+Green+Blue) = 80+16+73=169 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.34% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 73 (28.91% from 255 or 43.20% from 169); Max value from RGB is 80 - color contains mainly: red. Hex color #501049 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501049 is #AFEFB6. Grayscale: #292929. Windows color (decimal): -11530167 or 4788304. OLE color: 4788304.

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

Color convert

RGB 80 16 73 -
CMYK 0 0.80 0.09 0.69
HSL 306.56º 0.67% 0.19% -
HSV(B) 306.56º 0.8% 0.31% -
XYZ 4.7 2.56 6.55 -
YUV 41.63 145.7 155.37 -
System Red Green Blue C M Y K H S L
Decimal 80 16 73 0 0.80 0.09 0.69 306.56 0.67 0.19
Hex 50 10 49 0 50 9 45 133 43 13
Octal 120 20 111 0 120 11 105 463 103 23
Binary 1010000 10000 1001001 0 1010000 1001 1000101 100110011 1000011 10011

Color Harmonies of #501049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501049

Black with #501049

Text Example


Text Example

White with #501049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501049; }

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

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

background-color css

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

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

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

border-color css

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

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

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