Html Css Color HEX #4D1E42 Loulou

📋 copy color: '#4D1E42'

red 77 ◦ green 30 ◦ blue 66

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

Shades of Loulou #4D1E42

Tints of Loulou #4D1E42

RGB

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

 GREEN value IS 30 (12.11% from 255) = 17.34%

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

R = 44.51%
G = 17.34%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.14

 K value IS 0.70

RGB Variations

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

Color information

#4D1E42 (or 0x4D1E42) is known color: Loulou. HEX triplet: 4D, 1E and 42. RGB value is (77,30,66). Sum of RGB (Red+Green+Blue) = 77+30+66=173 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.51% from 173); Green value is 30 (12.11% from 255 or 17.34% from 173); Blue value is 66 (26.17% from 255 or 38.15% from 173); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1E42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1E42 is #B2E1BD. Grayscale: #303030. Windows color (decimal): -11723198 or 4333133. OLE color: 4333133.

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

Color convert

RGB 77 30 66 -
CMYK 0 0.61 0.14 0.70
HSL 314.04º 0.44% 0.21% -
HSV(B) 314.04º 0.61% 0.3% -
XYZ 4.51 2.9 5.48 -
YUV 48.16 138.07 148.57 -
System Red Green Blue C M Y K H S L
Decimal 77 30 66 0 0.61 0.14 0.70 314.04 0.44 0.21
Hex 4D 1E 42 0 3D E 46 13A 2C 15
Octal 115 36 102 0 75 16 106 472 54 25
Binary 1001101 11110 1000010 0 111101 1110 1000110 100111010 101100 10101

Color Harmonies of #4D1E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1E42

Black with #4D1E42

Text Example


Text Example

White with #4D1E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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