Html Css Color HEX #4D2E45 Loulou

📋 copy color: '#4D2E45'

red 77 ◦ green 46 ◦ blue 69

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

Shades of Loulou #4D2E45

Tints of Loulou #4D2E45

RGB

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

 GREEN value IS 46 (18.36% from 255) = 23.96%

 BLUE value IS 69 (27.34% from 255) = 35.94%

R = 40.1%
G = 23.96%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.70

RGB Variations

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

Color information

#4D2E45 (or 0x4D2E45) is known color: Loulou. HEX triplet: 4D, 2E and 45. RGB value is (77,46,69). Sum of RGB (Red+Green+Blue) = 77+46+69=192 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.10% from 192); Green value is 46 (18.36% from 255 or 23.96% from 192); Blue value is 69 (27.34% from 255 or 35.94% from 192); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2E45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2E45 is #B2D1BA. Grayscale: #393939. Windows color (decimal): -11719099 or 4533837. OLE color: 4533837.

HSL color Cylindrical-coordinate representation of color #4D2E45: hue angle of 315.48º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4D2E45 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 46 69 -
CMYK 0 0.40 0.10 0.70
HSL 315.48º 0.25% 0.24% -
HSV(B) 315.48º 0.4% 0.3% -
XYZ 5.11 3.96 6.13 -
YUV 57.89 134.27 141.63 -
System Red Green Blue C M Y K H S L
Decimal 77 46 69 0 0.40 0.10 0.70 315.48 0.25 0.24
Hex 4D 2E 45 0 28 A 46 13B 19 18
Octal 115 56 105 0 50 12 106 473 31 30
Binary 1001101 101110 1000101 0 101000 1010 1000110 100111011 11001 11000

Color Harmonies of #4D2E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2E45

Black with #4D2E45

Text Example


Text Example

White with #4D2E45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,46,69); }

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

background-color css

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

 a { background-color: rgb(77,46,69); }

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

border-color css

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

 span { border-color: rgb(77,46,69); }

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