#4F1547

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

Shades of Loulou #4F1547

Tints of Loulou #4F1547

Color information

#4F1547 (or 0x4F1547) is unknown color: approx Loulou. HEX triplet: 4F, 15 and 47. RGB value is (79,21,71). Sum of RGB (Red+Green+Blue) = 79+21+71=171 (22% of max value = 765). Red value is 79 (31.25% from 255 or 46.20% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 71 (28.12% from 255 or 41.52% from 171); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1547 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1547 is #B0EAB8. Grayscale: #2B2B2B. Windows color (decimal): -11594425 or 4658511. OLE color: 4658511.

HSL color Cylindrical-coordinate representation of color #4F1547: hue angle of 308.28º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4F1547 is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB792171-
CMYK00.730.100.69
HSL308.28º58%19.61%-
HSV(B)308.28º73.42%30.98%-
XYZ4.632.656.23-
YUV44.04143.22152.93-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 46.20%
GREEN value IS 21 (8.59% from 255) = 12.28%
BLUE value IS 71 (28.12% from 255) = 41.52%
R=46.20%
G=12.28%
B=41.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79217100.730.100.69308.285819.61
Hex4F1547049A451343a14
Octal117251070111121054647224
Binary1001111101011000111010010011010100010110011010011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,21,71); }

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

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

 a { background-color: rgb(79,21,71); }

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

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

 span { border-color: rgb(79,21,71); }

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