#4F2544

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

Shades of Loulou #4F2544

Tints of Loulou #4F2544

Color information

#4F2544 (or 0x4F2544) is unknown color: approx Loulou. HEX triplet: 4F, 25 and 44. RGB value is (79,37,68). Sum of RGB (Red+Green+Blue) = 79+37+68=184 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.93% from 184); Green value is 37 (14.84% from 255 or 20.11% from 184); Blue value is 68 (26.95% from 255 or 36.96% from 184); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2544 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2544 is #B0DABB. Grayscale: #353535. Windows color (decimal): -11590332 or 4465999. OLE color: 4465999.

HSL color Cylindrical-coordinate representation of color #4F2544: hue angle of 315.71º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4F2544 is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB793768-
CMYK00.530.140.69
HSL315.71º36.21%22.75%-
HSV(B)315.71º53.16%30.98%-
XYZ4.933.45.87-
YUV53.09136.41146.48-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 42.93%
GREEN value IS 37 (14.84% from 255) = 20.11%
BLUE value IS 68 (26.95% from 255) = 36.96%
R=42.93%
G=20.11%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79376800.530.140.69315.7136.2122.75
Hex4F2544035E4513c2417
Octal11745104065161054744427
Binary1001111100101100010001101011110100010110011110010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,37,68); }

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

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

 a { background-color: rgb(79,37,68); }

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

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

 span { border-color: rgb(79,37,68); }

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