Html Css Color HEX #501E45 Loulou

📋 copy color: '#501E45'

red 80 ◦ green 30 ◦ blue 69

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

Shades of Loulou #501E45

Tints of Loulou #501E45

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.76%

 BLUE value IS 69 (27.34% from 255) = 38.55%

R = 44.69%
G = 16.76%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.14

 K value IS 0.69

RGB Variations

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

Color information

#501E45 (or 0x501E45) is known color: Loulou. HEX triplet: 50, 1E and 45. RGB value is (80,30,69). Sum of RGB (Red+Green+Blue) = 80+30+69=179 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.69% from 179); Green value is 30 (12.11% from 255 or 16.76% from 179); Blue value is 69 (27.34% from 255 or 38.55% from 179); Max value from RGB is 80 - color contains mainly: red. Hex color #501E45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501E45 is #AFE1BA. Grayscale: #313131. Windows color (decimal): -11526587 or 4529744. OLE color: 4529744.

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

Color convert

RGB 80 30 69 -
CMYK 0 0.62 0.14 0.69
HSL 313.2º 0.45% 0.22% -
HSV(B) 313.2º 0.63% 0.31% -
XYZ 4.85 3.06 5.97 -
YUV 49.4 139.07 149.83 -
System Red Green Blue C M Y K H S L
Decimal 80 30 69 0 0.62 0.14 0.69 313.2 0.45 0.22
Hex 50 1E 45 0 3E E 45 139 2D 16
Octal 120 36 105 0 76 16 105 471 55 26
Binary 1010000 11110 1000101 0 111110 1110 1000101 100111001 101101 10110

Color Harmonies of #501E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501E45

Black with #501E45

Text Example


Text Example

White with #501E45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,30,69); }

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

background-color css

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

 a { background-color: rgb(80,30,69); }

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

border-color css

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

 span { border-color: rgb(80,30,69); }

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