Html Css Color HEX #471A40 Voodoo

📋 copy color: '#471A40'

red 71 ◦ green 26 ◦ blue 64

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

Shades of Voodoo #471A40

Tints of Voodoo #471A40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 39.75%

R = 44.1%
G = 16.15%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#471A40 (or 0x471A40) is known color: Voodoo. HEX triplet: 47, 1A and 40. RGB value is (71,26,64). Sum of RGB (Red+Green+Blue) = 71+26+64=161 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.10% from 161); Green value is 26 (10.55% from 255 or 16.15% from 161); Blue value is 64 (25.39% from 255 or 39.75% from 161); Max value from RGB is 71 - color contains mainly: red. Hex color #471A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471A40 is #B8E5BF. Grayscale: #2B2B2B. Windows color (decimal): -12117440 or 4201031. OLE color: 4201031.

HSL color Cylindrical-coordinate representation of color #471A40: hue angle of 309.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 #471A40 is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 26 64 -
CMYK 0 0.63 0.10 0.72
HSL 309.33º 0.46% 0.19% -
HSV(B) 309.33º 0.63% 0.28% -
XYZ 3.89 2.45 5.12 -
YUV 43.79 139.41 147.41 -
System Red Green Blue C M Y K H S L
Decimal 71 26 64 0 0.63 0.10 0.72 309.33 0.46 0.19
Hex 47 1A 40 0 3F A 48 135 2E 13
Octal 107 32 100 0 77 12 110 465 56 23
Binary 1000111 11010 1000000 0 111111 1010 1001000 100110101 101110 10011

Color Harmonies of #471A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471A40

Black with #471A40

Text Example


Text Example

White with #471A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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