#4F1C4A

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

Shades of Loulou #4F1C4A

Tints of Loulou #4F1C4A

Color information

#4F1C4A (or 0x4F1C4A) is unknown color: approx Loulou. HEX triplet: 4F, 1C and 4A. RGB value is (79,28,74). Sum of RGB (Red+Green+Blue) = 79+28+74=181 (23% of max value = 765). Red value is 79 (31.25% from 255 or 43.65% from 181); Green value is 28 (11.33% from 255 or 15.47% from 181); Blue value is 74 (29.30% from 255 or 40.88% from 181); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1C4A is #B0E3B5. Grayscale: #303030. Windows color (decimal): -11592630 or 4856911. OLE color: 4856911.

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

Color convert

RGB792874-
CMYK00.650.060.69
HSL305.88º47.66%20.98%-
HSV(B)305.88º64.56%30.98%-
XYZ4.882.996.8-
YUV48.49142.4149.76-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 43.65%
GREEN value IS 28 (11.33% from 255) = 15.47%
BLUE value IS 74 (29.30% from 255) = 40.88%
R=43.65%
G=15.47%
B=40.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79287400.650.060.69305.8847.6620.98
Hex4F1C4A0416451323015
Octal11734112010161054626025
Binary100111111100100101001000001110100010110011001011000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,28,74); }

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

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

 a { background-color: rgb(79,28,74); }

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

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

 span { border-color: rgb(79,28,74); }

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