#4F2349

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

Shades of Loulou #4F2349

Tints of Loulou #4F2349

Color information

#4F2349 (or 0x4F2349) is unknown color: approx Loulou. HEX triplet: 4F, 23 and 49. RGB value is (79,35,73). Sum of RGB (Red+Green+Blue) = 79+35+73=187 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.25% from 187); Green value is 35 (14.06% from 255 or 18.72% from 187); Blue value is 73 (28.91% from 255 or 39.04% from 187); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2349 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2349 is #B0DCB6. Grayscale: #343434. Windows color (decimal): -11590839 or 4793167. OLE color: 4793167.

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

Color convert

RGB793573-
CMYK00.560.080.69
HSL308.18º38.6%22.35%-
HSV(B)308.18º55.7%30.98%-
XYZ5.033.356.68-
YUV52.49139.58146.91-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 42.25%
GREEN value IS 35 (14.06% from 255) = 18.72%
BLUE value IS 73 (28.91% from 255) = 39.04%
R=42.25%
G=18.72%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79357300.560.080.69308.1838.622.35
Hex4F23490388451342716
Octal11743111070101054644726
Binary1001111100011100100101110001000100010110011010010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,35,73); }

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

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

 a { background-color: rgb(79,35,73); }

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

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

 span { border-color: rgb(79,35,73); }

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