#48213D

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

Shades of Voodoo #48213D

Tints of Voodoo #48213D

Color information

#48213D (or 0x48213D) is unknown color: approx Voodoo. HEX triplet: 48, 21 and 3D. RGB value is (72,33,61). Sum of RGB (Red+Green+Blue) = 72+33+61=166 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.37% from 166); Green value is 33 (13.28% from 255 or 19.88% from 166); Blue value is 61 (24.22% from 255 or 36.75% from 166); Max value from RGB is 72 - color contains mainly: red. Hex color #48213D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48213D is #B7DEC2. Grayscale: #2F2F2F. Windows color (decimal): -12050115 or 4006216. OLE color: 4006216.

HSL color Cylindrical-coordinate representation of color #48213D: hue angle of 316.92º 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 #48213D is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB723361-
CMYK00.540.150.72
HSL316.92º37.14%20.59%-
HSV(B)316.92º54.17%28.24%-
XYZ4.062.84.74-
YUV47.85135.42145.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.37%
GREEN value IS 33 (13.28% from 255) = 19.88%
BLUE value IS 61 (24.22% from 255) = 36.75%
R=43.37%
G=19.88%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72336100.540.150.72316.9237.1420.59
Hex48213D036F4813d2515
Octal1104175066171104754525
Binary100100010000111110101101101111100100010011110110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48213D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48213D; }

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

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

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

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

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

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

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

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