Html Css Color HEX #4D1A48 Loulou

📋 copy color: '#4D1A48'

red 77 ◦ green 26 ◦ blue 72

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

Shades of Loulou #4D1A48

Tints of Loulou #4D1A48

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.86%

 BLUE value IS 72 (28.52% from 255) = 41.14%

R = 44%
G = 14.86%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.06

 K value IS 0.70

RGB Variations

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

Color information

#4D1A48 (or 0x4D1A48) is known color: Loulou. HEX triplet: 4D, 1A and 48. RGB value is (77,26,72). Sum of RGB (Red+Green+Blue) = 77+26+72=175 (23% of max value = 765). Red value is 77 (30.47% from 255 or 44% from 175); Green value is 26 (10.55% from 255 or 14.86% from 175); Blue value is 72 (28.52% from 255 or 41.14% from 175); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1A48 is #B2E5B7. Grayscale: #2E2E2E. Windows color (decimal): -11724216 or 4725325. OLE color: 4725325.

HSL color Cylindrical-coordinate representation of color #4D1A48: hue angle of 305.88º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D1A48 is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 26 72 -
CMYK 0 0.66 0.06 0.70
HSL 305.88º 0.5% 0.2% -
HSV(B) 305.88º 0.66% 0.3% -
XYZ 4.6 2.78 6.43 -
YUV 46.49 142.4 149.76 -
System Red Green Blue C M Y K H S L
Decimal 77 26 72 0 0.66 0.06 0.70 305.88 0.5 0.2
Hex 4D 1A 48 0 42 6 46 132 32 14
Octal 115 32 110 0 102 6 106 462 62 24
Binary 1001101 11010 1001000 0 1000010 110 1000110 100110010 110010 10100

Color Harmonies of #4D1A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1A48

Black with #4D1A48

Text Example


Text Example

White with #4D1A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,26,72); }

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

background-color css

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

 a { background-color: rgb(77,26,72); }

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

border-color css

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

 span { border-color: rgb(77,26,72); }

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