Html Css Color HEX #4D2C4B Loulou

📋 copy color: '#4D2C4B'

red 77 ◦ green 44 ◦ blue 75

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

Shades of Loulou #4D2C4B

Tints of Loulou #4D2C4B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 22.45%

 BLUE value IS 75 (29.69% from 255) = 38.27%

R = 39.29%
G = 22.45%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.03

 K value IS 0.70

RGB Variations

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

Color information

#4D2C4B (or 0x4D2C4B) is known color: Loulou. HEX triplet: 4D, 2C and 4B. RGB value is (77,44,75). Sum of RGB (Red+Green+Blue) = 77+44+75=196 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.29% from 196); Green value is 44 (17.58% from 255 or 22.45% from 196); Blue value is 75 (29.69% from 255 or 38.27% from 196); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2C4B is #B2D3B4. Grayscale: #393939. Windows color (decimal): -11719605 or 4926541. OLE color: 4926541.

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

Color convert

RGB 77 44 75 -
CMYK 0 0.43 0.03 0.70
HSL 303.64º 0.27% 0.24% -
HSV(B) 303.64º 0.43% 0.3% -
XYZ 5.23 3.89 7.13 -
YUV 57.4 137.93 141.98 -
System Red Green Blue C M Y K H S L
Decimal 77 44 75 0 0.43 0.03 0.70 303.64 0.27 0.24
Hex 4D 2C 4B 0 2B 3 46 130 1B 18
Octal 115 54 113 0 53 3 106 460 33 30
Binary 1001101 101100 1001011 0 101011 11 1000110 100110000 11011 11000

Color Harmonies of #4D2C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2C4B

Black with #4D2C4B

Text Example


Text Example

White with #4D2C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,44,75); }

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

background-color css

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

 a { background-color: rgb(77,44,75); }

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

border-color css

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

 span { border-color: rgb(77,44,75); }

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