#481D3F

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

Shades of Voodoo #481D3F

Tints of Voodoo #481D3F

Color information

#481D3F (or 0x481D3F) is unknown color: approx Voodoo. HEX triplet: 48, 1D and 3F. RGB value is (72,29,63). Sum of RGB (Red+Green+Blue) = 72+29+63=164 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.90% from 164); Green value is 29 (11.72% from 255 or 17.68% from 164); Blue value is 63 (25% from 255 or 38.41% from 164); Max value from RGB is 72 - color contains mainly: red. Hex color #481D3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481D3F is #B7E2C0. Grayscale: #2D2D2D. Windows color (decimal): -12051137 or 4136264. OLE color: 4136264.

HSL color Cylindrical-coordinate representation of color #481D3F: hue angle of 312.56º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #481D3F is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.72.

Color convert

RGB722963-
CMYK00.600.120.72
HSL312.56º42.57%19.8%-
HSV(B)312.56º59.72%28.24%-
XYZ4.012.625-
YUV45.73137.75146.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.90%
GREEN value IS 29 (11.72% from 255) = 17.68%
BLUE value IS 63 (25% from 255) = 38.41%
R=43.90%
G=17.68%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.12
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72296300.600.120.72312.5642.5719.8
Hex481D3F03CC481392b14
Octal1103577074141104715324
Binary10010001110111111101111001100100100010011100110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481D3F; }

 p { color: rgb(72,29,63); }

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

<style>
 a { background-color: #481D3F; }

 a { background-color: rgb(72,29,63); }

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

<style>
 span { border-color: #481D3F; }

 span { border-color: rgb(72,29,63); }

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