#4F2741

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

Shades of Loulou #4F2741

Tints of Loulou #4F2741

Color information

#4F2741 (or 0x4F2741) is unknown color: approx Loulou. HEX triplet: 4F, 27 and 41. RGB value is (79,39,65). Sum of RGB (Red+Green+Blue) = 79+39+65=183 (24% of max value = 765). Red value is 79 (31.25% from 255 or 43.17% from 183); Green value is 39 (15.62% from 255 or 21.31% from 183); Blue value is 65 (25.78% from 255 or 35.52% from 183); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2741 is #B0D8BE. Grayscale: #353535. Windows color (decimal): -11589823 or 4269903. OLE color: 4269903.

HSL color Cylindrical-coordinate representation of color #4F2741: hue angle of 321º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4F2741 is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.69.

Color convert

RGB793965-
CMYK00.510.180.69
HSL321º33.9%23.14%-
HSV(B)321º50.63%30.98%-
XYZ4.93.495.42-
YUV53.92134.25145.89-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 43.17%
GREEN value IS 39 (15.62% from 255) = 21.31%
BLUE value IS 65 (25.78% from 255) = 35.52%
R=43.17%
G=21.31%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.18
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79396500.510.180.6932133.923.14
Hex4F274103312451412217
Octal11747101063221055014227
Binary10011111001111000001011001110010100010110100000110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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