#481C3E

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

Shades of Voodoo #481C3E

Tints of Voodoo #481C3E

Color information

#481C3E (or 0x481C3E) is unknown color: approx Voodoo. HEX triplet: 48, 1C and 3E. RGB value is (72,28,62). Sum of RGB (Red+Green+Blue) = 72+28+62=162 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.44% from 162); Green value is 28 (11.33% from 255 or 17.28% from 162); Blue value is 62 (24.61% from 255 or 38.27% from 162); Max value from RGB is 72 - color contains mainly: red. Hex color #481C3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481C3E is #B7E3C1. Grayscale: #2C2C2C. Windows color (decimal): -12051394 or 4070472. OLE color: 4070472.

HSL color Cylindrical-coordinate representation of color #481C3E: hue angle of 313.64º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #481C3E is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB722862-
CMYK00.610.140.72
HSL313.64º44%19.61%-
HSV(B)313.64º61.11%28.24%-
XYZ3.962.564.84-
YUV45.03137.58147.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.44%
GREEN value IS 28 (11.33% from 255) = 17.28%
BLUE value IS 62 (24.61% from 255) = 38.27%
R=44.44%
G=17.28%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72286200.610.140.72313.644419.61
Hex481C3E03DE4813a2c14
Octal1103476075161104725424
Binary10010001110011111001111011110100100010011101010110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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