#4F1D47

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

Shades of Loulou #4F1D47

Tints of Loulou #4F1D47

Color information

#4F1D47 (or 0x4F1D47) is unknown color: approx Loulou. HEX triplet: 4F, 1D and 47. RGB value is (79,29,71). Sum of RGB (Red+Green+Blue) = 79+29+71=179 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.13% from 179); Green value is 29 (11.72% from 255 or 16.20% from 179); Blue value is 71 (28.12% from 255 or 39.66% from 179); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1D47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1D47 is #B0E2B8. Grayscale: #303030. Windows color (decimal): -11592377 or 4660559. OLE color: 4660559.

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

Color convert

RGB792971-
CMYK00.630.100.69
HSL309.6º46.3%21.18%-
HSV(B)309.6º63.29%30.98%-
XYZ4.836.29-
YUV48.74140.56149.58-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 44.13%
GREEN value IS 29 (11.72% from 255) = 16.20%
BLUE value IS 71 (28.12% from 255) = 39.66%
R=44.13%
G=16.20%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79297100.630.100.69309.646.321.18
Hex4F1D4703FA451362e15
Octal11735107077121054665625
Binary100111111101100011101111111010100010110011011010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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