#47273C

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

Shades of Voodoo #47273C

Tints of Voodoo #47273C

Color information

#47273C (or 0x47273C) is unknown color: approx Voodoo. HEX triplet: 47, 27 and 3C. RGB value is (71,39,60). Sum of RGB (Red+Green+Blue) = 71+39+60=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 39 (15.62% from 255 or 22.94% from 170); Blue value is 60 (23.83% from 255 or 35.29% from 170); Max value from RGB is 71 - color contains mainly: red. Hex color #47273C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47273C is #B8D8C3. Grayscale: #323232. Windows color (decimal): -12114116 or 3942215. OLE color: 3942215.

HSL color Cylindrical-coordinate representation of color #47273C: hue angle of 320.62º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #47273C is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB713960-
CMYK00.450.150.72
HSL320.62º29.09%21.57%-
HSV(B)320.62º45.07%27.84%-
XYZ4.143.124.66-
YUV50.96133.1142.29-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.76%
GREEN value IS 39 (15.62% from 255) = 22.94%
BLUE value IS 60 (23.83% from 255) = 35.29%
R=41.76%
G=22.94%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71396000.450.150.72320.6229.0921.57
Hex47273C02DF481411d16
Octal1074774055171105013526
Binary10001111001111111000101101111110010001010000011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47273C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47273C; }

 p { color: rgb(71,39,60); }

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

<style>
 a { background-color: #47273C; }

 a { background-color: rgb(71,39,60); }

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

<style>
 span { border-color: #47273C; }

 span { border-color: rgb(71,39,60); }

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