Html Css Color HEX #4D2F42 Loulou

📋 copy color: '#4D2F42'

red 77 ◦ green 47 ◦ blue 66

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

Shades of Loulou #4D2F42

Tints of Loulou #4D2F42

RGB

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

 GREEN value IS 47 (18.75% from 255) = 24.74%

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

R = 40.53%
G = 24.74%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.14

 K value IS 0.70

RGB Variations

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

Color information

#4D2F42 (or 0x4D2F42) is known color: Loulou. HEX triplet: 4D, 2F and 42. RGB value is (77,47,66). Sum of RGB (Red+Green+Blue) = 77+47+66=190 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.53% from 190); Green value is 47 (18.75% from 255 or 24.74% from 190); Blue value is 66 (26.17% from 255 or 34.74% from 190); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2F42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2F42 is #B2D0BD. Grayscale: #3A3A3A. Windows color (decimal): -11718846 or 4337485. OLE color: 4337485.

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

Color convert

RGB 77 47 66 -
CMYK 0 0.39 0.14 0.70
HSL 322º 0.24% 0.24% -
HSV(B) 322º 0.39% 0.3% -
XYZ 5.06 4 5.66 -
YUV 58.14 132.44 141.46 -
System Red Green Blue C M Y K H S L
Decimal 77 47 66 0 0.39 0.14 0.70 322 0.24 0.24
Hex 4D 2F 42 0 27 E 46 142 18 18
Octal 115 57 102 0 47 16 106 502 30 30
Binary 1001101 101111 1000010 0 100111 1110 1000110 101000010 11000 11000

Color Harmonies of #4D2F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2F42

Black with #4D2F42

Text Example


Text Example

White with #4D2F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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