#482241

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

Shades of Voodoo #482241

Tints of Voodoo #482241

Color information

#482241 (or 0x482241) is unknown color: approx Voodoo. HEX triplet: 48, 22 and 41. RGB value is (72,34,65). Sum of RGB (Red+Green+Blue) = 72+34+65=171 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.11% from 171); Green value is 34 (13.67% from 255 or 19.88% from 171); Blue value is 65 (25.78% from 255 or 38.01% from 171); Max value from RGB is 72 - color contains mainly: red. Hex color #482241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482241 is #B7DDBE. Grayscale: #303030. Windows color (decimal): -12049855 or 4268616. OLE color: 4268616.

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

Color convert

RGB723465-
CMYK00.530.100.72
HSL311.05º35.85%20.78%-
HSV(B)311.05º52.78%28.24%-
XYZ4.22.95.34-
YUV48.9137.09144.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.11%
GREEN value IS 34 (13.67% from 255) = 19.88%
BLUE value IS 65 (25.78% from 255) = 38.01%
R=42.11%
G=19.88%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72346500.530.100.72311.0535.8520.78
Hex482241035A481372415
Octal11042101065121104674425
Binary1001000100010100000101101011010100100010011011110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482241; }

 p { color: rgb(72,34,65); }

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

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

 a { background-color: rgb(72,34,65); }

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

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

 span { border-color: rgb(72,34,65); }

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