Html Css Color HEX #501B47 Loulou

📋 copy color: '#501B47'

red 80 ◦ green 27 ◦ blue 71

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

Shades of Loulou #501B47

Tints of Loulou #501B47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 39.89%

R = 44.94%
G = 15.17%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.11

 K value IS 0.69

RGB Variations

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

Color information

#501B47 (or 0x501B47) is known color: Loulou. HEX triplet: 50, 1B and 47. RGB value is (80,27,71). Sum of RGB (Red+Green+Blue) = 80+27+71=178 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.94% from 178); Green value is 27 (10.94% from 255 or 15.17% from 178); Blue value is 71 (28.12% from 255 or 39.89% from 178); Max value from RGB is 80 - color contains mainly: red. Hex color #501B47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501B47 is #AFE4B8. Grayscale: #2F2F2F. Windows color (decimal): -11527353 or 4660048. OLE color: 4660048.

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

Color convert

RGB 80 27 71 -
CMYK 0 0.66 0.11 0.69
HSL 310.19º 0.5% 0.21% -
HSV(B) 310.19º 0.66% 0.31% -
XYZ 4.84 2.94 6.27 -
YUV 47.86 141.06 150.92 -
System Red Green Blue C M Y K H S L
Decimal 80 27 71 0 0.66 0.11 0.69 310.19 0.5 0.21
Hex 50 1B 47 0 42 B 45 136 32 15
Octal 120 33 107 0 102 13 105 466 62 25
Binary 1010000 11011 1000111 0 1000010 1011 1000101 100110110 110010 10101

Color Harmonies of #501B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501B47

Black with #501B47

Text Example


Text Example

White with #501B47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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