#4F2343

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

Shades of Loulou #4F2343

Tints of Loulou #4F2343

Color information

#4F2343 (or 0x4F2343) is unknown color: approx Loulou. HEX triplet: 4F, 23 and 43. RGB value is (79,35,67). Sum of RGB (Red+Green+Blue) = 79+35+67=181 (23% of max value = 765). Red value is 79 (31.25% from 255 or 43.65% from 181); Green value is 35 (14.06% from 255 or 19.34% from 181); Blue value is 67 (26.56% from 255 or 37.02% from 181); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2343 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2343 is #B0DCBC. Grayscale: #333333. Windows color (decimal): -11590845 or 4399951. OLE color: 4399951.

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

Color convert

RGB793567-
CMYK00.560.150.69
HSL316.36º38.6%22.35%-
HSV(B)316.36º55.7%30.98%-
XYZ4.843.275.69-
YUV51.8136.58147.4-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 43.65%
GREEN value IS 35 (14.06% from 255) = 19.34%
BLUE value IS 67 (26.56% from 255) = 37.02%
R=43.65%
G=19.34%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.15
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79356700.560.150.69316.3638.622.35
Hex4F2343038F4513c2716
Octal11743103070171054744726
Binary1001111100011100001101110001111100010110011110010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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