#4F2C4B

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

Shades of Loulou #4F2C4B

Tints of Loulou #4F2C4B

Color information

#4F2C4B (or 0x4F2C4B) is unknown color: approx Loulou. HEX triplet: 4F, 2C and 4B. RGB value is (79,44,75). Sum of RGB (Red+Green+Blue) = 79+44+75=198 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.90% from 198); Green value is 44 (17.58% from 255 or 22.22% from 198); Blue value is 75 (29.69% from 255 or 37.88% from 198); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2C4B is #B0D3B4. Grayscale: #393939. Windows color (decimal): -11588533 or 4926543. OLE color: 4926543.

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

Color convert

RGB794475-
CMYK00.440.050.69
HSL306.86º28.46%24.12%-
HSV(B)306.86º44.3%30.98%-
XYZ5.43.977.14-
YUV58137.6142.98-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 39.90%
GREEN value IS 44 (17.58% from 255) = 22.22%
BLUE value IS 75 (29.69% from 255) = 37.88%
R=39.90%
G=22.22%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79447500.440.050.69306.8628.4624.12
Hex4F2C4B02C5451331c18
Octal1175411305451054633430
Binary10011111011001001011010110010110001011001100111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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