#481D40

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

Shades of Voodoo #481D40

Tints of Voodoo #481D40

Color information

#481D40 (or 0x481D40) is unknown color: approx Voodoo. HEX triplet: 48, 1D and 40. RGB value is (72,29,64). Sum of RGB (Red+Green+Blue) = 72+29+64=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 29 (11.72% from 255 or 17.58% from 165); Blue value is 64 (25.39% from 255 or 38.79% from 165); Max value from RGB is 72 - color contains mainly: red. Hex color #481D40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481D40 is #B7E2BF. Grayscale: #2D2D2D. Windows color (decimal): -12051136 or 4201800. OLE color: 4201800.

HSL color Cylindrical-coordinate representation of color #481D40: hue angle of 311.16º 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 #481D40 is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB722964-
CMYK00.600.110.72
HSL311.16º42.57%19.8%-
HSV(B)311.16º59.72%28.24%-
XYZ4.042.635.14-
YUV45.85138.25146.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.64%
GREEN value IS 29 (11.72% from 255) = 17.58%
BLUE value IS 64 (25.39% from 255) = 38.79%
R=43.64%
G=17.58%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72296400.600.110.72311.1642.5719.8
Hex481D4003CB481372b14
Octal11035100074131104675324
Binary100100011101100000001111001011100100010011011110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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