#4F203F

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

Shades of Voodoo #4F203F

Tints of Voodoo #4F203F

Color information

#4F203F (or 0x4F203F) is unknown color: approx Voodoo. HEX triplet: 4F, 20 and 3F. RGB value is (79,32,63). Sum of RGB (Red+Green+Blue) = 79+32+63=174 (23% of max value = 765). Red value is 79 (31.25% from 255 or 45.40% from 174); Green value is 32 (12.89% from 255 or 18.39% from 174); Blue value is 63 (25% from 255 or 36.21% from 174); Max value from RGB is 79 - color contains mainly: red. Hex color #4F203F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F203F is #B0DFC0. Grayscale: #313131. Windows color (decimal): -11591617 or 4137039. OLE color: 4137039.

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

Color convert

RGB793263-
CMYK00.590.200.69
HSL320.43º42.34%21.76%-
HSV(B)320.43º59.49%30.98%-
XYZ4.643.055.05-
YUV49.59135.57148.98-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 45.40%
GREEN value IS 32 (12.89% from 255) = 18.39%
BLUE value IS 63 (25% from 255) = 36.21%
R=45.40%
G=18.39%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.20
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79326300.590.200.69320.4342.3421.76
Hex4F203F03B14451402a16
Octal1174077073241055005226
Binary1001111100000111111011101110100100010110100000010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F203F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,32,63); }

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

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

 a { background-color: rgb(79,32,63); }

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

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

 span { border-color: rgb(79,32,63); }

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