Html Css Color HEX #501B44 Loulou

📋 copy color: '#501B44'

red 80 ◦ green 27 ◦ blue 68

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

Shades of Loulou #501B44

Tints of Loulou #501B44

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.43%

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

R = 45.71%
G = 15.43%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.15

 K value IS 0.69

RGB Variations

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

Color information

#501B44 (or 0x501B44) is known color: Loulou. HEX triplet: 50, 1B and 44. RGB value is (80,27,68). Sum of RGB (Red+Green+Blue) = 80+27+68=175 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.71% from 175); Green value is 27 (10.94% from 255 or 15.43% from 175); Blue value is 68 (26.95% from 255 or 38.86% from 175); Max value from RGB is 80 - color contains mainly: red. Hex color #501B44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501B44 is #AFE4BB. Grayscale: #2F2F2F. Windows color (decimal): -11527356 or 4463440. OLE color: 4463440.

HSL color Cylindrical-coordinate representation of color #501B44: hue angle of 313.58º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #501B44 is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 27 68 -
CMYK 0 0.66 0.15 0.69
HSL 313.58º 0.5% 0.21% -
HSV(B) 313.58º 0.66% 0.31% -
XYZ 4.74 2.91 5.78 -
YUV 47.52 139.56 151.17 -
System Red Green Blue C M Y K H S L
Decimal 80 27 68 0 0.66 0.15 0.69 313.58 0.5 0.21
Hex 50 1B 44 0 42 F 45 13A 32 15
Octal 120 33 104 0 102 17 105 472 62 25
Binary 1010000 11011 1000100 0 1000010 1111 1000101 100111010 110010 10101

Color Harmonies of #501B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501B44

Black with #501B44

Text Example


Text Example

White with #501B44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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