Html Css Color HEX #501F42 Loulou

📋 copy color: '#501F42'

red 80 ◦ green 31 ◦ blue 66

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

Shades of Loulou #501F42

Tints of Loulou #501F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 37.29%

R = 45.2%
G = 17.51%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.17

 K value IS 0.69

RGB Variations

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

Color information

#501F42 (or 0x501F42) is known color: Loulou. HEX triplet: 50, 1F and 42. RGB value is (80,31,66). Sum of RGB (Red+Green+Blue) = 80+31+66=177 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.20% from 177); Green value is 31 (12.5% from 255 or 17.51% from 177); Blue value is 66 (26.17% from 255 or 37.29% from 177); Max value from RGB is 80 - color contains mainly: red. Hex color #501F42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501F42 is #AFE0BD. Grayscale: #313131. Windows color (decimal): -11526334 or 4333392. OLE color: 4333392.

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

Color convert

RGB 80 31 66 -
CMYK 0 0.61 0.17 0.69
HSL 317.14º 0.44% 0.22% -
HSV(B) 317.14º 0.61% 0.31% -
XYZ 4.78 3.08 5.5 -
YUV 49.64 137.23 149.65 -
System Red Green Blue C M Y K H S L
Decimal 80 31 66 0 0.61 0.17 0.69 317.14 0.44 0.22
Hex 50 1F 42 0 3D 11 45 13D 2C 16
Octal 120 37 102 0 75 21 105 475 54 26
Binary 1010000 11111 1000010 0 111101 10001 1000101 100111101 101100 10110

Color Harmonies of #501F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501F42

Black with #501F42

Text Example


Text Example

White with #501F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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