#4F2D42

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

Shades of Loulou #4F2D42

Tints of Loulou #4F2D42

Color information

#4F2D42 (or 0x4F2D42) is unknown color: approx Loulou. HEX triplet: 4F, 2D and 42. RGB value is (79,45,66). Sum of RGB (Red+Green+Blue) = 79+45+66=190 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.58% from 190); Green value is 45 (17.97% from 255 or 23.68% from 190); Blue value is 66 (26.17% from 255 or 34.74% from 190); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2D42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2D42 is #B0D2BD. Grayscale: #393939. Windows color (decimal): -11588286 or 4336975. OLE color: 4336975.

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

Color convert

RGB794566-
CMYK00.430.160.69
HSL322.94º27.42%24.31%-
HSV(B)322.94º43.04%30.98%-
XYZ5.153.935.64-
YUV57.56132.76143.29-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 41.58%
GREEN value IS 45 (17.97% from 255) = 23.68%
BLUE value IS 66 (26.17% from 255) = 34.74%
R=41.58%
G=23.68%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.16
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79456600.430.160.69322.9427.4224.31
Hex4F2D4202B10451431b18
Octal11755102053201055033330
Binary1001111101101100001001010111000010001011010000111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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