#48173F

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

Shades of Voodoo #48173F

Tints of Voodoo #48173F

Color information

#48173F (or 0x48173F) is unknown color: approx Voodoo. HEX triplet: 48, 17 and 3F. RGB value is (72,23,63). Sum of RGB (Red+Green+Blue) = 72+23+63=158 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.57% from 158); Green value is 23 (9.38% from 255 or 14.56% from 158); Blue value is 63 (25% from 255 or 39.87% from 158); Max value from RGB is 72 - color contains mainly: red. Hex color #48173F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48173F is #B7E8C0. Grayscale: #2A2A2A. Windows color (decimal): -12052673 or 4134728. OLE color: 4134728.

HSL color Cylindrical-coordinate representation of color #48173F: hue angle of 311.02º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48173F is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.72.

Color convert

RGB722363-
CMYK00.680.120.72
HSL311.02º51.58%18.63%-
HSV(B)311.02º68.06%28.24%-
XYZ3.882.354.95-
YUV42.21139.73149.25-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.57%
GREEN value IS 23 (9.38% from 255) = 14.56%
BLUE value IS 63 (25% from 255) = 39.87%
R=45.57%
G=14.56%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.12
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72236300.680.120.72311.0251.5818.63
Hex48173F044C481373413
Octal11027770104141104676423
Binary100100010111111111010001001100100100010011011111010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48173F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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