Html Css Color HEX #471F40 Voodoo

📋 copy color: '#471F40'

red 71 ◦ green 31 ◦ blue 64

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

Shades of Voodoo #471F40

Tints of Voodoo #471F40

RGB

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

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

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

R = 42.77%
G = 18.67%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#471F40 (or 0x471F40) is known color: Voodoo. HEX triplet: 47, 1F and 40. RGB value is (71,31,64). Sum of RGB (Red+Green+Blue) = 71+31+64=166 (21% of max value = 765). Red value is 71 (28.12% from 255 or 42.77% from 166); Green value is 31 (12.5% from 255 or 18.67% from 166); Blue value is 64 (25.39% from 255 or 38.55% from 166); Max value from RGB is 71 - color contains mainly: red. Hex color #471F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471F40 is #B8E0BF. Grayscale: #2E2E2E. Windows color (decimal): -12116160 or 4202311. OLE color: 4202311.

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

Color convert

RGB 71 31 64 -
CMYK 0 0.56 0.10 0.72
HSL 310.5º 0.39% 0.2% -
HSV(B) 310.5º 0.56% 0.28% -
XYZ 4.01 2.69 5.16 -
YUV 46.72 137.75 145.32 -
System Red Green Blue C M Y K H S L
Decimal 71 31 64 0 0.56 0.10 0.72 310.5 0.39 0.2
Hex 47 1F 40 0 38 A 48 136 27 14
Octal 107 37 100 0 70 12 110 466 47 24
Binary 1000111 11111 1000000 0 111000 1010 1001000 100110110 100111 10100

Color Harmonies of #471F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471F40

Black with #471F40

Text Example


Text Example

White with #471F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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