#4D2245

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

Shades of Loulou #4D2245

Tints of Loulou #4D2245

Color information

#4D2245 (or 0x4D2245) is unknown color: approx Loulou. HEX triplet: 4D, 22 and 45. RGB value is (77,34,69). Sum of RGB (Red+Green+Blue) = 77+34+69=180 (23% of max value = 765). Red value is 77 (30.47% from 255 or 42.78% from 180); Green value is 34 (13.67% from 255 or 18.89% from 180); Blue value is 69 (27.34% from 255 or 38.33% from 180); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2245 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2245 is #B2DDBA. Grayscale: #323232. Windows color (decimal): -11722171 or 4530765. OLE color: 4530765.

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

Color convert

RGB773469-
CMYK00.560.100.70
HSL311.16º38.74%21.76%-
HSV(B)311.16º55.84%30.2%-
XYZ4.713.155.99-
YUV50.85138.25146.65-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 42.78%
GREEN value IS 34 (13.67% from 255) = 18.89%
BLUE value IS 69 (27.34% from 255) = 38.33%
R=42.78%
G=18.89%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.10
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77346900.560.100.70311.1638.7421.76
Hex4D2245038A461372716
Octal11542105070121064674726
Binary1001101100010100010101110001010100011010011011110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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