#4D2248

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

Shades of Loulou #4D2248

Tints of Loulou #4D2248

Color information

#4D2248 (or 0x4D2248) is unknown color: approx Loulou. HEX triplet: 4D, 22 and 48. RGB value is (77,34,72). Sum of RGB (Red+Green+Blue) = 77+34+72=183 (24% of max value = 765). Red value is 77 (30.47% from 255 or 42.08% from 183); Green value is 34 (13.67% from 255 or 18.58% from 183); Blue value is 72 (28.52% from 255 or 39.34% from 183); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2248 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2248 is #B2DDB7. Grayscale: #333333. Windows color (decimal): -11722168 or 4727373. OLE color: 4727373.

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

Color convert

RGB773472-
CMYK00.560.060.70
HSL306.98º38.74%21.76%-
HSV(B)306.98º55.84%30.2%-
XYZ4.83.196.49-
YUV51.19139.75146.41-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 42.08%
GREEN value IS 34 (13.67% from 255) = 18.58%
BLUE value IS 72 (28.52% from 255) = 39.34%
R=42.08%
G=18.58%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.06
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77347200.560.060.70306.9838.7421.76
Hex4D22480386461332716
Octal1154211007061064634726
Binary100110110001010010000111000110100011010011001110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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