#48213C

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

Shades of Voodoo #48213C

Tints of Voodoo #48213C

Color information

#48213C (or 0x48213C) is unknown color: approx Voodoo. HEX triplet: 48, 21 and 3C. RGB value is (72,33,60). Sum of RGB (Red+Green+Blue) = 72+33+60=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 33 (13.28% from 255 or 20% from 165); Blue value is 60 (23.83% from 255 or 36.36% from 165); Max value from RGB is 72 - color contains mainly: red. Hex color #48213C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48213C is #B7DEC3. Grayscale: #2F2F2F. Windows color (decimal): -12050116 or 3940680. OLE color: 3940680.

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

Color convert

RGB723360-
CMYK00.540.170.72
HSL318.46º37.14%20.59%-
HSV(B)318.46º54.17%28.24%-
XYZ4.032.794.6-
YUV47.74134.92145.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.64%
GREEN value IS 33 (13.28% from 255) = 20%
BLUE value IS 60 (23.83% from 255) = 36.36%
R=43.64%
G=20%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72336000.540.170.72318.4637.1420.59
Hex48213C036114813e2515
Octal1104174066211104764525
Binary1001000100001111100011011010001100100010011111010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48213C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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