Html Css Color HEX #471C3E Voodoo

📋 copy color: '#471C3E'

red 71 ◦ green 28 ◦ blue 62

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

Shades of Voodoo #471C3E

Tints of Voodoo #471C3E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.39%

 BLUE value IS 62 (24.61% from 255) = 38.51%

R = 44.1%
G = 17.39%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.13

 K value IS 0.72

RGB Variations

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

Color information

#471C3E (or 0x471C3E) is known color: Voodoo. HEX triplet: 47, 1C and 3E. RGB value is (71,28,62). Sum of RGB (Red+Green+Blue) = 71+28+62=161 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.10% from 161); Green value is 28 (11.33% from 255 or 17.39% from 161); Blue value is 62 (24.61% from 255 or 38.51% from 161); Max value from RGB is 71 - color contains mainly: red. Hex color #471C3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471C3E is #B8E3C1. Grayscale: #2C2C2C. Windows color (decimal): -12116930 or 4070471. OLE color: 4070471.

HSL color Cylindrical-coordinate representation of color #471C3E: hue angle of 312.56º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #471C3E is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 28 62 -
CMYK 0 0.61 0.13 0.72
HSL 312.56º 0.43% 0.19% -
HSV(B) 312.56º 0.61% 0.28% -
XYZ 3.88 2.52 4.84 -
YUV 44.73 137.75 146.74 -
System Red Green Blue C M Y K H S L
Decimal 71 28 62 0 0.61 0.13 0.72 312.56 0.43 0.19
Hex 47 1C 3E 0 3D D 48 139 2B 13
Octal 107 34 76 0 75 15 110 471 53 23
Binary 1000111 11100 111110 0 111101 1101 1001000 100111001 101011 10011

Color Harmonies of #471C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471C3E

Black with #471C3E

Text Example


Text Example

White with #471C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,28,62); }

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

background-color css

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

 a { background-color: rgb(71,28,62); }

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

border-color css

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

 span { border-color: rgb(71,28,62); }

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