#4F2542

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

Shades of Loulou #4F2542

Tints of Loulou #4F2542

Color information

#4F2542 (or 0x4F2542) is unknown color: approx Loulou. HEX triplet: 4F, 25 and 42. RGB value is (79,37,66). Sum of RGB (Red+Green+Blue) = 79+37+66=182 (24% of max value = 765). Red value is 79 (31.25% from 255 or 43.41% from 182); Green value is 37 (14.84% from 255 or 20.33% from 182); Blue value is 66 (26.17% from 255 or 36.26% from 182); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2542 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2542 is #B0DABD. Grayscale: #343434. Windows color (decimal): -11590334 or 4334927. OLE color: 4334927.

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

Color convert

RGB793766-
CMYK00.530.160.69
HSL318.57º36.21%22.75%-
HSV(B)318.57º53.16%30.98%-
XYZ4.873.385.55-
YUV52.86135.41146.64-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 43.41%
GREEN value IS 37 (14.84% from 255) = 20.33%
BLUE value IS 66 (26.17% from 255) = 36.26%
R=43.41%
G=20.33%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.16
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79376600.530.160.69318.5736.2122.75
Hex4F2542035104513f2417
Octal11745102065201054774427
Binary10011111001011000010011010110000100010110011111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,37,66); }

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

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

 a { background-color: rgb(79,37,66); }

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

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

 span { border-color: rgb(79,37,66); }

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