#482042

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

Shades of Voodoo #482042

Tints of Voodoo #482042

Color information

#482042 (or 0x482042) is unknown color: approx Voodoo. HEX triplet: 48, 20 and 42. RGB value is (72,32,66). Sum of RGB (Red+Green+Blue) = 72+32+66=170 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.35% from 170); Green value is 32 (12.89% from 255 or 18.82% from 170); Blue value is 66 (26.17% from 255 or 38.82% from 170); Max value from RGB is 72 - color contains mainly: red. Hex color #482042 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482042 is #B7DFBD. Grayscale: #2F2F2F. Windows color (decimal): -12050366 or 4333640. OLE color: 4333640.

HSL color Cylindrical-coordinate representation of color #482042: hue angle of 309º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #482042 is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB723266-
CMYK00.560.080.72
HSL309º38.46%20.39%-
HSV(B)309º55.56%28.24%-
XYZ4.172.85.48-
YUV47.84138.25145.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.35%
GREEN value IS 32 (12.89% from 255) = 18.82%
BLUE value IS 66 (26.17% from 255) = 38.82%
R=42.35%
G=18.82%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72326600.560.080.7230938.4620.39
Hex4820420388481352614
Octal11040102070101104654624
Binary1001000100000100001001110001000100100010011010110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482042; }

 p { color: rgb(72,32,66); }

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

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

 a { background-color: rgb(72,32,66); }

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

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

 span { border-color: rgb(72,32,66); }

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