Html Css Color HEX #471E3C Voodoo

📋 copy color: '#471E3C'

red 71 ◦ green 30 ◦ blue 60

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

Shades of Voodoo #471E3C

Tints of Voodoo #471E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 37.27%

R = 44.1%
G = 18.63%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#471E3C (or 0x471E3C) is known color: Voodoo. HEX triplet: 47, 1E and 3C. RGB value is (71,30,60). Sum of RGB (Red+Green+Blue) = 71+30+60=161 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.10% from 161); Green value is 30 (12.11% from 255 or 18.63% from 161); Blue value is 60 (23.83% from 255 or 37.27% from 161); Max value from RGB is 71 - color contains mainly: red. Hex color #471E3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471E3C is #B8E1C3. Grayscale: #2D2D2D. Windows color (decimal): -12116420 or 3939911. OLE color: 3939911.

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

Color convert

RGB 71 30 60 -
CMYK 0 0.58 0.15 0.72
HSL 316.1º 0.41% 0.2% -
HSV(B) 316.1º 0.58% 0.28% -
XYZ 3.88 2.59 4.57 -
YUV 45.68 136.08 146.06 -
System Red Green Blue C M Y K H S L
Decimal 71 30 60 0 0.58 0.15 0.72 316.1 0.41 0.2
Hex 47 1E 3C 0 3A F 48 13C 29 14
Octal 107 36 74 0 72 17 110 474 51 24
Binary 1000111 11110 111100 0 111010 1111 1001000 100111100 101001 10100

Color Harmonies of #471E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471E3C

Black with #471E3C

Text Example


Text Example

White with #471E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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