#48203C

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

Shades of Voodoo #48203C

Tints of Voodoo #48203C

Color information

#48203C (or 0x48203C) is unknown color: approx Voodoo. HEX triplet: 48, 20 and 3C. RGB value is (72,32,60). Sum of RGB (Red+Green+Blue) = 72+32+60=164 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.90% from 164); Green value is 32 (12.89% from 255 or 19.51% from 164); Blue value is 60 (23.83% from 255 or 36.59% from 164); Max value from RGB is 72 - color contains mainly: red. Hex color #48203C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48203C is #B7DFC3. Grayscale: #2F2F2F. Windows color (decimal): -12050372 or 3940424. OLE color: 3940424.

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

Color convert

RGB723260-
CMYK00.560.170.72
HSL318º38.46%20.39%-
HSV(B)318º55.56%28.24%-
XYZ42.744.59-
YUV47.15135.25145.72-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.90%
GREEN value IS 32 (12.89% from 255) = 19.51%
BLUE value IS 60 (23.83% from 255) = 36.59%
R=43.90%
G=19.51%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72326000.560.170.7231838.4620.39
Hex48203C038114813e2614
Octal1104074070211104764624
Binary1001000100000111100011100010001100100010011111010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48203C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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