#48213F

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

Shades of Voodoo #48213F

Tints of Voodoo #48213F

Color information

#48213F (or 0x48213F) is unknown color: approx Voodoo. HEX triplet: 48, 21 and 3F. RGB value is (72,33,63). Sum of RGB (Red+Green+Blue) = 72+33+63=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 33 (13.28% from 255 or 19.64% from 168); Blue value is 63 (25% from 255 or 37.5% from 168); Max value from RGB is 72 - color contains mainly: red. Hex color #48213F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48213F is #B7DEC0. Grayscale: #2F2F2F. Windows color (decimal): -12050113 or 4137288. OLE color: 4137288.

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

Color convert

RGB723363-
CMYK00.540.120.72
HSL313.85º37.14%20.59%-
HSV(B)313.85º54.17%28.24%-
XYZ4.112.825.03-
YUV48.08136.42145.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.86%
GREEN value IS 33 (13.28% from 255) = 19.64%
BLUE value IS 63 (25% from 255) = 37.5%
R=42.86%
G=19.64%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.12
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72336300.540.120.72313.8537.1420.59
Hex48213F036C4813a2515
Octal1104177066141104724525
Binary100100010000111111101101101100100100010011101010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48213F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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