Html Css Color HEX #4D1B48 Loulou

📋 copy color: '#4D1B48'

red 77 ◦ green 27 ◦ blue 72

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

Shades of Loulou #4D1B48

Tints of Loulou #4D1B48

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.34%

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

R = 43.75%
G = 15.34%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.06

 K value IS 0.70

RGB Variations

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

Color information

#4D1B48 (or 0x4D1B48) is known color: Loulou. HEX triplet: 4D, 1B and 48. RGB value is (77,27,72). Sum of RGB (Red+Green+Blue) = 77+27+72=176 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.75% from 176); Green value is 27 (10.94% from 255 or 15.34% from 176); Blue value is 72 (28.52% from 255 or 40.91% from 176); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1B48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1B48 is #B2E4B7. Grayscale: #2E2E2E. Windows color (decimal): -11723960 or 4725581. OLE color: 4725581.

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

Color convert

RGB 77 27 72 -
CMYK 0 0.65 0.06 0.70
HSL 306º 0.48% 0.2% -
HSV(B) 306º 0.65% 0.3% -
XYZ 4.62 2.83 6.43 -
YUV 47.08 142.07 149.34 -
System Red Green Blue C M Y K H S L
Decimal 77 27 72 0 0.65 0.06 0.70 306 0.48 0.2
Hex 4D 1B 48 0 41 6 46 132 30 14
Octal 115 33 110 0 101 6 106 462 60 24
Binary 1001101 11011 1001000 0 1000001 110 1000110 100110010 110000 10100

Color Harmonies of #4D1B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1B48

Black with #4D1B48

Text Example


Text Example

White with #4D1B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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