#481F40

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

Shades of Voodoo #481F40

Tints of Voodoo #481F40

Color information

#481F40 (or 0x481F40) is unknown color: approx Voodoo. HEX triplet: 48, 1F and 40. RGB value is (72,31,64). Sum of RGB (Red+Green+Blue) = 72+31+64=167 (22% of max value = 765). Red value is 72 (28.52% from 255 or 43.11% from 167); Green value is 31 (12.5% from 255 or 18.56% from 167); Blue value is 64 (25.39% from 255 or 38.32% from 167); Max value from RGB is 72 - color contains mainly: red. Hex color #481F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481F40 is #B7E0BF. Grayscale: #2E2E2E. Windows color (decimal): -12050624 or 4202312. OLE color: 4202312.

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

Color convert

RGB723164-
CMYK00.570.110.72
HSL311.71º39.81%20.2%-
HSV(B)311.71º56.94%28.24%-
XYZ4.092.735.16-
YUV47.02137.58145.82-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.11%
GREEN value IS 31 (12.5% from 255) = 18.56%
BLUE value IS 64 (25.39% from 255) = 38.32%
R=43.11%
G=18.56%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72316400.570.110.72311.7139.8120.2
Hex481F40039B481382814
Octal11037100071131104705024
Binary100100011111100000001110011011100100010011100010100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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