#4A233F

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

Shades of Voodoo #4A233F

Tints of Voodoo #4A233F

Color information

#4A233F (or 0x4A233F) is unknown color: approx Voodoo. HEX triplet: 4A, 23 and 3F. RGB value is (74,35,63). Sum of RGB (Red+Green+Blue) = 74+35+63=172 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.02% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 63 (25% from 255 or 36.63% from 172); Max value from RGB is 74 - color contains mainly: red. Hex color #4A233F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A233F is #B5DCC0. Grayscale: #313131. Windows color (decimal): -11918529 or 4137802. OLE color: 4137802.

HSL color Cylindrical-coordinate representation of color #4A233F: hue angle of 316.92º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4A233F is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.71.

Color convert

RGB743563-
CMYK00.530.150.71
HSL316.92º35.78%21.37%-
HSV(B)316.92º52.7%29.02%-
XYZ4.323.025.06-
YUV49.85135.42145.22-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 43.02%
GREEN value IS 35 (14.06% from 255) = 20.35%
BLUE value IS 63 (25% from 255) = 36.63%
R=43.02%
G=20.35%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.15
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74356300.530.150.71316.9235.7821.37
Hex4A233F035F4713d2415
Octal1124377065171074754425
Binary100101010001111111101101011111100011110011110110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A233F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,35,63); }

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

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

 a { background-color: rgb(74,35,63); }

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

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

 span { border-color: rgb(74,35,63); }

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