#482442

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

Shades of Voodoo #482442

Tints of Voodoo #482442

Color information

#482442 (or 0x482442) is unknown color: approx Voodoo. HEX triplet: 48, 24 and 42. RGB value is (72,36,66). Sum of RGB (Red+Green+Blue) = 72+36+66=174 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.38% from 174); Green value is 36 (14.45% from 255 or 20.69% from 174); Blue value is 66 (26.17% from 255 or 37.93% from 174); Max value from RGB is 72 - color contains mainly: red. Hex color #482442 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482442 is #B7DBBD. Grayscale: #323232. Windows color (decimal): -12049342 or 4334664. OLE color: 4334664.

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

Color convert

RGB723666-
CMYK00.50.080.72
HSL310º33.33%21.18%-
HSV(B)310º50%28.24%-
XYZ4.293.035.51-
YUV50.18136.93143.56-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.38%
GREEN value IS 36 (14.45% from 255) = 20.69%
BLUE value IS 66 (26.17% from 255) = 37.93%
R=41.38%
G=20.69%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72366600.50.080.7231033.3321.18
Hex4824420328481362115
Octal11044102062101104664125
Binary1001000100100100001001100101000100100010011011010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482442; }

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

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

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

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

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

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

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

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