#48203D

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

Shades of Voodoo #48203D

Tints of Voodoo #48203D

Color information

#48203D (or 0x48203D) is unknown color: approx Voodoo. HEX triplet: 48, 20 and 3D. RGB value is (72,32,61). Sum of RGB (Red+Green+Blue) = 72+32+61=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 32 (12.89% from 255 or 19.39% from 165); Blue value is 61 (24.22% from 255 or 36.97% from 165); Max value from RGB is 72 - color contains mainly: red. Hex color #48203D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48203D is #B7DFC2. Grayscale: #2F2F2F. Windows color (decimal): -12050371 or 4005960. OLE color: 4005960.

HSL color Cylindrical-coordinate representation of color #48203D: hue angle of 316.5º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #48203D is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB723261-
CMYK00.560.150.72
HSL316.5º38.46%20.39%-
HSV(B)316.5º55.56%28.24%-
XYZ4.032.754.73-
YUV47.27135.75145.64-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.64%
GREEN value IS 32 (12.89% from 255) = 19.39%
BLUE value IS 61 (24.22% from 255) = 36.97%
R=43.64%
G=19.39%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72326100.560.150.72316.538.4620.39
Hex48203D038F4813c2614
Octal1104075070171104744624
Binary100100010000011110101110001111100100010011110010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48203D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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