Html Css Color HEX #501F48 Loulou

📋 copy color: '#501F48'

red 80 ◦ green 31 ◦ blue 72

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

Shades of Loulou #501F48

Tints of Loulou #501F48

RGB

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

 GREEN value IS 31 (12.5% from 255) = 16.94%

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

R = 43.72%
G = 16.94%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#501F48 (or 0x501F48) is known color: Loulou. HEX triplet: 50, 1F and 48. RGB value is (80,31,72). Sum of RGB (Red+Green+Blue) = 80+31+72=183 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.72% from 183); Green value is 31 (12.5% from 255 or 16.94% from 183); Blue value is 72 (28.52% from 255 or 39.34% from 183); Max value from RGB is 80 - color contains mainly: red. Hex color #501F48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501F48 is #AFE0B7. Grayscale: #323232. Windows color (decimal): -11526328 or 4726608. OLE color: 4726608.

HSL color Cylindrical-coordinate representation of color #501F48: hue angle of 309.8º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #501F48 is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 31 72 -
CMYK 0 0.61 0.10 0.69
HSL 309.8º 0.44% 0.22% -
HSV(B) 309.8º 0.61% 0.31% -
XYZ 4.97 3.15 6.48 -
YUV 50.33 140.23 149.17 -
System Red Green Blue C M Y K H S L
Decimal 80 31 72 0 0.61 0.10 0.69 309.8 0.44 0.22
Hex 50 1F 48 0 3D A 45 136 2C 16
Octal 120 37 110 0 75 12 105 466 54 26
Binary 1010000 11111 1001000 0 111101 1010 1000101 100110110 101100 10110

Color Harmonies of #501F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501F48

Black with #501F48

Text Example


Text Example

White with #501F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501F48; }

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

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

background-color css

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

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

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

border-color css

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

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

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