Html Css Color HEX #501745 Loulou

📋 copy color: '#501745'

red 80 ◦ green 23 ◦ blue 69

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

Shades of Loulou #501745

Tints of Loulou #501745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 40.12%

R = 46.51%
G = 13.37%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.14

 K value IS 0.69

RGB Variations

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

Color information

#501745 (or 0x501745) is known color: Loulou. HEX triplet: 50, 17 and 45. RGB value is (80,23,69). Sum of RGB (Red+Green+Blue) = 80+23+69=172 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.51% from 172); Green value is 23 (9.38% from 255 or 13.37% from 172); Blue value is 69 (27.34% from 255 or 40.12% from 172); Max value from RGB is 80 - color contains mainly: red. Hex color #501745 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501745 is #AFE8BA. Grayscale: #2D2D2D. Windows color (decimal): -11528379 or 4527952. OLE color: 4527952.

HSL color Cylindrical-coordinate representation of color #501745: hue angle of 311.58º 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 #501745 is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 23 69 -
CMYK 0 0.71 0.14 0.69
HSL 311.58º 0.55% 0.2% -
HSV(B) 311.58º 0.71% 0.31% -
XYZ 4.69 2.75 5.91 -
YUV 45.29 141.38 152.76 -
System Red Green Blue C M Y K H S L
Decimal 80 23 69 0 0.71 0.14 0.69 311.58 0.55 0.2
Hex 50 17 45 0 47 E 45 138 37 14
Octal 120 27 105 0 107 16 105 470 67 24
Binary 1010000 10111 1000101 0 1000111 1110 1000101 100111000 110111 10100

Color Harmonies of #501745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501745

Black with #501745

Text Example


Text Example

White with #501745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501745; }

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

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

background-color css

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

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

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

border-color css

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

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

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