Html Css Color HEX #4D2E42 Loulou

📋 copy color: '#4D2E42'

red 77 ◦ green 46 ◦ blue 66

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

Shades of Loulou #4D2E42

Tints of Loulou #4D2E42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 34.92%

R = 40.74%
G = 24.34%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.14

 K value IS 0.70

RGB Variations

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

Color information

#4D2E42 (or 0x4D2E42) is known color: Loulou. HEX triplet: 4D, 2E and 42. RGB value is (77,46,66). Sum of RGB (Red+Green+Blue) = 77+46+66=189 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.74% from 189); Green value is 46 (18.36% from 255 or 24.34% from 189); Blue value is 66 (26.17% from 255 or 34.92% from 189); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2E42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2E42 is #B2D1BD. Grayscale: #393939. Windows color (decimal): -11719102 or 4337229. OLE color: 4337229.

HSL color Cylindrical-coordinate representation of color #4D2E42: hue angle of 321.29º 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 #4D2E42 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 46 66 -
CMYK 0 0.40 0.14 0.70
HSL 321.29º 0.25% 0.24% -
HSV(B) 321.29º 0.4% 0.3% -
XYZ 5.02 3.93 5.65 -
YUV 57.55 132.77 141.87 -
System Red Green Blue C M Y K H S L
Decimal 77 46 66 0 0.40 0.14 0.70 321.29 0.25 0.24
Hex 4D 2E 42 0 28 E 46 141 19 18
Octal 115 56 102 0 50 16 106 501 31 30
Binary 1001101 101110 1000010 0 101000 1110 1000110 101000001 11001 11000

Color Harmonies of #4D2E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2E42

Black with #4D2E42

Text Example


Text Example

White with #4D2E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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