Html Css Color HEX #501F46 Loulou

📋 copy color: '#501F46'

red 80 ◦ green 31 ◦ blue 70

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

Shades of Loulou #501F46

Tints of Loulou #501F46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 38.67%

R = 44.2%
G = 17.13%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.12

 K value IS 0.69

RGB Variations

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

Color information

#501F46 (or 0x501F46) is known color: Loulou. HEX triplet: 50, 1F and 46. RGB value is (80,31,70). Sum of RGB (Red+Green+Blue) = 80+31+70=181 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.20% from 181); Green value is 31 (12.5% from 255 or 17.13% from 181); Blue value is 70 (27.73% from 255 or 38.67% from 181); Max value from RGB is 80 - color contains mainly: red. Hex color #501F46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501F46 is #AFE0B9. Grayscale: #313131. Windows color (decimal): -11526330 or 4595536. OLE color: 4595536.

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

Color convert

RGB 80 31 70 -
CMYK 0 0.61 0.12 0.69
HSL 312.24º 0.44% 0.22% -
HSV(B) 312.24º 0.61% 0.31% -
XYZ 4.9 3.13 6.14 -
YUV 50.1 139.23 149.33 -
System Red Green Blue C M Y K H S L
Decimal 80 31 70 0 0.61 0.12 0.69 312.24 0.44 0.22
Hex 50 1F 46 0 3D C 45 138 2C 16
Octal 120 37 106 0 75 14 105 470 54 26
Binary 1010000 11111 1000110 0 111101 1100 1000101 100111000 101100 10110

Color Harmonies of #501F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501F46

Black with #501F46

Text Example


Text Example

White with #501F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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