#4A1940

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

Shades of Voodoo #4A1940

Tints of Voodoo #4A1940

Color information

#4A1940 (or 0x4A1940) is unknown color: approx Voodoo. HEX triplet: 4A, 19 and 40. RGB value is (74,25,64). Sum of RGB (Red+Green+Blue) = 74+25+64=163 (21% of max value = 765). Red value is 74 (29.30% from 255 or 45.40% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 64 (25.39% from 255 or 39.26% from 163); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1940 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A1940 is #B5E6BF. Grayscale: #2B2B2B. Windows color (decimal): -11921088 or 4200778. OLE color: 4200778.

HSL color Cylindrical-coordinate representation of color #4A1940: hue angle of 312.24º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A1940 is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB742564-
CMYK00.660.140.71
HSL312.24º49.49%19.41%-
HSV(B)312.24º66.22%29.02%-
XYZ4.12.525.12-
YUV44.1139.23149.33-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 45.40%
GREEN value IS 25 (10.16% from 255) = 15.34%
BLUE value IS 64 (25.39% from 255) = 39.26%
R=45.40%
G=15.34%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.14
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74256400.660.140.71312.2449.4919.41
Hex4A1940042E471383113
Octal112311000102161074706123
Binary1001010110011000000010000101110100011110011100011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,25,64); }

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

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

 a { background-color: rgb(74,25,64); }

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

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

 span { border-color: rgb(74,25,64); }

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