Html Css Color HEX #501549 Loulou

📋 copy color: '#501549'

red 80 ◦ green 21 ◦ blue 73

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

Shades of Loulou #501549

Tints of Loulou #501549

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.07%

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

R = 45.98%
G = 12.07%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#501549 (or 0x501549) is known color: Loulou. HEX triplet: 50, 15 and 49. RGB value is (80,21,73). Sum of RGB (Red+Green+Blue) = 80+21+73=174 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.98% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 73 (28.91% from 255 or 41.95% from 174); Max value from RGB is 80 - color contains mainly: red. Hex color #501549 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501549 is #AFEAB6. Grayscale: #2C2C2C. Windows color (decimal): -11528887 or 4789584. OLE color: 4789584.

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

Color convert

RGB 80 21 73 -
CMYK 0 0.74 0.09 0.69
HSL 307.12º 0.58% 0.2% -
HSV(B) 307.12º 0.74% 0.31% -
XYZ 4.78 2.72 6.58 -
YUV 44.57 144.05 153.27 -
System Red Green Blue C M Y K H S L
Decimal 80 21 73 0 0.74 0.09 0.69 307.12 0.58 0.2
Hex 50 15 49 0 4A 9 45 133 3A 14
Octal 120 25 111 0 112 11 105 463 72 24
Binary 1010000 10101 1001001 0 1001010 1001 1000101 100110011 111010 10100

Color Harmonies of #501549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501549

Black with #501549

Text Example


Text Example

White with #501549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501549; }

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

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

background-color css

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

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

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

border-color css

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

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

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