#47293D

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

Shades of Voodoo #47293D

Tints of Voodoo #47293D

Color information

#47293D (or 0x47293D) is unknown color: approx Voodoo. HEX triplet: 47, 29 and 3D. RGB value is (71,41,61). Sum of RGB (Red+Green+Blue) = 71+41+61=173 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.04% from 173); Green value is 41 (16.41% from 255 or 23.70% from 173); Blue value is 61 (24.22% from 255 or 35.26% from 173); Max value from RGB is 71 - color contains mainly: red. Hex color #47293D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47293D is #B8D6C2. Grayscale: #343434. Windows color (decimal): -12113603 or 4008263. OLE color: 4008263.

HSL color Cylindrical-coordinate representation of color #47293D: hue angle of 320º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #47293D is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB714161-
CMYK00.420.140.72
HSL320º26.79%21.96%-
HSV(B)320º42.25%27.84%-
XYZ4.233.264.82-
YUV52.25132.94141.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.04%
GREEN value IS 41 (16.41% from 255) = 23.70%
BLUE value IS 61 (24.22% from 255) = 35.26%
R=41.04%
G=23.70%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71416100.420.140.7232026.7921.96
Hex47293D02AE481401b16
Octal1075175052161105003326
Binary10001111010011111010101010111010010001010000001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47293D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47293D; }

 p { color: rgb(71,41,61); }

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

<style>
 a { background-color: #47293D; }

 a { background-color: rgb(71,41,61); }

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

<style>
 span { border-color: #47293D; }

 span { border-color: rgb(71,41,61); }

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