Html Css Color HEX #4D2F48 Loulou

📋 copy color: '#4D2F48'

red 77 ◦ green 47 ◦ blue 72

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

Shades of Loulou #4D2F48

Tints of Loulou #4D2F48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 36.73%

R = 39.29%
G = 23.98%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.70

RGB Variations

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

Color information

#4D2F48 (or 0x4D2F48) is known color: Loulou. HEX triplet: 4D, 2F and 48. RGB value is (77,47,72). Sum of RGB (Red+Green+Blue) = 77+47+72=196 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.29% from 196); Green value is 47 (18.75% from 255 or 23.98% from 196); Blue value is 72 (28.52% from 255 or 36.73% from 196); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2F48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2F48 is #B2D0B7. Grayscale: #3A3A3A. Windows color (decimal): -11718840 or 4730701. OLE color: 4730701.

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

Color convert

RGB 77 47 72 -
CMYK 0 0.39 0.06 0.70
HSL 310º 0.24% 0.24% -
HSV(B) 310º 0.39% 0.3% -
XYZ 5.25 4.08 6.64 -
YUV 58.82 135.44 140.97 -
System Red Green Blue C M Y K H S L
Decimal 77 47 72 0 0.39 0.06 0.70 310 0.24 0.24
Hex 4D 2F 48 0 27 6 46 136 18 18
Octal 115 57 110 0 47 6 106 466 30 30
Binary 1001101 101111 1001000 0 100111 110 1000110 100110110 11000 11000

Color Harmonies of #4D2F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2F48

Black with #4D2F48

Text Example


Text Example

White with #4D2F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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