Html Css Color HEX #47213C Voodoo

📋 copy color: '#47213C'

red 71 ◦ green 33 ◦ blue 60

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

Shades of Voodoo #47213C

Tints of Voodoo #47213C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 36.59%

R = 43.29%
G = 20.12%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#47213C (or 0x47213C) is known color: Voodoo. HEX triplet: 47, 21 and 3C. RGB value is (71,33,60). Sum of RGB (Red+Green+Blue) = 71+33+60=164 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.29% from 164); Green value is 33 (13.28% from 255 or 20.12% from 164); Blue value is 60 (23.83% from 255 or 36.59% from 164); Max value from RGB is 71 - color contains mainly: red. Hex color #47213C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47213C is #B8DEC3. Grayscale: #2F2F2F. Windows color (decimal): -12115652 or 3940679. OLE color: 3940679.

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

Color convert

RGB 71 33 60 -
CMYK 0 0.54 0.15 0.72
HSL 317.37º 0.37% 0.2% -
HSV(B) 317.37º 0.54% 0.28% -
XYZ 3.96 2.75 4.6 -
YUV 47.44 135.09 144.8 -
System Red Green Blue C M Y K H S L
Decimal 71 33 60 0 0.54 0.15 0.72 317.37 0.37 0.2
Hex 47 21 3C 0 36 F 48 13D 25 14
Octal 107 41 74 0 66 17 110 475 45 24
Binary 1000111 100001 111100 0 110110 1111 1001000 100111101 100101 10100

Color Harmonies of #47213C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47213C

Black with #47213C

Text Example


Text Example

White with #47213C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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