#4D2745

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

Shades of Loulou #4D2745

Tints of Loulou #4D2745

Color information

#4D2745 (or 0x4D2745) is unknown color: approx Loulou. HEX triplet: 4D, 27 and 45. RGB value is (77,39,69). Sum of RGB (Red+Green+Blue) = 77+39+69=185 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.62% from 185); Green value is 39 (15.62% from 255 or 21.08% from 185); Blue value is 69 (27.34% from 255 or 37.30% from 185); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2745 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2745 is #B2D8BA. Grayscale: #353535. Windows color (decimal): -11720891 or 4532045. OLE color: 4532045.

HSL color Cylindrical-coordinate representation of color #4D2745: hue angle of 312.63º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4D2745 is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.70.

Color convert

RGB773969-
CMYK00.490.100.70
HSL312.63º32.76%22.75%-
HSV(B)312.63º49.35%30.2%-
XYZ4.863.466.04-
YUV53.78136.59144.56-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 41.62%
GREEN value IS 39 (15.62% from 255) = 21.08%
BLUE value IS 69 (27.34% from 255) = 37.30%
R=41.62%
G=21.08%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.10
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77396900.490.100.70312.6332.7622.75
Hex4D2745031A461392117
Octal11547105061121064714127
Binary1001101100111100010101100011010100011010011100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,39,69); }

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

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

 a { background-color: rgb(77,39,69); }

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

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

 span { border-color: rgb(77,39,69); }

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