#47243B

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

Shades of Voodoo #47243B

Tints of Voodoo #47243B

Color information

#47243B (or 0x47243B) is unknown color: approx Voodoo. HEX triplet: 47, 24 and 3B. RGB value is (71,36,59). Sum of RGB (Red+Green+Blue) = 71+36+59=166 (21% of max value = 765). Red value is 71 (28.12% from 255 or 42.77% from 166); Green value is 36 (14.45% from 255 or 21.69% from 166); Blue value is 59 (23.44% from 255 or 35.54% from 166); Max value from RGB is 71 - color contains mainly: red. Hex color #47243B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47243B is #B8DBC4. Grayscale: #313131. Windows color (decimal): -12114885 or 3875911. OLE color: 3875911.

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

Color convert

RGB713659-
CMYK00.490.170.72
HSL320.57º32.71%20.98%-
HSV(B)320.57º49.3%27.84%-
XYZ4.022.924.49-
YUV49.09133.6143.63-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.77%
GREEN value IS 36 (14.45% from 255) = 21.69%
BLUE value IS 59 (23.44% from 255) = 35.54%
R=42.77%
G=21.69%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71365900.490.170.72320.5732.7120.98
Hex47243B03111481412115
Octal1074473061211105014125
Binary1000111100100111011011000110001100100010100000110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47243B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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