#47253F

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

Shades of Voodoo #47253F

Tints of Voodoo #47253F

Color information

#47253F (or 0x47253F) is unknown color: approx Voodoo. HEX triplet: 47, 25 and 3F. RGB value is (71,37,63). Sum of RGB (Red+Green+Blue) = 71+37+63=171 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.52% from 171); Green value is 37 (14.84% from 255 or 21.64% from 171); Blue value is 63 (25% from 255 or 36.84% from 171); Max value from RGB is 71 - color contains mainly: red. Hex color #47253F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47253F is #B8DAC0. Grayscale: #323232. Windows color (decimal): -12114625 or 4138311. OLE color: 4138311.

HSL color Cylindrical-coordinate representation of color #47253F: hue angle of 314.12º 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 #47253F is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB713763-
CMYK00.480.110.72
HSL314.12º31.48%21.18%-
HSV(B)314.12º47.89%27.84%-
XYZ4.163.025.07-
YUV50.13135.26142.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.52%
GREEN value IS 37 (14.84% from 255) = 21.64%
BLUE value IS 63 (25% from 255) = 36.84%
R=41.52%
G=21.64%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71376300.480.110.72314.1231.4821.18
Hex47253F030B4813a1f15
Octal1074577060131104723725
Binary10001111001011111110110000101110010001001110101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47253F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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