Html Css Color HEX #471F41 Voodoo

📋 copy color: '#471F41'

red 71 ◦ green 31 ◦ blue 65

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

Shades of Voodoo #471F41

Tints of Voodoo #471F41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 38.92%

R = 42.51%
G = 18.56%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#471F41 (or 0x471F41) is known color: Voodoo. HEX triplet: 47, 1F and 41. RGB value is (71,31,65). Sum of RGB (Red+Green+Blue) = 71+31+65=167 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.51% from 167); Green value is 31 (12.5% from 255 or 18.56% from 167); Blue value is 65 (25.78% from 255 or 38.92% from 167); Max value from RGB is 71 - color contains mainly: red. Hex color #471F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471F41 is #B8E0BE. Grayscale: #2E2E2E. Windows color (decimal): -12116159 or 4267847. OLE color: 4267847.

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

Color convert

RGB 71 31 65 -
CMYK 0 0.56 0.08 0.72
HSL 309º 0.39% 0.2% -
HSV(B) 309º 0.56% 0.28% -
XYZ 4.04 2.7 5.31 -
YUV 46.84 138.25 145.24 -
System Red Green Blue C M Y K H S L
Decimal 71 31 65 0 0.56 0.08 0.72 309 0.39 0.2
Hex 47 1F 41 0 38 8 48 135 27 14
Octal 107 37 101 0 70 10 110 465 47 24
Binary 1000111 11111 1000001 0 111000 1000 1001000 100110101 100111 10100

Color Harmonies of #471F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471F41

Black with #471F41

Text Example


Text Example

White with #471F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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