#481A41

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

Shades of Voodoo #481A41

Tints of Voodoo #481A41

Color information

#481A41 (or 0x481A41) is unknown color: approx Voodoo. HEX triplet: 48, 1A and 41. RGB value is (72,26,65). Sum of RGB (Red+Green+Blue) = 72+26+65=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 26 (10.55% from 255 or 15.95% from 163); Blue value is 65 (25.78% from 255 or 39.88% from 163); Max value from RGB is 72 - color contains mainly: red. Hex color #481A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481A41 is #B7E5BE. Grayscale: #2C2C2C. Windows color (decimal): -12051903 or 4266568. OLE color: 4266568.

HSL color Cylindrical-coordinate representation of color #481A41: hue angle of 309.13º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #481A41 is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB722665-
CMYK00.640.100.72
HSL309.13º46.94%19.22%-
HSV(B)309.13º63.89%28.24%-
XYZ42.55.27-
YUV44.2139.74147.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.17%
GREEN value IS 26 (10.55% from 255) = 15.95%
BLUE value IS 65 (25.78% from 255) = 39.88%
R=44.17%
G=15.95%
B=39.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72266500.640.100.72309.1346.9419.22
Hex481A41040A481352f13
Octal110321010100121104655723
Binary1001000110101000001010000001010100100010011010110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,26,65); }

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

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

 a { background-color: rgb(72,26,65); }

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

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

 span { border-color: rgb(72,26,65); }

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