#48273F

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

Shades of Voodoo #48273F

Tints of Voodoo #48273F

Color information

#48273F (or 0x48273F) is unknown color: approx Voodoo. HEX triplet: 48, 27 and 3F. RGB value is (72,39,63). Sum of RGB (Red+Green+Blue) = 72+39+63=174 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.38% from 174); Green value is 39 (15.62% from 255 or 22.41% from 174); Blue value is 63 (25% from 255 or 36.21% from 174); Max value from RGB is 72 - color contains mainly: red. Hex color #48273F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48273F is #B7D8C0. Grayscale: #333333. Windows color (decimal): -12048577 or 4138824. OLE color: 4138824.

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

Color convert

RGB723963-
CMYK00.460.120.72
HSL316.36º29.73%21.76%-
HSV(B)316.36º45.83%28.24%-
XYZ4.33.195.09-
YUV51.6134.43142.55-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.38%
GREEN value IS 39 (15.62% from 255) = 22.41%
BLUE value IS 63 (25% from 255) = 36.21%
R=41.38%
G=22.41%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72396300.460.120.72316.3629.7321.76
Hex48273F02EC4813c1e16
Octal1104777056141104743626
Binary10010001001111111110101110110010010001001111001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48273F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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