#4F1544

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

Shades of Loulou #4F1544

Tints of Loulou #4F1544

Color information

#4F1544 (or 0x4F1544) is unknown color: approx Loulou. HEX triplet: 4F, 15 and 44. RGB value is (79,21,68). Sum of RGB (Red+Green+Blue) = 79+21+68=168 (22% of max value = 765). Red value is 79 (31.25% from 255 or 47.02% from 168); Green value is 21 (8.59% from 255 or 12.5% from 168); Blue value is 68 (26.95% from 255 or 40.48% from 168); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1544 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1544 is #B0EABB. Grayscale: #2B2B2B. Windows color (decimal): -11594428 or 4461903. OLE color: 4461903.

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

Color convert

RGB792168-
CMYK00.730.140.69
HSL311.38º58%19.61%-
HSV(B)311.38º73.42%30.98%-
XYZ4.542.625.73-
YUV43.7141.72153.18-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 47.02%
GREEN value IS 21 (8.59% from 255) = 12.5%
BLUE value IS 68 (26.95% from 255) = 40.48%
R=47.02%
G=12.5%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79216800.730.140.69311.385819.61
Hex4F1544049E451373a14
Octal117251040111161054677224
Binary1001111101011000100010010011110100010110011011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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