Html Css Color HEX #501948 Loulou

📋 copy color: '#501948'

red 80 ◦ green 25 ◦ blue 72

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

Shades of Loulou #501948

Tints of Loulou #501948

RGB

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

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

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

R = 45.2%
G = 14.12%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#501948 (or 0x501948) is known color: Loulou. HEX triplet: 50, 19 and 48. RGB value is (80,25,72). Sum of RGB (Red+Green+Blue) = 80+25+72=177 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.20% from 177); Green value is 25 (10.16% from 255 or 14.12% from 177); Blue value is 72 (28.52% from 255 or 40.68% from 177); Max value from RGB is 80 - color contains mainly: red. Hex color #501948 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501948 is #AFE6B7. Grayscale: #2E2E2E. Windows color (decimal): -11527864 or 4725072. OLE color: 4725072.

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

Color convert

RGB 80 25 72 -
CMYK 0 0.69 0.10 0.69
HSL 308.73º 0.52% 0.21% -
HSV(B) 308.73º 0.69% 0.31% -
XYZ 4.83 2.87 6.43 -
YUV 46.8 142.22 151.68 -
System Red Green Blue C M Y K H S L
Decimal 80 25 72 0 0.69 0.10 0.69 308.73 0.52 0.21
Hex 50 19 48 0 45 A 45 135 34 15
Octal 120 31 110 0 105 12 105 465 64 25
Binary 1010000 11001 1001000 0 1000101 1010 1000101 100110101 110100 10101

Color Harmonies of #501948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501948

Black with #501948

Text Example


Text Example

White with #501948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501948; }

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

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

background-color css

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

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

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

border-color css

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

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

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