Html Css Color HEX #501F49 Loulou

📋 copy color: '#501F49'

red 80 ◦ green 31 ◦ blue 73

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

Shades of Loulou #501F49

Tints of Loulou #501F49

RGB

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

 GREEN value IS 31 (12.5% from 255) = 16.85%

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

R = 43.48%
G = 16.85%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#501F49 (or 0x501F49) is known color: Loulou. HEX triplet: 50, 1F and 49. RGB value is (80,31,73). Sum of RGB (Red+Green+Blue) = 80+31+73=184 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.48% from 184); Green value is 31 (12.5% from 255 or 16.85% from 184); Blue value is 73 (28.91% from 255 or 39.67% from 184); Max value from RGB is 80 - color contains mainly: red. Hex color #501F49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501F49 is #AFE0B6. Grayscale: #323232. Windows color (decimal): -11526327 or 4792144. OLE color: 4792144.

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

Color convert

RGB 80 31 73 -
CMYK 0 0.61 0.09 0.69
HSL 308.57º 0.44% 0.22% -
HSV(B) 308.57º 0.61% 0.31% -
XYZ 5 3.17 6.65 -
YUV 50.44 140.73 149.08 -
System Red Green Blue C M Y K H S L
Decimal 80 31 73 0 0.61 0.09 0.69 308.57 0.44 0.22
Hex 50 1F 49 0 3D 9 45 135 2C 16
Octal 120 37 111 0 75 11 105 465 54 26
Binary 1010000 11111 1001001 0 111101 1001 1000101 100110101 101100 10110

Color Harmonies of #501F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501F49

Black with #501F49

Text Example


Text Example

White with #501F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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