#481B41

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

Shades of Voodoo #481B41

Tints of Voodoo #481B41

Color information

#481B41 (or 0x481B41) is unknown color: approx Voodoo. HEX triplet: 48, 1B and 41. RGB value is (72,27,65). Sum of RGB (Red+Green+Blue) = 72+27+65=164 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.90% from 164); Green value is 27 (10.94% from 255 or 16.46% from 164); Blue value is 65 (25.78% from 255 or 39.63% from 164); Max value from RGB is 72 - color contains mainly: red. Hex color #481B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481B41 is #B7E4BE. Grayscale: #2C2C2C. Windows color (decimal): -12051647 or 4266824. OLE color: 4266824.

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

Color convert

RGB722765-
CMYK00.620.100.72
HSL309.33º45.45%19.41%-
HSV(B)309.33º62.5%28.24%-
XYZ4.022.545.28-
YUV44.79139.41147.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.90%
GREEN value IS 27 (10.94% from 255) = 16.46%
BLUE value IS 65 (25.78% from 255) = 39.63%
R=43.90%
G=16.46%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72276500.620.100.72309.3345.4519.41
Hex481B4103EA481352d13
Octal11033101076121104655523
Binary100100011011100000101111101010100100010011010110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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