Html Css Color HEX #501548 Loulou

📋 copy color: '#501548'

red 80 ◦ green 21 ◦ blue 72

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

Shades of Loulou #501548

Tints of Loulou #501548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 41.62%

R = 46.24%
G = 12.14%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#501548 (or 0x501548) is known color: Loulou. HEX triplet: 50, 15 and 48. RGB value is (80,21,72). Sum of RGB (Red+Green+Blue) = 80+21+72=173 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.24% from 173); Green value is 21 (8.59% from 255 or 12.14% from 173); Blue value is 72 (28.52% from 255 or 41.62% from 173); Max value from RGB is 80 - color contains mainly: red. Hex color #501548 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501548 is #AFEAB7. Grayscale: #2C2C2C. Windows color (decimal): -11528888 or 4724048. OLE color: 4724048.

HSL color Cylindrical-coordinate representation of color #501548: hue angle of 308.14º 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 #501548 is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 21 72 -
CMYK 0 0.74 0.10 0.69
HSL 308.14º 0.58% 0.2% -
HSV(B) 308.14º 0.74% 0.31% -
XYZ 4.75 2.71 6.4 -
YUV 44.46 143.55 153.35 -
System Red Green Blue C M Y K H S L
Decimal 80 21 72 0 0.74 0.10 0.69 308.14 0.58 0.2
Hex 50 15 48 0 4A A 45 134 3A 14
Octal 120 25 110 0 112 12 105 464 72 24
Binary 1010000 10101 1001000 0 1001010 1010 1000101 100110100 111010 10100

Color Harmonies of #501548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501548

Black with #501548

Text Example


Text Example

White with #501548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501548; }

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

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

background-color css

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

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

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

border-color css

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

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

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