#4F2540

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

Shades of Voodoo #4F2540

Tints of Voodoo #4F2540

Color information

#4F2540 (or 0x4F2540) is unknown color: approx Voodoo. HEX triplet: 4F, 25 and 40. RGB value is (79,37,64). Sum of RGB (Red+Green+Blue) = 79+37+64=180 (23% of max value = 765). Red value is 79 (31.25% from 255 or 43.89% from 180); Green value is 37 (14.84% from 255 or 20.56% from 180); Blue value is 64 (25.39% from 255 or 35.56% from 180); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2540 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2540 is #B0DABF. Grayscale: #343434. Windows color (decimal): -11590336 or 4203855. OLE color: 4203855.

HSL color Cylindrical-coordinate representation of color #4F2540: hue angle of 321.43º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4F2540 is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB793764-
CMYK00.530.190.69
HSL321.43º36.21%22.75%-
HSV(B)321.43º53.16%30.98%-
XYZ4.813.365.24-
YUV52.64134.41146.8-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 43.89%
GREEN value IS 37 (14.84% from 255) = 20.56%
BLUE value IS 64 (25.39% from 255) = 35.56%
R=43.89%
G=20.56%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79376400.530.190.69321.4336.2122.75
Hex4F254003513451412417
Octal11745100065231055014427
Binary10011111001011000000011010110011100010110100000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,37,64); }

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

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

 a { background-color: rgb(79,37,64); }

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

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

 span { border-color: rgb(79,37,64); }

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