#48243F

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

Shades of Voodoo #48243F

Tints of Voodoo #48243F

Color information

#48243F (or 0x48243F) is unknown color: approx Voodoo. HEX triplet: 48, 24 and 3F. RGB value is (72,36,63). Sum of RGB (Red+Green+Blue) = 72+36+63=171 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.11% from 171); Green value is 36 (14.45% from 255 or 21.05% from 171); Blue value is 63 (25% from 255 or 36.84% from 171); Max value from RGB is 72 - color contains mainly: red. Hex color #48243F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48243F is #B7DBC0. Grayscale: #313131. Windows color (decimal): -12049345 or 4138056. OLE color: 4138056.

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

Color convert

RGB723663-
CMYK00.50.120.72
HSL315º33.33%21.18%-
HSV(B)315º50%28.24%-
XYZ4.235.06-
YUV49.84135.43143.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.11%
GREEN value IS 36 (14.45% from 255) = 21.05%
BLUE value IS 63 (25% from 255) = 36.84%
R=42.11%
G=21.05%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.12
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72366300.50.120.7231533.3321.18
Hex48243F032C4813b2115
Octal1104477062141104734125
Binary100100010010011111101100101100100100010011101110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48243F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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