Html Css Color HEX #47213F Voodoo

📋 copy color: '#47213F'

red 71 ◦ green 33 ◦ blue 63

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

Shades of Voodoo #47213F

Tints of Voodoo #47213F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.76%

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

R = 42.51%
G = 19.76%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#47213F (or 0x47213F) is known color: Voodoo. HEX triplet: 47, 21 and 3F. RGB value is (71,33,63). Sum of RGB (Red+Green+Blue) = 71+33+63=167 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.51% from 167); Green value is 33 (13.28% from 255 or 19.76% from 167); Blue value is 63 (25% from 255 or 37.72% from 167); Max value from RGB is 71 - color contains mainly: red. Hex color #47213F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47213F is #B8DEC0. Grayscale: #2F2F2F. Windows color (decimal): -12115649 or 4137287. OLE color: 4137287.

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

Color convert

RGB 71 33 63 -
CMYK 0 0.54 0.11 0.72
HSL 312.63º 0.37% 0.2% -
HSV(B) 312.63º 0.54% 0.28% -
XYZ 4.04 2.79 5.03 -
YUV 47.78 136.59 144.56 -
System Red Green Blue C M Y K H S L
Decimal 71 33 63 0 0.54 0.11 0.72 312.63 0.37 0.2
Hex 47 21 3F 0 36 B 48 139 25 14
Octal 107 41 77 0 66 13 110 471 45 24
Binary 1000111 100001 111111 0 110110 1011 1001000 100111001 100101 10100

Color Harmonies of #47213F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47213F

Black with #47213F

Text Example


Text Example

White with #47213F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47213F; }

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

 H1.HeaderClassName
 {
   color: #47213F;
 }
 .AnyTagClassName
 {
   color: #47213F;
 }
</style>

background-color css

<style>
 a { background-color: #47213F; }

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

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

border-color css

<style>
 span { border-color: #47213F; }

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

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