#4F2841

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

Shades of Loulou #4F2841

Tints of Loulou #4F2841

Color information

#4F2841 (or 0x4F2841) is unknown color: approx Loulou. HEX triplet: 4F, 28 and 41. RGB value is (79,40,65). Sum of RGB (Red+Green+Blue) = 79+40+65=184 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.93% from 184); Green value is 40 (16.02% from 255 or 21.74% from 184); Blue value is 65 (25.78% from 255 or 35.33% from 184); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2841 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2841 is #B0D7BE. Grayscale: #363636. Windows color (decimal): -11589567 or 4270159. OLE color: 4270159.

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

Color convert

RGB794065-
CMYK00.490.180.69
HSL321.54º32.77%23.33%-
HSV(B)321.54º49.37%30.98%-
XYZ4.943.565.43-
YUV54.51133.92145.47-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 42.93%
GREEN value IS 40 (16.02% from 255) = 21.74%
BLUE value IS 65 (25.78% from 255) = 35.33%
R=42.93%
G=21.74%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.18
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79406500.490.180.69321.5432.7723.33
Hex4F284103112451422117
Octal11750101061221055024127
Binary10011111010001000001011000110010100010110100001010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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