#481840

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

Shades of Voodoo #481840

Tints of Voodoo #481840

Color information

#481840 (or 0x481840) is unknown color: approx Voodoo. HEX triplet: 48, 18 and 40. RGB value is (72,24,64). Sum of RGB (Red+Green+Blue) = 72+24+64=160 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45% from 160); Green value is 24 (9.77% from 255 or 15% from 160); Blue value is 64 (25.39% from 255 or 40% from 160); Max value from RGB is 72 - color contains mainly: red. Hex color #481840 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481840 is #B7E7BF. Grayscale: #2A2A2A. Windows color (decimal): -12052416 or 4200520. OLE color: 4200520.

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

Color convert

RGB722464-
CMYK00.670.110.72
HSL310º50%18.82%-
HSV(B)310º66.67%28.24%-
XYZ3.922.45.11-
YUV42.91139.9148.75-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45%
GREEN value IS 24 (9.77% from 255) = 15%
BLUE value IS 64 (25.39% from 255) = 40%
R=45%
G=15%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72246400.670.110.723105018.82
Hex481840043B481363213
Octal110301000103131104666223
Binary1001000110001000000010000111011100100010011011011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481840; }

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

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

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

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

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

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

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

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