Html Css Color HEX #501F41 Loulou

📋 copy color: '#501F41'

red 80 ◦ green 31 ◦ blue 65

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

Shades of Loulou #501F41

Tints of Loulou #501F41

RGB

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

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

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

R = 45.45%
G = 17.61%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#501F41 (or 0x501F41) is known color: Loulou. HEX triplet: 50, 1F and 41. RGB value is (80,31,65). Sum of RGB (Red+Green+Blue) = 80+31+65=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 31 (12.5% from 255 or 17.61% from 176); Blue value is 65 (25.78% from 255 or 36.93% from 176); Max value from RGB is 80 - color contains mainly: red. Hex color #501F41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501F41 is #AFE0BE. Grayscale: #313131. Windows color (decimal): -11526335 or 4267856. OLE color: 4267856.

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

Color convert

RGB 80 31 65 -
CMYK 0 0.61 0.19 0.69
HSL 318.37º 0.44% 0.22% -
HSV(B) 318.37º 0.61% 0.31% -
XYZ 4.75 3.07 5.34 -
YUV 49.53 136.73 149.74 -
System Red Green Blue C M Y K H S L
Decimal 80 31 65 0 0.61 0.19 0.69 318.37 0.44 0.22
Hex 50 1F 41 0 3D 13 45 13E 2C 16
Octal 120 37 101 0 75 23 105 476 54 26
Binary 1010000 11111 1000001 0 111101 10011 1000101 100111110 101100 10110

Color Harmonies of #501F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501F41

Black with #501F41

Text Example


Text Example

White with #501F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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