#482141

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

Shades of Voodoo #482141

Tints of Voodoo #482141

Color information

#482141 (or 0x482141) is unknown color: approx Voodoo. HEX triplet: 48, 21 and 41. RGB value is (72,33,65). Sum of RGB (Red+Green+Blue) = 72+33+65=170 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.35% from 170); Green value is 33 (13.28% from 255 or 19.41% from 170); Blue value is 65 (25.78% from 255 or 38.24% from 170); Max value from RGB is 72 - color contains mainly: red. Hex color #482141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482141 is #B7DEBE. Grayscale: #303030. Windows color (decimal): -12050111 or 4268360. OLE color: 4268360.

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

Color convert

RGB723365-
CMYK00.540.100.72
HSL310.77º37.14%20.59%-
HSV(B)310.77º54.17%28.24%-
XYZ4.172.855.33-
YUV48.31137.42144.9-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.35%
GREEN value IS 33 (13.28% from 255) = 19.41%
BLUE value IS 65 (25.78% from 255) = 38.24%
R=42.35%
G=19.41%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72336500.540.100.72310.7737.1420.59
Hex482141036A481372515
Octal11041101066121104674525
Binary1001000100001100000101101101010100100010011011110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482141; }

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

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

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

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

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

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

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

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