Html Css Color HEX #501949 Loulou

📋 copy color: '#501949'

red 80 ◦ green 25 ◦ blue 73

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

Shades of Loulou #501949

Tints of Loulou #501949

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.04%

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

R = 44.94%
G = 14.04%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#501949 (or 0x501949) is known color: Loulou. HEX triplet: 50, 19 and 49. RGB value is (80,25,73). Sum of RGB (Red+Green+Blue) = 80+25+73=178 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.94% from 178); Green value is 25 (10.16% from 255 or 14.04% from 178); Blue value is 73 (28.91% from 255 or 41.01% from 178); Max value from RGB is 80 - color contains mainly: red. Hex color #501949 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501949 is #AFE6B6. Grayscale: #2E2E2E. Windows color (decimal): -11527863 or 4790608. OLE color: 4790608.

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

Color convert

RGB 80 25 73 -
CMYK 0 0.69 0.09 0.69
HSL 307.64º 0.52% 0.21% -
HSV(B) 307.64º 0.69% 0.31% -
XYZ 4.86 2.88 6.6 -
YUV 46.92 142.72 151.6 -
System Red Green Blue C M Y K H S L
Decimal 80 25 73 0 0.69 0.09 0.69 307.64 0.52 0.21
Hex 50 19 49 0 45 9 45 134 34 15
Octal 120 31 111 0 105 11 105 464 64 25
Binary 1010000 11001 1001001 0 1000101 1001 1000101 100110100 110100 10101

Color Harmonies of #501949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501949

Black with #501949

Text Example


Text Example

White with #501949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501949; }

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

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

background-color css

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

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

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

border-color css

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

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

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