#4F2942

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

Shades of Loulou #4F2942

Tints of Loulou #4F2942

Color information

#4F2942 (or 0x4F2942) is unknown color: approx Loulou. HEX triplet: 4F, 29 and 42. RGB value is (79,41,66). Sum of RGB (Red+Green+Blue) = 79+41+66=186 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.47% from 186); Green value is 41 (16.41% from 255 or 22.04% from 186); Blue value is 66 (26.17% from 255 or 35.48% from 186); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2942 is #B0D6BD. Grayscale: #373737. Windows color (decimal): -11589310 or 4335951. OLE color: 4335951.

HSL color Cylindrical-coordinate representation of color #4F2942: hue angle of 320.53º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4F2942 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.69.

Color convert

RGB794166-
CMYK00.480.160.69
HSL320.53º31.67%23.53%-
HSV(B)320.53º48.1%30.98%-
XYZ53.645.59-
YUV55.21134.09144.97-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 42.47%
GREEN value IS 41 (16.41% from 255) = 22.04%
BLUE value IS 66 (26.17% from 255) = 35.48%
R=42.47%
G=22.04%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79416600.480.160.69320.5331.6723.53
Hex4F294203010451412018
Octal11751102060201055014030
Binary10011111010011000010011000010000100010110100000110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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