Html Css Color HEX #471A3D Voodoo

📋 copy color: '#471A3D'

red 71 ◦ green 26 ◦ blue 61

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

Shades of Voodoo #471A3D

Tints of Voodoo #471A3D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.46%

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

R = 44.94%
G = 16.46%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#471A3D (or 0x471A3D) is known color: Voodoo. HEX triplet: 47, 1A and 3D. RGB value is (71,26,61). Sum of RGB (Red+Green+Blue) = 71+26+61=158 (20% of max value = 765). Red value is 71 (28.12% from 255 or 44.94% from 158); Green value is 26 (10.55% from 255 or 16.46% from 158); Blue value is 61 (24.22% from 255 or 38.61% from 158); Max value from RGB is 71 - color contains mainly: red. Hex color #471A3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471A3D is #B8E5C2. Grayscale: #2B2B2B. Windows color (decimal): -12117443 or 4004423. OLE color: 4004423.

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

Color convert

RGB 71 26 61 -
CMYK 0 0.63 0.14 0.72
HSL 313.33º 0.46% 0.19% -
HSV(B) 313.33º 0.63% 0.28% -
XYZ 3.81 2.42 4.68 -
YUV 43.45 137.91 147.65 -
System Red Green Blue C M Y K H S L
Decimal 71 26 61 0 0.63 0.14 0.72 313.33 0.46 0.19
Hex 47 1A 3D 0 3F E 48 139 2E 13
Octal 107 32 75 0 77 16 110 471 56 23
Binary 1000111 11010 111101 0 111111 1110 1001000 100111001 101110 10011

Color Harmonies of #471A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471A3D

Black with #471A3D

Text Example


Text Example

White with #471A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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