Html Css Color HEX #4D1F49 Loulou

📋 copy color: '#4D1F49'

red 77 ◦ green 31 ◦ blue 73

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

Shades of Loulou #4D1F49

Tints of Loulou #4D1F49

RGB

 RED value IS 77 (30.47% from 255) = 42.54%

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

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

R = 42.54%
G = 17.13%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.05

 K value IS 0.70

RGB Variations

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

Color information

#4D1F49 (or 0x4D1F49) is known color: Loulou. HEX triplet: 4D, 1F and 49. RGB value is (77,31,73). Sum of RGB (Red+Green+Blue) = 77+31+73=181 (23% of max value = 765). Red value is 77 (30.47% from 255 or 42.54% from 181); Green value is 31 (12.5% from 255 or 17.13% from 181); Blue value is 73 (28.91% from 255 or 40.33% from 181); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1F49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1F49 is #B2E0B6. Grayscale: #313131. Windows color (decimal): -11722935 or 4792141. OLE color: 4792141.

HSL color Cylindrical-coordinate representation of color #4D1F49: hue angle of 305.22º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D1F49 is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 31 73 -
CMYK 0 0.60 0.05 0.70
HSL 305.22º 0.43% 0.21% -
HSV(B) 305.22º 0.6% 0.3% -
XYZ 4.75 3.04 6.64 -
YUV 49.54 141.24 147.58 -
System Red Green Blue C M Y K H S L
Decimal 77 31 73 0 0.60 0.05 0.70 305.22 0.43 0.21
Hex 4D 1F 49 0 3C 5 46 131 2B 15
Octal 115 37 111 0 74 5 106 461 53 25
Binary 1001101 11111 1001001 0 111100 101 1000110 100110001 101011 10101

Color Harmonies of #4D1F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1F49

Black with #4D1F49

Text Example


Text Example

White with #4D1F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D1F49; }

 p { color: rgb(77,31,73); }

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

background-color css

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

 a { background-color: rgb(77,31,73); }

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

border-color css

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

 span { border-color: rgb(77,31,73); }

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