Html Css Color HEX #501A49 Loulou

📋 copy color: '#501A49'

red 80 ◦ green 26 ◦ blue 73

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

Shades of Loulou #501A49

Tints of Loulou #501A49

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.53%

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

R = 44.69%
G = 14.53%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#501A49 (or 0x501A49) is known color: Loulou. HEX triplet: 50, 1A and 49. RGB value is (80,26,73). Sum of RGB (Red+Green+Blue) = 80+26+73=179 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.69% from 179); Green value is 26 (10.55% from 255 or 14.53% from 179); Blue value is 73 (28.91% from 255 or 40.78% from 179); Max value from RGB is 80 - color contains mainly: red. Hex color #501A49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501A49 is #AFE5B6. Grayscale: #2F2F2F. Windows color (decimal): -11527607 or 4790864. OLE color: 4790864.

HSL color Cylindrical-coordinate representation of color #501A49: hue angle of 307.78º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #501A49 is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 26 73 -
CMYK 0 0.67 0.09 0.69
HSL 307.78º 0.51% 0.21% -
HSV(B) 307.78º 0.68% 0.31% -
XYZ 4.88 2.93 6.61 -
YUV 47.5 142.39 151.18 -
System Red Green Blue C M Y K H S L
Decimal 80 26 73 0 0.67 0.09 0.69 307.78 0.51 0.21
Hex 50 1A 49 0 43 9 45 134 33 15
Octal 120 32 111 0 103 11 105 464 63 25
Binary 1010000 11010 1001001 0 1000011 1001 1000101 100110100 110011 10101

Color Harmonies of #501A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501A49

Black with #501A49

Text Example


Text Example

White with #501A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501A49; }

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

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

background-color css

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

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

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

border-color css

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

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

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