#482C42

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

Shades of Voodoo #482C42

Tints of Voodoo #482C42

Color information

#482C42 (or 0x482C42) is unknown color: approx Voodoo. HEX triplet: 48, 2C and 42. RGB value is (72,44,66). Sum of RGB (Red+Green+Blue) = 72+44+66=182 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.56% from 182); Green value is 44 (17.58% from 255 or 24.18% from 182); Blue value is 66 (26.17% from 255 or 36.26% from 182); Max value from RGB is 72 - color contains mainly: red. Hex color #482C42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482C42 is #B7D3BD. Grayscale: #363636. Windows color (decimal): -12047294 or 4336712. OLE color: 4336712.

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

Color convert

RGB724466-
CMYK00.390.080.72
HSL312.86º24.14%22.75%-
HSV(B)312.86º38.89%28.24%-
XYZ4.563.575.6-
YUV54.88134.28140.21-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.56%
GREEN value IS 44 (17.58% from 255) = 24.18%
BLUE value IS 66 (26.17% from 255) = 36.26%
R=39.56%
G=24.18%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72446600.390.080.72312.8624.1422.75
Hex482C420278481391817
Octal11054102047101104713027
Binary100100010110010000100100111100010010001001110011100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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