#4F2C45

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

Shades of Loulou #4F2C45

Tints of Loulou #4F2C45

Color information

#4F2C45 (or 0x4F2C45) is unknown color: approx Loulou. HEX triplet: 4F, 2C and 45. RGB value is (79,44,69). Sum of RGB (Red+Green+Blue) = 79+44+69=192 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.15% from 192); Green value is 44 (17.58% from 255 or 22.92% from 192); Blue value is 69 (27.34% from 255 or 35.94% from 192); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2C45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2C45 is #B0D3BA. Grayscale: #393939. Windows color (decimal): -11588539 or 4533327. OLE color: 4533327.

HSL color Cylindrical-coordinate representation of color #4F2C45: hue angle of 317.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 #4F2C45 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.69.

Color convert

RGB794469-
CMYK00.440.130.69
HSL317.14º28.46%24.12%-
HSV(B)317.14º44.3%30.98%-
XYZ5.23.896.11-
YUV57.32134.6143.47-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 41.15%
GREEN value IS 44 (17.58% from 255) = 22.92%
BLUE value IS 69 (27.34% from 255) = 35.94%
R=41.15%
G=22.92%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79446900.440.130.69317.1428.4624.12
Hex4F2C4502CD4513d1c18
Octal11754105054151054753430
Binary100111110110010001010101100110110001011001111011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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