Html Css Color HEX #501249 Loulou

📋 copy color: '#501249'

red 80 ◦ green 18 ◦ blue 73

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

Shades of Loulou #501249

Tints of Loulou #501249

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.53%

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

R = 46.78%
G = 10.53%
B = 42.69%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#501249 (or 0x501249) is known color: Loulou. HEX triplet: 50, 12 and 49. RGB value is (80,18,73). Sum of RGB (Red+Green+Blue) = 80+18+73=171 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.78% from 171); Green value is 18 (7.42% from 255 or 10.53% from 171); Blue value is 73 (28.91% from 255 or 42.69% from 171); Max value from RGB is 80 - color contains mainly: red. Hex color #501249 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501249 is #AFEDB6. Grayscale: #2A2A2A. Windows color (decimal): -11529655 or 4788816. OLE color: 4788816.

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

Color convert

RGB 80 18 73 -
CMYK 0 0.78 0.09 0.69
HSL 306.77º 0.63% 0.19% -
HSV(B) 306.77º 0.78% 0.31% -
XYZ 4.73 2.62 6.56 -
YUV 42.81 145.04 154.53 -
System Red Green Blue C M Y K H S L
Decimal 80 18 73 0 0.78 0.09 0.69 306.77 0.63 0.19
Hex 50 12 49 0 4E 9 45 133 3F 13
Octal 120 22 111 0 116 11 105 463 77 23
Binary 1010000 10010 1001001 0 1001110 1001 1000101 100110011 111111 10011

Color Harmonies of #501249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501249

Black with #501249

Text Example


Text Example

White with #501249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501249; }

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

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

background-color css

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

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

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

border-color css

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

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

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