#4D1B47

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

Shades of Loulou #4D1B47

Tints of Loulou #4D1B47

Color information

#4D1B47 (or 0x4D1B47) is unknown color: approx Loulou. HEX triplet: 4D, 1B and 47. RGB value is (77,27,71). Sum of RGB (Red+Green+Blue) = 77+27+71=175 (23% of max value = 765). Red value is 77 (30.47% from 255 or 44% from 175); Green value is 27 (10.94% from 255 or 15.43% from 175); Blue value is 71 (28.12% from 255 or 40.57% from 175); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1B47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1B47 is #B2E4B8. Grayscale: #2E2E2E. Windows color (decimal): -11723961 or 4660045. OLE color: 4660045.

HSL color Cylindrical-coordinate representation of color #4D1B47: hue angle of 307.2º 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 #4D1B47 is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.70.

Color convert

RGB772771-
CMYK00.650.080.70
HSL307.2º48.08%20.39%-
HSV(B)307.2º64.94%30.2%-
XYZ4.592.826.26-
YUV46.97141.56149.42-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 44%
GREEN value IS 27 (10.94% from 255) = 15.43%
BLUE value IS 71 (28.12% from 255) = 40.57%
R=44%
G=15.43%
B=40.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.08
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77277100.650.080.70307.248.0820.39
Hex4D1B470418461333014
Octal115331070101101064636024
Binary1001101110111000111010000011000100011010011001111000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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