#48243E

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

Shades of Voodoo #48243E

Tints of Voodoo #48243E

Color information

#48243E (or 0x48243E) is unknown color: approx Voodoo. HEX triplet: 48, 24 and 3E. RGB value is (72,36,62). Sum of RGB (Red+Green+Blue) = 72+36+62=170 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.35% from 170); Green value is 36 (14.45% from 255 or 21.18% from 170); Blue value is 62 (24.61% from 255 or 36.47% from 170); Max value from RGB is 72 - color contains mainly: red. Hex color #48243E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48243E is #B7DBC1. Grayscale: #313131. Windows color (decimal): -12049346 or 4072520. OLE color: 4072520.

HSL color Cylindrical-coordinate representation of color #48243E: hue angle of 316.67º 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 #48243E is Cyan = 0, Magento = 0.5, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB723662-
CMYK00.50.140.72
HSL316.67º33.33%21.18%-
HSV(B)316.67º50%28.24%-
XYZ4.172.994.91-
YUV49.73134.93143.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.35%
GREEN value IS 36 (14.45% from 255) = 21.18%
BLUE value IS 62 (24.61% from 255) = 36.47%
R=42.35%
G=21.18%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72366200.50.140.72316.6733.3321.18
Hex48243E032E4813d2115
Octal1104476062161104754125
Binary100100010010011111001100101110100100010011110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48243E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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