Html Css Color HEX #471E3D Voodoo

📋 copy color: '#471E3D'

red 71 ◦ green 30 ◦ blue 61

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

Shades of Voodoo #471E3D

Tints of Voodoo #471E3D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 18.52%

 BLUE value IS 61 (24.22% from 255) = 37.65%

R = 43.83%
G = 18.52%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#471E3D (or 0x471E3D) is known color: Voodoo. HEX triplet: 47, 1E and 3D. RGB value is (71,30,61). Sum of RGB (Red+Green+Blue) = 71+30+61=162 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.83% from 162); Green value is 30 (12.11% from 255 or 18.52% from 162); Blue value is 61 (24.22% from 255 or 37.65% from 162); Max value from RGB is 71 - color contains mainly: red. Hex color #471E3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471E3D is #B8E1C2. Grayscale: #2D2D2D. Windows color (decimal): -12116419 or 4005447. OLE color: 4005447.

HSL color Cylindrical-coordinate representation of color #471E3D: hue angle of 314.63º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #471E3D is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 30 61 -
CMYK 0 0.58 0.14 0.72
HSL 314.63º 0.41% 0.2% -
HSV(B) 314.63º 0.58% 0.28% -
XYZ 3.91 2.61 4.71 -
YUV 45.79 136.58 145.98 -
System Red Green Blue C M Y K H S L
Decimal 71 30 61 0 0.58 0.14 0.72 314.63 0.41 0.2
Hex 47 1E 3D 0 3A E 48 13B 29 14
Octal 107 36 75 0 72 16 110 473 51 24
Binary 1000111 11110 111101 0 111010 1110 1001000 100111011 101001 10100

Color Harmonies of #471E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471E3D

Black with #471E3D

Text Example


Text Example

White with #471E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471E3D; }

 p { color: rgb(71,30,61); }

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

background-color css

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

 a { background-color: rgb(71,30,61); }

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

border-color css

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

 span { border-color: rgb(71,30,61); }

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