Html Css Color HEX #471A3F Voodoo

📋 copy color: '#471A3F'

red 71 ◦ green 26 ◦ blue 63

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

Shades of Voodoo #471A3F

Tints of Voodoo #471A3F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.25%

 BLUE value IS 63 (25% from 255) = 39.38%

R = 44.38%
G = 16.25%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#471A3F (or 0x471A3F) is known color: Voodoo. HEX triplet: 47, 1A and 3F. RGB value is (71,26,63). Sum of RGB (Red+Green+Blue) = 71+26+63=160 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.38% from 160); Green value is 26 (10.55% from 255 or 16.25% from 160); Blue value is 63 (25% from 255 or 39.38% from 160); Max value from RGB is 71 - color contains mainly: red. Hex color #471A3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471A3F is #B8E5C0. Grayscale: #2B2B2B. Windows color (decimal): -12117441 or 4135495. OLE color: 4135495.

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

Color convert

RGB 71 26 63 -
CMYK 0 0.63 0.11 0.72
HSL 310.67º 0.46% 0.19% -
HSV(B) 310.67º 0.63% 0.28% -
XYZ 3.87 2.44 4.97 -
YUV 43.67 138.91 147.49 -
System Red Green Blue C M Y K H S L
Decimal 71 26 63 0 0.63 0.11 0.72 310.67 0.46 0.19
Hex 47 1A 3F 0 3F B 48 137 2E 13
Octal 107 32 77 0 77 13 110 467 56 23
Binary 1000111 11010 111111 0 111111 1011 1001000 100110111 101110 10011

Color Harmonies of #471A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471A3F

Black with #471A3F

Text Example


Text Example

White with #471A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,26,63); }

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

background-color css

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

 a { background-color: rgb(71,26,63); }

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

border-color css

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

 span { border-color: rgb(71,26,63); }

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