#483442

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

Shades of Voodoo #483442

Tints of Voodoo #483442

Color information

#483442 (or 0x483442) is unknown color: approx Voodoo. HEX triplet: 48, 34 and 42. RGB value is (72,52,66). Sum of RGB (Red+Green+Blue) = 72+52+66=190 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.89% from 190); Green value is 52 (20.70% from 255 or 27.37% from 190); Blue value is 66 (26.17% from 255 or 34.74% from 190); Max value from RGB is 72 - color contains mainly: red. Hex color #483442 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483442 is #B7CBBD. Grayscale: #3B3B3B. Windows color (decimal): -12045246 or 4338760. OLE color: 4338760.

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

Color convert

RGB725266-
CMYK00.280.080.72
HSL318º16.13%24.31%-
HSV(B)318º27.78%28.24%-
XYZ4.884.235.71-
YUV59.58131.63136.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.89%
GREEN value IS 52 (20.70% from 255) = 27.37%
BLUE value IS 66 (26.17% from 255) = 34.74%
R=37.89%
G=27.37%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72526600.280.080.7231816.1324.31
Hex48344201C84813e1018
Octal11064102034101104762030
Binary10010001101001000010011100100010010001001111101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483442; }

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

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

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

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

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

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

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

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