Html Css Color HEX #4D2949 Loulou

📋 copy color: '#4D2949'

red 77 ◦ green 41 ◦ blue 73

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

Shades of Loulou #4D2949

Tints of Loulou #4D2949

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.47%

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

R = 40.31%
G = 21.47%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.70

RGB Variations

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

Color information

#4D2949 (or 0x4D2949) is known color: Loulou. HEX triplet: 4D, 29 and 49. RGB value is (77,41,73). Sum of RGB (Red+Green+Blue) = 77+41+73=191 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.31% from 191); Green value is 41 (16.41% from 255 or 21.47% from 191); Blue value is 73 (28.91% from 255 or 38.22% from 191); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2949 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2949 is #B2D6B6. Grayscale: #373737. Windows color (decimal): -11720375 or 4794701. OLE color: 4794701.

HSL color Cylindrical-coordinate representation of color #4D2949: hue angle of 306.67º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D2949 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 41 73 -
CMYK 0 0.47 0.05 0.70
HSL 306.67º 0.31% 0.23% -
HSV(B) 306.67º 0.47% 0.3% -
XYZ 5.06 3.64 6.74 -
YUV 55.41 137.93 143.4 -
System Red Green Blue C M Y K H S L
Decimal 77 41 73 0 0.47 0.05 0.70 306.67 0.31 0.23
Hex 4D 29 49 0 2F 5 46 133 1F 17
Octal 115 51 111 0 57 5 106 463 37 27
Binary 1001101 101001 1001001 0 101111 101 1000110 100110011 11111 10111

Color Harmonies of #4D2949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2949

Black with #4D2949

Text Example


Text Example

White with #4D2949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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