Html Css Color HEX #472E3F Voodoo

📋 copy color: '#472E3F'

red 71 ◦ green 46 ◦ blue 63

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

Shades of Voodoo #472E3F

Tints of Voodoo #472E3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 35%

R = 39.44%
G = 25.56%
B = 35%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#472E3F (or 0x472E3F) is known color: Voodoo. HEX triplet: 47, 2E and 3F. RGB value is (71,46,63). Sum of RGB (Red+Green+Blue) = 71+46+63=180 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.44% from 180); Green value is 46 (18.36% from 255 or 25.56% from 180); Blue value is 63 (25% from 255 or 35% from 180); Max value from RGB is 71 - color contains mainly: red. Hex color #472E3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472E3F is #B8D1C0. Grayscale: #373737. Windows color (decimal): -12112321 or 4140615. OLE color: 4140615.

HSL color Cylindrical-coordinate representation of color #472E3F: hue angle of 319.2º 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 #472E3F is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 46 63 -
CMYK 0 0.35 0.11 0.72
HSL 319.2º 0.21% 0.23% -
HSV(B) 319.2º 0.35% 0.28% -
XYZ 4.47 3.65 5.17 -
YUV 55.41 132.28 139.12 -
System Red Green Blue C M Y K H S L
Decimal 71 46 63 0 0.35 0.11 0.72 319.2 0.21 0.23
Hex 47 2E 3F 0 23 B 48 13F 15 17
Octal 107 56 77 0 43 13 110 477 25 27
Binary 1000111 101110 111111 0 100011 1011 1001000 100111111 10101 10111

Color Harmonies of #472E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472E3F

Black with #472E3F

Text Example


Text Example

White with #472E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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