#4D2147

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

Shades of Loulou #4D2147

Tints of Loulou #4D2147

Color information

#4D2147 (or 0x4D2147) is unknown color: approx Loulou. HEX triplet: 4D, 21 and 47. RGB value is (77,33,71). Sum of RGB (Red+Green+Blue) = 77+33+71=181 (23% of max value = 765). Red value is 77 (30.47% from 255 or 42.54% from 181); Green value is 33 (13.28% from 255 or 18.23% from 181); Blue value is 71 (28.12% from 255 or 39.23% from 181); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2147 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2147 is #B2DEB8. Grayscale: #323232. Windows color (decimal): -11722425 or 4661581. OLE color: 4661581.

HSL color Cylindrical-coordinate representation of color #4D2147: hue angle of 308.18º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4D2147 is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.70.

Color convert

RGB773371-
CMYK00.570.080.70
HSL308.18º40%21.57%-
HSV(B)308.18º57.14%30.2%-
XYZ4.743.126.31-
YUV50.49139.58146.91-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 42.54%
GREEN value IS 33 (13.28% from 255) = 18.23%
BLUE value IS 71 (28.12% from 255) = 39.23%
R=42.54%
G=18.23%
B=39.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.08
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77337100.570.080.70308.184021.57
Hex4D21470398461342816
Octal11541107071101064645026
Binary1001101100001100011101110011000100011010011010010100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,33,71); }

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

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

 a { background-color: rgb(77,33,71); }

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

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

 span { border-color: rgb(77,33,71); }

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