#4F1A41

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

Shades of Loulou #4F1A41

Tints of Loulou #4F1A41

Color information

#4F1A41 (or 0x4F1A41) is unknown color: approx Loulou. HEX triplet: 4F, 1A and 41. RGB value is (79,26,65). Sum of RGB (Red+Green+Blue) = 79+26+65=170 (22% of max value = 765). Red value is 79 (31.25% from 255 or 46.47% from 170); Green value is 26 (10.55% from 255 or 15.29% from 170); Blue value is 65 (25.78% from 255 or 38.24% from 170); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1A41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1A41 is #B0E5BE. Grayscale: #2E2E2E. Windows color (decimal): -11593151 or 4266575. OLE color: 4266575.

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

Color convert

RGB792665-
CMYK00.670.180.69
HSL315.85º50.48%20.59%-
HSV(B)315.85º67.09%30.98%-
XYZ4.552.785.3-
YUV46.29138.56151.33-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 46.47%
GREEN value IS 26 (10.55% from 255) = 15.29%
BLUE value IS 65 (25.78% from 255) = 38.24%
R=46.47%
G=15.29%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.18
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79266500.670.180.69315.8550.4820.59
Hex4F1A41043124513c3215
Octal117321010103221054746225
Binary10011111101010000010100001110010100010110011110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,26,65); }

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

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

 a { background-color: rgb(79,26,65); }

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

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

 span { border-color: rgb(79,26,65); }

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