Html Css Color HEX #47213E Voodoo

📋 copy color: '#47213E'

red 71 ◦ green 33 ◦ blue 62

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

Shades of Voodoo #47213E

Tints of Voodoo #47213E

RGB

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

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

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

R = 42.77%
G = 19.88%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.13

 K value IS 0.72

RGB Variations

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

Color information

#47213E (or 0x47213E) is known color: Voodoo. HEX triplet: 47, 21 and 3E. RGB value is (71,33,62). Sum of RGB (Red+Green+Blue) = 71+33+62=166 (21% of max value = 765). Red value is 71 (28.12% from 255 or 42.77% from 166); Green value is 33 (13.28% from 255 or 19.88% from 166); Blue value is 62 (24.61% from 255 or 37.35% from 166); Max value from RGB is 71 - color contains mainly: red. Hex color #47213E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47213E is #B8DEC1. Grayscale: #2F2F2F. Windows color (decimal): -12115650 or 4071751. OLE color: 4071751.

HSL color Cylindrical-coordinate representation of color #47213E: hue angle of 314.21º 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 #47213E is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 33 62 -
CMYK 0 0.54 0.13 0.72
HSL 314.21º 0.37% 0.2% -
HSV(B) 314.21º 0.54% 0.28% -
XYZ 4.01 2.78 4.88 -
YUV 47.67 136.09 144.64 -
System Red Green Blue C M Y K H S L
Decimal 71 33 62 0 0.54 0.13 0.72 314.21 0.37 0.2
Hex 47 21 3E 0 36 D 48 13A 25 14
Octal 107 41 76 0 66 15 110 472 45 24
Binary 1000111 100001 111110 0 110110 1101 1001000 100111010 100101 10100

Color Harmonies of #47213E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47213E

Black with #47213E

Text Example


Text Example

White with #47213E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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