Html Css Color HEX #471E41 Voodoo

📋 copy color: '#471E41'

red 71 ◦ green 30 ◦ blue 65

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

Shades of Voodoo #471E41

Tints of Voodoo #471E41

RGB

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

 GREEN value IS 30 (12.11% from 255) = 18.07%

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

R = 42.77%
G = 18.07%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#471E41 (or 0x471E41) is known color: Voodoo. HEX triplet: 47, 1E and 41. RGB value is (71,30,65). Sum of RGB (Red+Green+Blue) = 71+30+65=166 (21% of max value = 765). Red value is 71 (28.12% from 255 or 42.77% from 166); Green value is 30 (12.11% from 255 or 18.07% from 166); Blue value is 65 (25.78% from 255 or 39.16% from 166); Max value from RGB is 71 - color contains mainly: red. Hex color #471E41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471E41 is #B8E1BE. Grayscale: #2E2E2E. Windows color (decimal): -12116415 or 4267591. OLE color: 4267591.

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

Color convert

RGB 71 30 65 -
CMYK 0 0.58 0.08 0.72
HSL 308.78º 0.41% 0.2% -
HSV(B) 308.78º 0.58% 0.28% -
XYZ 4.02 2.65 5.3 -
YUV 46.25 138.58 145.65 -
System Red Green Blue C M Y K H S L
Decimal 71 30 65 0 0.58 0.08 0.72 308.78 0.41 0.2
Hex 47 1E 41 0 3A 8 48 135 29 14
Octal 107 36 101 0 72 10 110 465 51 24
Binary 1000111 11110 1000001 0 111010 1000 1001000 100110101 101001 10100

Color Harmonies of #471E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471E41

Black with #471E41

Text Example


Text Example

White with #471E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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