#4D2641

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

Shades of Voodoo #4D2641

Tints of Voodoo #4D2641

Color information

#4D2641 (or 0x4D2641) is unknown color: approx Voodoo. HEX triplet: 4D, 26 and 41. RGB value is (77,38,65). Sum of RGB (Red+Green+Blue) = 77+38+65=180 (23% of max value = 765). Red value is 77 (30.47% from 255 or 42.78% from 180); Green value is 38 (15.23% from 255 or 21.11% from 180); Blue value is 65 (25.78% from 255 or 36.11% from 180); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2641 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2641 is #B2D9BE. Grayscale: #343434. Windows color (decimal): -11721151 or 4269645. OLE color: 4269645.

HSL color Cylindrical-coordinate representation of color #4D2641: hue angle of 318.46º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D2641 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.70.

Color convert

RGB773865-
CMYK00.510.160.70
HSL318.46º33.91%22.55%-
HSV(B)318.46º50.65%30.2%-
XYZ4.713.355.4-
YUV52.74134.92145.3-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 42.78%
GREEN value IS 38 (15.23% from 255) = 21.11%
BLUE value IS 65 (25.78% from 255) = 36.11%
R=42.78%
G=21.11%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77386500.510.160.70318.4633.9122.55
Hex4D2641033104613e2217
Octal11546101063201064764227
Binary10011011001101000001011001110000100011010011111010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,38,65); }

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

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

 a { background-color: rgb(77,38,65); }

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

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

 span { border-color: rgb(77,38,65); }

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