Html Css Color HEX #501A41 Loulou

📋 copy color: '#501A41'

red 80 ◦ green 26 ◦ blue 65

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

Shades of Loulou #501A41

Tints of Loulou #501A41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 38.01%

R = 46.78%
G = 15.2%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#501A41 (or 0x501A41) is known color: Loulou. HEX triplet: 50, 1A and 41. RGB value is (80,26,65). Sum of RGB (Red+Green+Blue) = 80+26+65=171 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.78% from 171); Green value is 26 (10.55% from 255 or 15.20% from 171); Blue value is 65 (25.78% from 255 or 38.01% from 171); Max value from RGB is 80 - color contains mainly: red. Hex color #501A41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501A41 is #AFE5BE. Grayscale: #2E2E2E. Windows color (decimal): -11527615 or 4266576. OLE color: 4266576.

HSL color Cylindrical-coordinate representation of color #501A41: hue angle of 316.67º 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 #501A41 is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 26 65 -
CMYK 0 0.67 0.19 0.69
HSL 316.67º 0.51% 0.21% -
HSV(B) 316.67º 0.68% 0.31% -
XYZ 4.63 2.83 5.3 -
YUV 46.59 138.39 151.83 -
System Red Green Blue C M Y K H S L
Decimal 80 26 65 0 0.67 0.19 0.69 316.67 0.51 0.21
Hex 50 1A 41 0 43 13 45 13D 33 15
Octal 120 32 101 0 103 23 105 475 63 25
Binary 1010000 11010 1000001 0 1000011 10011 1000101 100111101 110011 10101

Color Harmonies of #501A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501A41

Black with #501A41

Text Example


Text Example

White with #501A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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