Html Css Color HEX #4D1D44 Loulou

📋 copy color: '#4D1D44'

red 77 ◦ green 29 ◦ blue 68

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

Shades of Loulou #4D1D44

Tints of Loulou #4D1D44

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.67%

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

R = 44.25%
G = 16.67%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.12

 K value IS 0.70

RGB Variations

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

Color information

#4D1D44 (or 0x4D1D44) is known color: Loulou. HEX triplet: 4D, 1D and 44. RGB value is (77,29,68). Sum of RGB (Red+Green+Blue) = 77+29+68=174 (23% of max value = 765). Red value is 77 (30.47% from 255 or 44.25% from 174); Green value is 29 (11.72% from 255 or 16.67% from 174); Blue value is 68 (26.95% from 255 or 39.08% from 174); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1D44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1D44 is #B2E2BB. Grayscale: #2F2F2F. Windows color (decimal): -11723452 or 4463949. OLE color: 4463949.

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

Color convert

RGB 77 29 68 -
CMYK 0 0.62 0.12 0.70
HSL 311.25º 0.45% 0.21% -
HSV(B) 311.25º 0.62% 0.3% -
XYZ 4.54 2.87 5.78 -
YUV 47.8 139.4 148.83 -
System Red Green Blue C M Y K H S L
Decimal 77 29 68 0 0.62 0.12 0.70 311.25 0.45 0.21
Hex 4D 1D 44 0 3E C 46 137 2D 15
Octal 115 35 104 0 76 14 106 467 55 25
Binary 1001101 11101 1000100 0 111110 1100 1000110 100110111 101101 10101

Color Harmonies of #4D1D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1D44

Black with #4D1D44

Text Example


Text Example

White with #4D1D44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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