Html Css Color HEX #471D3F Voodoo

📋 copy color: '#471D3F'

red 71 ◦ green 29 ◦ blue 63

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

Shades of Voodoo #471D3F

Tints of Voodoo #471D3F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 17.79%

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

R = 43.56%
G = 17.79%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#471D3F (or 0x471D3F) is known color: Voodoo. HEX triplet: 47, 1D and 3F. RGB value is (71,29,63). Sum of RGB (Red+Green+Blue) = 71+29+63=163 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.56% from 163); Green value is 29 (11.72% from 255 or 17.79% from 163); Blue value is 63 (25% from 255 or 38.65% from 163); Max value from RGB is 71 - color contains mainly: red. Hex color #471D3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471D3F is #B8E2C0. Grayscale: #2D2D2D. Windows color (decimal): -12116673 or 4136263. OLE color: 4136263.

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

Color convert

RGB 71 29 63 -
CMYK 0 0.59 0.11 0.72
HSL 311.43º 0.42% 0.2% -
HSV(B) 311.43º 0.59% 0.28% -
XYZ 3.94 2.58 4.99 -
YUV 45.43 137.91 146.24 -
System Red Green Blue C M Y K H S L
Decimal 71 29 63 0 0.59 0.11 0.72 311.43 0.42 0.2
Hex 47 1D 3F 0 3B B 48 137 2A 14
Octal 107 35 77 0 73 13 110 467 52 24
Binary 1000111 11101 111111 0 111011 1011 1001000 100110111 101010 10100

Color Harmonies of #471D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471D3F

Black with #471D3F

Text Example


Text Example

White with #471D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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