Html Css Color HEX #471B3F Voodoo

📋 copy color: '#471B3F'

red 71 ◦ green 27 ◦ blue 63

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

Shades of Voodoo #471B3F

Tints of Voodoo #471B3F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 16.77%

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

R = 44.1%
G = 16.77%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#471B3F (or 0x471B3F) is known color: Voodoo. HEX triplet: 47, 1B and 3F. RGB value is (71,27,63). Sum of RGB (Red+Green+Blue) = 71+27+63=161 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.10% from 161); Green value is 27 (10.94% from 255 or 16.77% from 161); Blue value is 63 (25% from 255 or 39.13% from 161); Max value from RGB is 71 - color contains mainly: red. Hex color #471B3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471B3F is #B8E4C0. Grayscale: #2C2C2C. Windows color (decimal): -12117185 or 4135751. OLE color: 4135751.

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

Color convert

RGB 71 27 63 -
CMYK 0 0.62 0.11 0.72
HSL 310.91º 0.45% 0.19% -
HSV(B) 310.91º 0.62% 0.28% -
XYZ 3.89 2.48 4.98 -
YUV 44.26 138.58 147.07 -
System Red Green Blue C M Y K H S L
Decimal 71 27 63 0 0.62 0.11 0.72 310.91 0.45 0.19
Hex 47 1B 3F 0 3E B 48 137 2D 13
Octal 107 33 77 0 76 13 110 467 55 23
Binary 1000111 11011 111111 0 111110 1011 1001000 100110111 101101 10011

Color Harmonies of #471B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471B3F

Black with #471B3F

Text Example


Text Example

White with #471B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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