Html Css Color HEX #472940 Voodoo

📋 copy color: '#472940'

red 71 ◦ green 41 ◦ blue 64

#472940
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Voodoo #472940

Tints of Voodoo #472940

RGB

 RED value IS 71 (28.13% from 255) = 40.34%

 GREEN value IS 41 (16.41% from 255) = 23.3%

 BLUE value IS 64 (25.39% from 255) = 36.36%

R = 40.34%
G = 23.3%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#472940 (or 0x472940) is known color: Voodoo. HEX triplet: 47, 29 and 40. RGB value is (71,41,64). Sum of RGB (Red+Green+Blue) = 71+41+64=176 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.34% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 64 (25.39% from 255 or 36.36% from 176); Max value from RGB is 71 - color contains mainly: red. Hex color #472940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472940 is #B8D6BF. Grayscale: #343434. Windows color (decimal): -12113600 or 4204871. OLE color: 4204871.

HSL color Cylindrical-coordinate representation of color #472940: hue angle of 314º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #472940 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 41 64 -
CMYK 0 0.42 0.10 0.72
HSL 314º 0.27% 0.22% -
HSV(B) 314º 0.42% 0.28% -
XYZ 4.32 3.3 5.26 -
YUV 52.59 134.44 141.13 -
System Red Green Blue C M Y K H S L
Decimal 71 41 64 0 0.42 0.10 0.72 314 0.27 0.22
Hex 47 29 40 0 2A A 48 13A 1B 16
Octal 107 51 100 0 52 12 110 472 33 26
Binary 1000111 101001 1000000 0 101010 1010 1001000 100111010 11011 10110

Color Harmonies of #472940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472940

Black with #472940

Text Example


Text Example

White with #472940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472940; }

 p { color: rgb(71,41,64); }

 H1.HeaderClassName
 {
   color: #472940;
 }
 .AnyTagClassName
 {
   color: #472940;
 }
</style>

background-color css

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

 a { background-color: rgb(71,41,64); }

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

border-color css

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

 span { border-color: rgb(71,41,64); }

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