Html Css Color HEX #471F3E Voodoo

📋 copy color: '#471F3E'

red 71 ◦ green 31 ◦ blue 62

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

Shades of Voodoo #471F3E

Tints of Voodoo #471F3E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 18.9%

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

R = 43.29%
G = 18.9%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.72

RGB Variations

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

Color information

#471F3E (or 0x471F3E) is known color: Voodoo. HEX triplet: 47, 1F and 3E. RGB value is (71,31,62). Sum of RGB (Red+Green+Blue) = 71+31+62=164 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.29% from 164); Green value is 31 (12.5% from 255 or 18.90% from 164); Blue value is 62 (24.61% from 255 or 37.80% from 164); Max value from RGB is 71 - color contains mainly: red. Hex color #471F3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471F3E is #B8E0C1. Grayscale: #2E2E2E. Windows color (decimal): -12116162 or 4071239. OLE color: 4071239.

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

Color convert

RGB 71 31 62 -
CMYK 0 0.56 0.13 0.72
HSL 313.5º 0.39% 0.2% -
HSV(B) 313.5º 0.56% 0.28% -
XYZ 3.96 2.67 4.86 -
YUV 46.49 136.75 145.48 -
System Red Green Blue C M Y K H S L
Decimal 71 31 62 0 0.56 0.13 0.72 313.5 0.39 0.2
Hex 47 1F 3E 0 38 D 48 13A 27 14
Octal 107 37 76 0 70 15 110 472 47 24
Binary 1000111 11111 111110 0 111000 1101 1001000 100111010 100111 10100

Color Harmonies of #471F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471F3E

Black with #471F3E

Text Example


Text Example

White with #471F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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