#482940

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

Shades of Voodoo #482940

Tints of Voodoo #482940

Color information

#482940 (or 0x482940) is unknown color: approx Voodoo. HEX triplet: 48, 29 and 40. RGB value is (72,41,64). Sum of RGB (Red+Green+Blue) = 72+41+64=177 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.68% from 177); Green value is 41 (16.41% from 255 or 23.16% from 177); Blue value is 64 (25.39% from 255 or 36.16% from 177); Max value from RGB is 72 - color contains mainly: red. Hex color #482940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482940 is #B7D6BF. Grayscale: #343434. Windows color (decimal): -12048064 or 4204872. OLE color: 4204872.

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

Color convert

RGB724164-
CMYK00.430.110.72
HSL315.48º27.43%22.16%-
HSV(B)315.48º43.06%28.24%-
XYZ4.393.335.26-
YUV52.89134.27141.63-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.68%
GREEN value IS 41 (16.41% from 255) = 23.16%
BLUE value IS 64 (25.39% from 255) = 36.16%
R=40.68%
G=23.16%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72416400.430.110.72315.4827.4322.16
Hex48294002BB4813b1b16
Octal11051100053131104733326
Binary100100010100110000000101011101110010001001110111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482940; }

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

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

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

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

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

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

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

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