Html Css Color HEX #471E3E Voodoo

📋 copy color: '#471E3E'

red 71 ◦ green 30 ◦ blue 62

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

Shades of Voodoo #471E3E

Tints of Voodoo #471E3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 38.04%

R = 43.56%
G = 18.4%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.13

 K value IS 0.72

RGB Variations

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

Color information

#471E3E (or 0x471E3E) is known color: Voodoo. HEX triplet: 47, 1E and 3E. RGB value is (71,30,62). Sum of RGB (Red+Green+Blue) = 71+30+62=163 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.56% from 163); Green value is 30 (12.11% from 255 or 18.40% from 163); Blue value is 62 (24.61% from 255 or 38.04% from 163); Max value from RGB is 71 - color contains mainly: red. Hex color #471E3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471E3E is #B8E1C1. Grayscale: #2D2D2D. Windows color (decimal): -12116418 or 4070983. OLE color: 4070983.

HSL color Cylindrical-coordinate representation of color #471E3E: hue angle of 313.17º 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 #471E3E is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 30 62 -
CMYK 0 0.58 0.13 0.72
HSL 313.17º 0.41% 0.2% -
HSV(B) 313.17º 0.58% 0.28% -
XYZ 3.93 2.62 4.86 -
YUV 45.91 137.08 145.9 -
System Red Green Blue C M Y K H S L
Decimal 71 30 62 0 0.58 0.13 0.72 313.17 0.41 0.2
Hex 47 1E 3E 0 3A D 48 139 29 14
Octal 107 36 76 0 72 15 110 471 51 24
Binary 1000111 11110 111110 0 111010 1101 1001000 100111001 101001 10100

Color Harmonies of #471E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471E3E

Black with #471E3E

Text Example


Text Example

White with #471E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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