Html Css Color HEX #4D1C44 Loulou

📋 copy color: '#4D1C44'

red 77 ◦ green 28 ◦ blue 68

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

Shades of Loulou #4D1C44

Tints of Loulou #4D1C44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 39.31%

R = 44.51%
G = 16.18%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.12

 K value IS 0.70

RGB Variations

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

Color information

#4D1C44 (or 0x4D1C44) is known color: Loulou. HEX triplet: 4D, 1C and 44. RGB value is (77,28,68). Sum of RGB (Red+Green+Blue) = 77+28+68=173 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.51% from 173); Green value is 28 (11.33% from 255 or 16.18% from 173); Blue value is 68 (26.95% from 255 or 39.31% from 173); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1C44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1C44 is #B2E3BB. Grayscale: #2F2F2F. Windows color (decimal): -11723708 or 4463693. OLE color: 4463693.

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

Color convert

RGB 77 28 68 -
CMYK 0 0.64 0.12 0.70
HSL 311.02º 0.47% 0.21% -
HSV(B) 311.02º 0.64% 0.3% -
XYZ 4.52 2.83 5.78 -
YUV 47.21 139.73 149.25 -
System Red Green Blue C M Y K H S L
Decimal 77 28 68 0 0.64 0.12 0.70 311.02 0.47 0.21
Hex 4D 1C 44 0 40 C 46 137 2F 15
Octal 115 34 104 0 100 14 106 467 57 25
Binary 1001101 11100 1000100 0 1000000 1100 1000110 100110111 101111 10101

Color Harmonies of #4D1C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1C44

Black with #4D1C44

Text Example


Text Example

White with #4D1C44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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