#4D253F

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

Shades of Voodoo #4D253F

Tints of Voodoo #4D253F

Color information

#4D253F (or 0x4D253F) is unknown color: approx Voodoo. HEX triplet: 4D, 25 and 3F. RGB value is (77,37,63). Sum of RGB (Red+Green+Blue) = 77+37+63=177 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.50% from 177); Green value is 37 (14.84% from 255 or 20.90% from 177); Blue value is 63 (25% from 255 or 35.59% from 177); Max value from RGB is 77 - color contains mainly: red. Hex color #4D253F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D253F is #B2DAC0. Grayscale: #333333. Windows color (decimal): -11721409 or 4138317. OLE color: 4138317.

HSL color Cylindrical-coordinate representation of color #4D253F: hue angle of 321º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4D253F is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.70.

Color convert

RGB773763-
CMYK00.520.180.70
HSL321º35.09%22.35%-
HSV(B)321º51.95%30.2%-
XYZ4.623.265.09-
YUV51.92134.25145.89-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 43.50%
GREEN value IS 37 (14.84% from 255) = 20.90%
BLUE value IS 63 (25% from 255) = 35.59%
R=43.50%
G=20.90%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.18
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77376300.520.180.7032135.0922.35
Hex4D253F03412461412316
Octal1154577064221065014326
Binary1001101100101111111011010010010100011010100000110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D253F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,37,63); }

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

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

 a { background-color: rgb(77,37,63); }

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

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

 span { border-color: rgb(77,37,63); }

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