#482A42

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

Shades of Voodoo #482A42

Tints of Voodoo #482A42

Color information

#482A42 (or 0x482A42) is unknown color: approx Voodoo. HEX triplet: 48, 2A and 42. RGB value is (72,42,66). Sum of RGB (Red+Green+Blue) = 72+42+66=180 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40% from 180); Green value is 42 (16.80% from 255 or 23.33% from 180); Blue value is 66 (26.17% from 255 or 36.67% from 180); Max value from RGB is 72 - color contains mainly: red. Hex color #482A42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482A42 is #B7D5BD. Grayscale: #353535. Windows color (decimal): -12047806 or 4336200. OLE color: 4336200.

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

Color convert

RGB724266-
CMYK00.420.080.72
HSL312º26.32%22.35%-
HSV(B)312º41.67%28.24%-
XYZ4.483.435.58-
YUV53.71134.94141.05-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40%
GREEN value IS 42 (16.80% from 255) = 23.33%
BLUE value IS 66 (26.17% from 255) = 36.67%
R=40%
G=23.33%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72426600.420.080.7231226.3222.35
Hex482A4202A8481381a16
Octal11052102052101104703226
Binary100100010101010000100101010100010010001001110001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482A42; }

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

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

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

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

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

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

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

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