Html Css Color HEX #501E42 Loulou

📋 copy color: '#501E42'

red 80 ◦ green 30 ◦ blue 66

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

Shades of Loulou #501E42

Tints of Loulou #501E42

RGB

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

 GREEN value IS 30 (12.11% from 255) = 17.05%

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

R = 45.45%
G = 17.05%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.17

 K value IS 0.69

RGB Variations

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

Color information

#501E42 (or 0x501E42) is known color: Loulou. HEX triplet: 50, 1E and 42. RGB value is (80,30,66). Sum of RGB (Red+Green+Blue) = 80+30+66=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 30 (12.11% from 255 or 17.05% from 176); Blue value is 66 (26.17% from 255 or 37.5% from 176); Max value from RGB is 80 - color contains mainly: red. Hex color #501E42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501E42 is #AFE1BD. Grayscale: #303030. Windows color (decimal): -11526590 or 4333136. OLE color: 4333136.

HSL color Cylindrical-coordinate representation of color #501E42: hue angle of 316.8º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #501E42 is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 30 66 -
CMYK 0 0.62 0.17 0.69
HSL 316.8º 0.45% 0.22% -
HSV(B) 316.8º 0.63% 0.31% -
XYZ 4.76 3.03 5.49 -
YUV 49.05 137.57 150.07 -
System Red Green Blue C M Y K H S L
Decimal 80 30 66 0 0.62 0.17 0.69 316.8 0.45 0.22
Hex 50 1E 42 0 3E 11 45 13D 2D 16
Octal 120 36 102 0 76 21 105 475 55 26
Binary 1010000 11110 1000010 0 111110 10001 1000101 100111101 101101 10110

Color Harmonies of #501E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501E42

Black with #501E42

Text Example


Text Example

White with #501E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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