Html Css Color HEX #4D1C42 Loulou

📋 copy color: '#4D1C42'

red 77 ◦ green 28 ◦ blue 66

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

Shades of Loulou #4D1C42

Tints of Loulou #4D1C42

RGB

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

 GREEN value IS 28 (11.33% from 255) = 16.37%

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

R = 45.03%
G = 16.37%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.70

RGB Variations

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

Color information

#4D1C42 (or 0x4D1C42) is known color: Loulou. HEX triplet: 4D, 1C and 42. RGB value is (77,28,66). Sum of RGB (Red+Green+Blue) = 77+28+66=171 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.03% from 171); Green value is 28 (11.33% from 255 or 16.37% from 171); Blue value is 66 (26.17% from 255 or 38.60% from 171); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1C42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1C42 is #B2E3BD. Grayscale: #2E2E2E. Windows color (decimal): -11723710 or 4332621. OLE color: 4332621.

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

Color convert

RGB 77 28 66 -
CMYK 0 0.64 0.14 0.70
HSL 313.47º 0.47% 0.21% -
HSV(B) 313.47º 0.64% 0.3% -
XYZ 4.46 2.8 5.46 -
YUV 46.98 138.73 149.41 -
System Red Green Blue C M Y K H S L
Decimal 77 28 66 0 0.64 0.14 0.70 313.47 0.47 0.21
Hex 4D 1C 42 0 40 E 46 139 2F 15
Octal 115 34 102 0 100 16 106 471 57 25
Binary 1001101 11100 1000010 0 1000000 1110 1000110 100111001 101111 10101

Color Harmonies of #4D1C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1C42

Black with #4D1C42

Text Example


Text Example

White with #4D1C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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