#4F2941

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

Shades of Loulou #4F2941

Tints of Loulou #4F2941

Color information

#4F2941 (or 0x4F2941) is unknown color: approx Loulou. HEX triplet: 4F, 29 and 41. RGB value is (79,41,65). Sum of RGB (Red+Green+Blue) = 79+41+65=185 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.70% from 185); Green value is 41 (16.41% from 255 or 22.16% from 185); Blue value is 65 (25.78% from 255 or 35.14% from 185); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2941 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2941 is #B0D6BE. Grayscale: #373737. Windows color (decimal): -11589311 or 4270415. OLE color: 4270415.

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

Color convert

RGB794165-
CMYK00.480.180.69
HSL322.11º31.67%23.53%-
HSV(B)322.11º48.1%30.98%-
XYZ4.973.635.44-
YUV55.1133.59145.05-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 42.70%
GREEN value IS 41 (16.41% from 255) = 22.16%
BLUE value IS 65 (25.78% from 255) = 35.14%
R=42.70%
G=22.16%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79416500.480.180.69322.1131.6723.53
Hex4F294103012451422018
Octal11751101060221055024030
Binary10011111010011000001011000010010100010110100001010000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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