#4F2342

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

Shades of Loulou #4F2342

Tints of Loulou #4F2342

Color information

#4F2342 (or 0x4F2342) is unknown color: approx Loulou. HEX triplet: 4F, 23 and 42. RGB value is (79,35,66). Sum of RGB (Red+Green+Blue) = 79+35+66=180 (23% of max value = 765). Red value is 79 (31.25% from 255 or 43.89% from 180); Green value is 35 (14.06% from 255 or 19.44% from 180); Blue value is 66 (26.17% from 255 or 36.67% from 180); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2342 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2342 is #B0DCBD. Grayscale: #333333. Windows color (decimal): -11590846 or 4334415. OLE color: 4334415.

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

Color convert

RGB793566-
CMYK00.560.160.69
HSL317.73º38.6%22.35%-
HSV(B)317.73º55.7%30.98%-
XYZ4.813.265.53-
YUV51.69136.08147.48-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 43.89%
GREEN value IS 35 (14.06% from 255) = 19.44%
BLUE value IS 66 (26.17% from 255) = 36.67%
R=43.89%
G=19.44%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.16
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79356600.560.160.69317.7338.622.35
Hex4F2342038104513e2716
Octal11743102070201054764726
Binary10011111000111000010011100010000100010110011111010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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