Html Css Color HEX #472E40 Voodoo

📋 copy color: '#472E40'

red 71 ◦ green 46 ◦ blue 64

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

Shades of Voodoo #472E40

Tints of Voodoo #472E40

RGB

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

 GREEN value IS 46 (18.36% from 255) = 25.41%

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

R = 39.23%
G = 25.41%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#472E40 (or 0x472E40) is known color: Voodoo. HEX triplet: 47, 2E and 40. RGB value is (71,46,64). Sum of RGB (Red+Green+Blue) = 71+46+64=181 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.23% from 181); Green value is 46 (18.36% from 255 or 25.41% from 181); Blue value is 64 (25.39% from 255 or 35.36% from 181); Max value from RGB is 71 - color contains mainly: red. Hex color #472E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472E40 is #B8D1BF. Grayscale: #373737. Windows color (decimal): -12112320 or 4206151. OLE color: 4206151.

HSL color Cylindrical-coordinate representation of color #472E40: hue angle of 316.8º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #472E40 is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 46 64 -
CMYK 0 0.35 0.10 0.72
HSL 316.8º 0.21% 0.23% -
HSV(B) 316.8º 0.35% 0.28% -
XYZ 4.5 3.66 5.32 -
YUV 55.53 132.78 139.04 -
System Red Green Blue C M Y K H S L
Decimal 71 46 64 0 0.35 0.10 0.72 316.8 0.21 0.23
Hex 47 2E 40 0 23 A 48 13D 15 17
Octal 107 56 100 0 43 12 110 475 25 27
Binary 1000111 101110 1000000 0 100011 1010 1001000 100111101 10101 10111

Color Harmonies of #472E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472E40

Black with #472E40

Text Example


Text Example

White with #472E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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