#481940

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

Shades of Voodoo #481940

Tints of Voodoo #481940

Color information

#481940 (or 0x481940) is unknown color: approx Voodoo. HEX triplet: 48, 19 and 40. RGB value is (72,25,64). Sum of RGB (Red+Green+Blue) = 72+25+64=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 25 (10.16% from 255 or 15.53% from 161); Blue value is 64 (25.39% from 255 or 39.75% from 161); Max value from RGB is 72 - color contains mainly: red. Hex color #481940 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481940 is #B7E6BF. Grayscale: #2B2B2B. Windows color (decimal): -12052160 or 4200776. OLE color: 4200776.

HSL color Cylindrical-coordinate representation of color #481940: hue angle of 310.21º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #481940 is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB722564-
CMYK00.650.110.72
HSL310.21º48.45%19.02%-
HSV(B)310.21º65.28%28.24%-
XYZ3.952.445.11-
YUV43.5139.57148.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.72%
GREEN value IS 25 (10.16% from 255) = 15.53%
BLUE value IS 64 (25.39% from 255) = 39.75%
R=44.72%
G=15.53%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72256400.650.110.72310.2148.4519.02
Hex481940041B481363013
Octal110311000101131104666023
Binary1001000110011000000010000011011100100010011011011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481940; }

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

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

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

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

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

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

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

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