#4F1F47

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

Shades of Loulou #4F1F47

Tints of Loulou #4F1F47

Color information

#4F1F47 (or 0x4F1F47) is unknown color: approx Loulou. HEX triplet: 4F, 1F and 47. RGB value is (79,31,71). Sum of RGB (Red+Green+Blue) = 79+31+71=181 (23% of max value = 765). Red value is 79 (31.25% from 255 or 43.65% from 181); Green value is 31 (12.5% from 255 or 17.13% from 181); Blue value is 71 (28.12% from 255 or 39.23% from 181); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1F47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1F47 is #B0E0B8. Grayscale: #313131. Windows color (decimal): -11591865 or 4661071. OLE color: 4661071.

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

Color convert

RGB793171-
CMYK00.610.100.69
HSL310º43.64%21.57%-
HSV(B)310º60.76%30.98%-
XYZ4.853.16.3-
YUV49.91139.9148.75-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 43.65%
GREEN value IS 31 (12.5% from 255) = 17.13%
BLUE value IS 71 (28.12% from 255) = 39.23%
R=43.65%
G=17.13%
B=39.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79317100.610.100.6931043.6421.57
Hex4F1F4703DA451362c16
Octal11737107075121054665426
Binary100111111111100011101111011010100010110011011010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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