Html Css Color HEX #471D40 Voodoo

📋 copy color: '#471D40'

red 71 ◦ green 29 ◦ blue 64

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

Shades of Voodoo #471D40

Tints of Voodoo #471D40

RGB

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

 GREEN value IS 29 (11.72% from 255) = 17.68%

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

R = 43.29%
G = 17.68%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#471D40 (or 0x471D40) is known color: Voodoo. HEX triplet: 47, 1D and 40. RGB value is (71,29,64). Sum of RGB (Red+Green+Blue) = 71+29+64=164 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.29% from 164); Green value is 29 (11.72% from 255 or 17.68% from 164); Blue value is 64 (25.39% from 255 or 39.02% from 164); Max value from RGB is 71 - color contains mainly: red. Hex color #471D40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471D40 is #B8E2BF. Grayscale: #2D2D2D. Windows color (decimal): -12116672 or 4201799. OLE color: 4201799.

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

Color convert

RGB 71 29 64 -
CMYK 0 0.59 0.10 0.72
HSL 310º 0.42% 0.2% -
HSV(B) 310º 0.59% 0.28% -
XYZ 3.96 2.59 5.14 -
YUV 45.55 138.41 146.15 -
System Red Green Blue C M Y K H S L
Decimal 71 29 64 0 0.59 0.10 0.72 310 0.42 0.2
Hex 47 1D 40 0 3B A 48 136 2A 14
Octal 107 35 100 0 73 12 110 466 52 24
Binary 1000111 11101 1000000 0 111011 1010 1001000 100110110 101010 10100

Color Harmonies of #471D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471D40

Black with #471D40

Text Example


Text Example

White with #471D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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