#47243D

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

Shades of Voodoo #47243D

Tints of Voodoo #47243D

Color information

#47243D (or 0x47243D) is unknown color: approx Voodoo. HEX triplet: 47, 24 and 3D. RGB value is (71,36,61). Sum of RGB (Red+Green+Blue) = 71+36+61=168 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.26% from 168); Green value is 36 (14.45% from 255 or 21.43% from 168); Blue value is 61 (24.22% from 255 or 36.31% from 168); Max value from RGB is 71 - color contains mainly: red. Hex color #47243D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47243D is #B8DBC2. Grayscale: #313131. Windows color (decimal): -12114883 or 4006983. OLE color: 4006983.

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

Color convert

RGB713661-
CMYK00.490.140.72
HSL317.14º32.71%20.98%-
HSV(B)317.14º49.3%27.84%-
XYZ4.072.944.77-
YUV49.32134.6143.47-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.26%
GREEN value IS 36 (14.45% from 255) = 21.43%
BLUE value IS 61 (24.22% from 255) = 36.31%
R=42.26%
G=21.43%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71366100.490.140.72317.1432.7120.98
Hex47243D031E4813d2115
Octal1074475061161104754125
Binary100011110010011110101100011110100100010011110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47243D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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