#4D1143

Color #4D1143 Loulou (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Loulou #4D1143

Tints of Loulou #4D1143

Color information

#4D1143 (or 0x4D1143) is unknown color: approx Loulou. HEX triplet: 4D, 11 and 43. RGB value is (77,17,67). Sum of RGB (Red+Green+Blue) = 77+17+67=161 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.83% from 161); Green value is 17 (7.03% from 255 or 10.56% from 161); Blue value is 67 (26.56% from 255 or 41.61% from 161); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1143 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1143 is #B2EEBC. Grayscale: #282828. Windows color (decimal): -11726525 or 4395341. OLE color: 4395341.

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

Color convert

RGB771767-
CMYK00.780.130.70
HSL310º63.83%18.43%-
HSV(B)310º77.92%30.2%-
XYZ4.272.385.55-
YUV40.64142.88153.93-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 47.83%
GREEN value IS 17 (7.03% from 255) = 10.56%
BLUE value IS 67 (26.56% from 255) = 41.61%
R=47.83%
G=10.56%
B=41.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.13
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77176700.780.130.7031063.8318.43
Hex4D114304ED461364012
Octal1152110301161510646610022
Binary10011011000110000110100111011011000110100110110100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,17,67); }

 H1.HeaderClassName
 {
   color: #4D1143;
 }
 .AnyTagClassName
 {
   color: #4D1143;
 }
</style>
background-color css

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

 a { background-color: rgb(77,17,67); }

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

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

 span { border-color: rgb(77,17,67); }

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