#47253D

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

Shades of Voodoo #47253D

Tints of Voodoo #47253D

Color information

#47253D (or 0x47253D) is unknown color: approx Voodoo. HEX triplet: 47, 25 and 3D. RGB value is (71,37,61). Sum of RGB (Red+Green+Blue) = 71+37+61=169 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.01% from 169); Green value is 37 (14.84% from 255 or 21.89% from 169); Blue value is 61 (24.22% from 255 or 36.09% from 169); Max value from RGB is 71 - color contains mainly: red. Hex color #47253D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47253D is #B8DAC2. Grayscale: #313131. Windows color (decimal): -12114627 or 4007239. OLE color: 4007239.

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

Color convert

RGB713761-
CMYK00.480.140.72
HSL317.65º31.48%21.18%-
HSV(B)317.65º47.89%27.84%-
XYZ4.134.78-
YUV49.9134.26143.05-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.01%
GREEN value IS 37 (14.84% from 255) = 21.89%
BLUE value IS 61 (24.22% from 255) = 36.09%
R=42.01%
G=21.89%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71376100.480.140.72317.6531.4821.18
Hex47253D030E4813e1f15
Octal1074575060161104763725
Binary10001111001011111010110000111010010001001111101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47253D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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