Html Css Color HEX #501748 Loulou

📋 copy color: '#501748'

red 80 ◦ green 23 ◦ blue 72

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

Shades of Loulou #501748

Tints of Loulou #501748

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.14%

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

R = 45.71%
G = 13.14%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#501748 (or 0x501748) is known color: Loulou. HEX triplet: 50, 17 and 48. RGB value is (80,23,72). Sum of RGB (Red+Green+Blue) = 80+23+72=175 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.71% from 175); Green value is 23 (9.38% from 255 or 13.14% from 175); Blue value is 72 (28.52% from 255 or 41.14% from 175); Max value from RGB is 80 - color contains mainly: red. Hex color #501748 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501748 is #AFE8B7. Grayscale: #2D2D2D. Windows color (decimal): -11528376 or 4724560. OLE color: 4724560.

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

Color convert

RGB 80 23 72 -
CMYK 0 0.71 0.10 0.69
HSL 308.42º 0.55% 0.2% -
HSV(B) 308.42º 0.71% 0.31% -
XYZ 4.78 2.79 6.42 -
YUV 45.63 142.88 152.52 -
System Red Green Blue C M Y K H S L
Decimal 80 23 72 0 0.71 0.10 0.69 308.42 0.55 0.2
Hex 50 17 48 0 47 A 45 134 37 14
Octal 120 27 110 0 107 12 105 464 67 24
Binary 1010000 10111 1001000 0 1000111 1010 1000101 100110100 110111 10100

Color Harmonies of #501748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501748

Black with #501748

Text Example


Text Example

White with #501748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501748; }

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

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

background-color css

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

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

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

border-color css

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

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

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