Html Css Color HEX #501B49 Loulou

📋 copy color: '#501B49'

red 80 ◦ green 27 ◦ blue 73

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

Shades of Loulou #501B49

Tints of Loulou #501B49

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15%

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

R = 44.44%
G = 15%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#501B49 (or 0x501B49) is known color: Loulou. HEX triplet: 50, 1B and 49. RGB value is (80,27,73). Sum of RGB (Red+Green+Blue) = 80+27+73=180 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.44% from 180); Green value is 27 (10.94% from 255 or 15% from 180); Blue value is 73 (28.91% from 255 or 40.56% from 180); Max value from RGB is 80 - color contains mainly: red. Hex color #501B49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501B49 is #AFE4B6. Grayscale: #2F2F2F. Windows color (decimal): -11527351 or 4791120. OLE color: 4791120.

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

Color convert

RGB 80 27 73 -
CMYK 0 0.66 0.09 0.69
HSL 307.92º 0.5% 0.21% -
HSV(B) 307.92º 0.66% 0.31% -
XYZ 4.9 2.97 6.62 -
YUV 48.09 142.06 150.76 -
System Red Green Blue C M Y K H S L
Decimal 80 27 73 0 0.66 0.09 0.69 307.92 0.5 0.21
Hex 50 1B 49 0 42 9 45 134 32 15
Octal 120 33 111 0 102 11 105 464 62 25
Binary 1010000 11011 1001001 0 1000010 1001 1000101 100110100 110010 10101

Color Harmonies of #501B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501B49

Black with #501B49

Text Example


Text Example

White with #501B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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