#47253E

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

Shades of Voodoo #47253E

Tints of Voodoo #47253E

Color information

#47253E (or 0x47253E) is unknown color: approx Voodoo. HEX triplet: 47, 25 and 3E. RGB value is (71,37,62). Sum of RGB (Red+Green+Blue) = 71+37+62=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 37 (14.84% from 255 or 21.76% from 170); Blue value is 62 (24.61% from 255 or 36.47% from 170); Max value from RGB is 71 - color contains mainly: red. Hex color #47253E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47253E is #B8DAC1. Grayscale: #313131. Windows color (decimal): -12114626 or 4072775. OLE color: 4072775.

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

Color convert

RGB713762-
CMYK00.480.130.72
HSL315.88º31.48%21.18%-
HSV(B)315.88º47.89%27.84%-
XYZ4.133.014.92-
YUV50.02134.76142.97-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.76%
GREEN value IS 37 (14.84% from 255) = 21.76%
BLUE value IS 62 (24.61% from 255) = 36.47%
R=41.76%
G=21.76%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.13
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71376200.480.130.72315.8831.4821.18
Hex47253E030D4813c1f15
Octal1074576060151104743725
Binary10001111001011111100110000110110010001001111001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47253E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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