#47263F

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

Shades of Voodoo #47263F

Tints of Voodoo #47263F

Color information

#47263F (or 0x47263F) is unknown color: approx Voodoo. HEX triplet: 47, 26 and 3F. RGB value is (71,38,63). Sum of RGB (Red+Green+Blue) = 71+38+63=172 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.28% from 172); Green value is 38 (15.23% from 255 or 22.09% from 172); Blue value is 63 (25% from 255 or 36.63% from 172); Max value from RGB is 71 - color contains mainly: red. Hex color #47263F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47263F is #B8D9C0. Grayscale: #323232. Windows color (decimal): -12114369 or 4138567. OLE color: 4138567.

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

Color convert

RGB713863-
CMYK00.460.110.72
HSL314.55º30.28%21.37%-
HSV(B)314.55º46.48%27.84%-
XYZ4.193.085.08-
YUV50.72134.93142.47-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.28%
GREEN value IS 38 (15.23% from 255) = 22.09%
BLUE value IS 63 (25% from 255) = 36.63%
R=41.28%
G=22.09%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71386300.460.110.72314.5530.2821.37
Hex47263F02EB4813b1e15
Octal1074677056131104733625
Binary10001111001101111110101110101110010001001110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47263F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,38,63); }

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

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

 a { background-color: rgb(71,38,63); }

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

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

 span { border-color: rgb(71,38,63); }

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