#481F3E

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

Shades of Voodoo #481F3E

Tints of Voodoo #481F3E

Color information

#481F3E (or 0x481F3E) is unknown color: approx Voodoo. HEX triplet: 48, 1F and 3E. RGB value is (72,31,62). Sum of RGB (Red+Green+Blue) = 72+31+62=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 31 (12.5% from 255 or 18.79% from 165); Blue value is 62 (24.61% from 255 or 37.58% from 165); Max value from RGB is 72 - color contains mainly: red. Hex color #481F3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481F3E is #B7E0C1. Grayscale: #2E2E2E. Windows color (decimal): -12050626 or 4071240. OLE color: 4071240.

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

Color convert

RGB723162-
CMYK00.570.140.72
HSL314.63º39.81%20.2%-
HSV(B)314.63º56.94%28.24%-
XYZ4.032.714.87-
YUV46.79136.58145.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.64%
GREEN value IS 31 (12.5% from 255) = 18.79%
BLUE value IS 62 (24.61% from 255) = 37.58%
R=43.64%
G=18.79%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72316200.570.140.72314.6339.8120.2
Hex481F3E039E4813b2814
Octal1103776071161104735024
Binary10010001111111111001110011110100100010011101110100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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