#4F2C4C

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

Shades of Loulou #4F2C4C

Tints of Loulou #4F2C4C

Color information

#4F2C4C (or 0x4F2C4C) is unknown color: approx Loulou. HEX triplet: 4F, 2C and 4C. RGB value is (79,44,76). Sum of RGB (Red+Green+Blue) = 79+44+76=199 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.70% from 199); Green value is 44 (17.58% from 255 or 22.11% from 199); Blue value is 76 (30.08% from 255 or 38.19% from 199); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2C4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2C4C is #B0D3B3. Grayscale: #3A3A3A. Windows color (decimal): -11588532 or 4992079. OLE color: 4992079.

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

Color convert

RGB794476-
CMYK00.440.040.69
HSL305.14º28.46%24.12%-
HSV(B)305.14º44.3%30.98%-
XYZ5.433.997.32-
YUV58.11138.1142.9-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 39.70%
GREEN value IS 44 (17.58% from 255) = 22.11%
BLUE value IS 76 (30.08% from 255) = 38.19%
R=39.70%
G=22.11%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79447600.440.040.69305.1428.4624.12
Hex4F2C4C02C4451311c18
Octal1175411405441054613430
Binary10011111011001001100010110010010001011001100011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,44,76); }

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

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

 a { background-color: rgb(79,44,76); }

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

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

 span { border-color: rgb(79,44,76); }

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