#4D2844

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

Shades of Loulou #4D2844

Tints of Loulou #4D2844

Color information

#4D2844 (or 0x4D2844) is unknown color: approx Loulou. HEX triplet: 4D, 28 and 44. RGB value is (77,40,68). Sum of RGB (Red+Green+Blue) = 77+40+68=185 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.62% from 185); Green value is 40 (16.02% from 255 or 21.62% from 185); Blue value is 68 (26.95% from 255 or 36.76% from 185); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2844 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2844 is #B2D7BB. Grayscale: #363636. Windows color (decimal): -11720636 or 4466765. OLE color: 4466765.

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

Color convert

RGB774068-
CMYK00.480.120.70
HSL314.59º31.62%22.94%-
HSV(B)314.59º48.05%30.2%-
XYZ4.863.515.89-
YUV54.26135.76144.22-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 41.62%
GREEN value IS 40 (16.02% from 255) = 21.62%
BLUE value IS 68 (26.95% from 255) = 36.76%
R=41.62%
G=21.62%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77406800.480.120.70314.5931.6222.94
Hex4D2844030C4613b2017
Octal11550104060141064734027
Binary1001101101000100010001100001100100011010011101110000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,40,68); }

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

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

 a { background-color: rgb(77,40,68); }

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

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

 span { border-color: rgb(77,40,68); }

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