#4F3344

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

Shades of Loulou #4F3344

Tints of Loulou #4F3344

Color information

#4F3344 (or 0x4F3344) is unknown color: approx Loulou. HEX triplet: 4F, 33 and 44. RGB value is (79,51,68). Sum of RGB (Red+Green+Blue) = 79+51+68=198 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.90% from 198); Green value is 51 (20.31% from 255 or 25.76% from 198); Blue value is 68 (26.95% from 255 or 34.34% from 198); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3344 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3344 is #B0CCBB. Grayscale: #3D3D3D. Windows color (decimal): -11586748 or 4469583. OLE color: 4469583.

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

Color convert

RGB795168-
CMYK00.350.140.69
HSL323.57º21.54%25.49%-
HSV(B)323.57º35.44%30.98%-
XYZ5.454.456.04-
YUV61.31131.78140.62-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 39.90%
GREEN value IS 51 (20.31% from 255) = 25.76%
BLUE value IS 68 (26.95% from 255) = 34.34%
R=39.90%
G=25.76%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79516800.350.140.69323.5721.5425.49
Hex4F3344023E451441619
Octal11763104043161055042631
Binary100111111001110001000100011111010001011010001001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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