#481D3E

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

Shades of Voodoo #481D3E

Tints of Voodoo #481D3E

Color information

#481D3E (or 0x481D3E) is unknown color: approx Voodoo. HEX triplet: 48, 1D and 3E. RGB value is (72,29,62). Sum of RGB (Red+Green+Blue) = 72+29+62=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 29 (11.72% from 255 or 17.79% from 163); Blue value is 62 (24.61% from 255 or 38.04% from 163); Max value from RGB is 72 - color contains mainly: red. Hex color #481D3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481D3E is #B7E2C1. Grayscale: #2D2D2D. Windows color (decimal): -12051138 or 4070728. OLE color: 4070728.

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

Color convert

RGB722962-
CMYK00.600.140.72
HSL313.95º42.57%19.8%-
HSV(B)313.95º59.72%28.24%-
XYZ3.982.64.85-
YUV45.62137.25146.82-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.17%
GREEN value IS 29 (11.72% from 255) = 17.79%
BLUE value IS 62 (24.61% from 255) = 38.04%
R=44.17%
G=17.79%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72296200.600.140.72313.9542.5719.8
Hex481D3E03CE4813a2b14
Octal1103576074161104725324
Binary10010001110111111001111001110100100010011101010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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