#4D2848

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

Shades of Loulou #4D2848

Tints of Loulou #4D2848

Color information

#4D2848 (or 0x4D2848) is unknown color: approx Loulou. HEX triplet: 4D, 28 and 48. RGB value is (77,40,72). Sum of RGB (Red+Green+Blue) = 77+40+72=189 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.74% from 189); Green value is 40 (16.02% from 255 or 21.16% from 189); Blue value is 72 (28.52% from 255 or 38.10% from 189); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2848 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2848 is #B2D7B7. Grayscale: #363636. Windows color (decimal): -11720632 or 4728909. OLE color: 4728909.

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

Color convert

RGB774072-
CMYK00.480.060.70
HSL308.11º31.62%22.94%-
HSV(B)308.11º48.05%30.2%-
XYZ4.993.566.56-
YUV54.71137.76143.9-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 40.74%
GREEN value IS 40 (16.02% from 255) = 21.16%
BLUE value IS 72 (28.52% from 255) = 38.10%
R=40.74%
G=21.16%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77407200.480.060.70308.1131.6222.94
Hex4D28480306461342017
Octal1155011006061064644027
Binary100110110100010010000110000110100011010011010010000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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