#4F2340

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

Shades of Voodoo #4F2340

Tints of Voodoo #4F2340

Color information

#4F2340 (or 0x4F2340) is unknown color: approx Voodoo. HEX triplet: 4F, 23 and 40. RGB value is (79,35,64). Sum of RGB (Red+Green+Blue) = 79+35+64=178 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.38% from 178); Green value is 35 (14.06% from 255 or 19.66% from 178); Blue value is 64 (25.39% from 255 or 35.96% from 178); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2340 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2340 is #B0DCBF. Grayscale: #333333. Windows color (decimal): -11590848 or 4203343. OLE color: 4203343.

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

Color convert

RGB793564-
CMYK00.560.190.69
HSL320.45º38.6%22.35%-
HSV(B)320.45º55.7%30.98%-
XYZ4.753.235.22-
YUV51.46135.08147.64-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 44.38%
GREEN value IS 35 (14.06% from 255) = 19.66%
BLUE value IS 64 (25.39% from 255) = 35.96%
R=44.38%
G=19.66%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79356400.560.190.69320.4538.622.35
Hex4F234003813451402716
Octal11743100070231055004726
Binary10011111000111000000011100010011100010110100000010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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