#472741

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

Shades of Voodoo #472741

Tints of Voodoo #472741

Color information

#472741 (or 0x472741) is unknown color: approx Voodoo. HEX triplet: 47, 27 and 41. RGB value is (71,39,65). Sum of RGB (Red+Green+Blue) = 71+39+65=175 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.57% from 175); Green value is 39 (15.62% from 255 or 22.29% from 175); Blue value is 65 (25.78% from 255 or 37.14% from 175); Max value from RGB is 71 - color contains mainly: red. Hex color #472741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472741 is #B8D8BE. Grayscale: #333333. Windows color (decimal): -12114111 or 4269895. OLE color: 4269895.

HSL color Cylindrical-coordinate representation of color #472741: hue angle of 311.25º 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 #472741 is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB713965-
CMYK00.450.080.72
HSL311.25º29.09%21.57%-
HSV(B)311.25º45.07%27.84%-
XYZ4.283.175.39-
YUV51.53135.6141.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.57%
GREEN value IS 39 (15.62% from 255) = 22.29%
BLUE value IS 65 (25.78% from 255) = 37.14%
R=40.57%
G=22.29%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71396500.450.080.72311.2529.0921.57
Hex47274102D8481371d16
Octal10747101055101104673526
Binary100011110011110000010101101100010010001001101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472741; }

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

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

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

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

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

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

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

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