Html Css Color HEX #501F47 Loulou

📋 copy color: '#501F47'

red 80 ◦ green 31 ◦ blue 71

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

Shades of Loulou #501F47

Tints of Loulou #501F47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 39.01%

R = 43.96%
G = 17.03%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.11

 K value IS 0.69

RGB Variations

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

Color information

#501F47 (or 0x501F47) is known color: Loulou. HEX triplet: 50, 1F and 47. RGB value is (80,31,71). Sum of RGB (Red+Green+Blue) = 80+31+71=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 31 (12.5% from 255 or 17.03% from 182); Blue value is 71 (28.12% from 255 or 39.01% from 182); Max value from RGB is 80 - color contains mainly: red. Hex color #501F47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501F47 is #AFE0B8. Grayscale: #323232. Windows color (decimal): -11526329 or 4661072. OLE color: 4661072.

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

Color convert

RGB 80 31 71 -
CMYK 0 0.61 0.11 0.69
HSL 311.02º 0.44% 0.22% -
HSV(B) 311.02º 0.61% 0.31% -
XYZ 4.94 3.14 6.31 -
YUV 50.21 139.73 149.25 -
System Red Green Blue C M Y K H S L
Decimal 80 31 71 0 0.61 0.11 0.69 311.02 0.44 0.22
Hex 50 1F 47 0 3D B 45 137 2C 16
Octal 120 37 107 0 75 13 105 467 54 26
Binary 1010000 11111 1000111 0 111101 1011 1000101 100110111 101100 10110

Color Harmonies of #501F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501F47

Black with #501F47

Text Example


Text Example

White with #501F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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