Html Css Color HEX #500F49 Loulou

📋 copy color: '#500F49'

red 80 ◦ green 15 ◦ blue 73

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

Shades of Loulou #500F49

Tints of Loulou #500F49

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.93%

 BLUE value IS 73 (28.91% from 255) = 43.45%

R = 47.62%
G = 8.93%
B = 43.45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#500F49 (or 0x500F49) is known color: Loulou. HEX triplet: 50, 0F and 49. RGB value is (80,15,73). Sum of RGB (Red+Green+Blue) = 80+15+73=168 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.62% from 168); Green value is 15 (6.25% from 255 or 8.93% from 168); Blue value is 73 (28.91% from 255 or 43.45% from 168); Max value from RGB is 80 - color contains mainly: red. Hex color #500F49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500F49 is #AFF0B6. Grayscale: #282828. Windows color (decimal): -11530423 or 4788048. OLE color: 4788048.

HSL color Cylindrical-coordinate representation of color #500F49: hue angle of 306.46º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #500F49 is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 15 73 -
CMYK 0 0.81 0.09 0.69
HSL 306.46º 0.68% 0.19% -
HSV(B) 306.46º 0.81% 0.31% -
XYZ 4.68 2.53 6.54 -
YUV 41.05 146.03 155.78 -
System Red Green Blue C M Y K H S L
Decimal 80 15 73 0 0.81 0.09 0.69 306.46 0.68 0.19
Hex 50 F 49 0 51 9 45 132 44 13
Octal 120 17 111 0 121 11 105 462 104 23
Binary 1010000 1111 1001001 0 1010001 1001 1000101 100110010 1000100 10011

Color Harmonies of #500F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500F49

Black with #500F49

Text Example


Text Example

White with #500F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500F49; }

 p { color: rgb(80,15,73); }

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

background-color css

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

 a { background-color: rgb(80,15,73); }

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

border-color css

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

 span { border-color: rgb(80,15,73); }

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