#48243C

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

Shades of Voodoo #48243C

Tints of Voodoo #48243C

Color information

#48243C (or 0x48243C) is unknown color: approx Voodoo. HEX triplet: 48, 24 and 3C. RGB value is (72,36,60). Sum of RGB (Red+Green+Blue) = 72+36+60=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 36 (14.45% from 255 or 21.43% from 168); Blue value is 60 (23.83% from 255 or 35.71% from 168); Max value from RGB is 72 - color contains mainly: red. Hex color #48243C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48243C is #B7DBC3. Grayscale: #313131. Windows color (decimal): -12049348 or 3941448. OLE color: 3941448.

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

Color convert

RGB723660-
CMYK00.50.170.72
HSL320º33.33%21.18%-
HSV(B)320º50%28.24%-
XYZ4.122.974.63-
YUV49.5133.93144.05-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.86%
GREEN value IS 36 (14.45% from 255) = 21.43%
BLUE value IS 60 (23.83% from 255) = 35.71%
R=42.86%
G=21.43%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72366000.50.170.7232033.3321.18
Hex48243C03211481402115
Octal1104474062211105004125
Binary1001000100100111100011001010001100100010100000010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48243C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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