Html Css Color HEX #501744 Loulou

📋 copy color: '#501744'

red 80 ◦ green 23 ◦ blue 68

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

Shades of Loulou #501744

Tints of Loulou #501744

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.45%

 BLUE value IS 68 (26.95% from 255) = 39.77%

R = 46.78%
G = 13.45%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.15

 K value IS 0.69

RGB Variations

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

Color information

#501744 (or 0x501744) is known color: Loulou. HEX triplet: 50, 17 and 44. RGB value is (80,23,68). Sum of RGB (Red+Green+Blue) = 80+23+68=171 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.78% from 171); Green value is 23 (9.38% from 255 or 13.45% from 171); Blue value is 68 (26.95% from 255 or 39.77% from 171); Max value from RGB is 80 - color contains mainly: red. Hex color #501744 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501744 is #AFE8BB. Grayscale: #2D2D2D. Windows color (decimal): -11528380 or 4462416. OLE color: 4462416.

HSL color Cylindrical-coordinate representation of color #501744: hue angle of 312.63º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #501744 is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 23 68 -
CMYK 0 0.71 0.15 0.69
HSL 312.63º 0.55% 0.2% -
HSV(B) 312.63º 0.71% 0.31% -
XYZ 4.66 2.74 5.75 -
YUV 45.17 140.88 152.84 -
System Red Green Blue C M Y K H S L
Decimal 80 23 68 0 0.71 0.15 0.69 312.63 0.55 0.2
Hex 50 17 44 0 47 F 45 139 37 14
Octal 120 27 104 0 107 17 105 471 67 24
Binary 1010000 10111 1000100 0 1000111 1111 1000101 100111001 110111 10100

Color Harmonies of #501744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501744

Black with #501744

Text Example


Text Example

White with #501744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501744; }

 p { color: rgb(80,23,68); }

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

background-color css

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

 a { background-color: rgb(80,23,68); }

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

border-color css

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

 span { border-color: rgb(80,23,68); }

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