Html Css Color HEX #47203F Voodoo

📋 copy color: '#47203F'

red 71 ◦ green 32 ◦ blue 63

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

Shades of Voodoo #47203F

Tints of Voodoo #47203F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.28%

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

R = 42.77%
G = 19.28%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#47203F (or 0x47203F) is known color: Voodoo. HEX triplet: 47, 20 and 3F. RGB value is (71,32,63). Sum of RGB (Red+Green+Blue) = 71+32+63=166 (21% of max value = 765). Red value is 71 (28.12% from 255 or 42.77% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 63 (25% from 255 or 37.95% from 166); Max value from RGB is 71 - color contains mainly: red. Hex color #47203F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47203F is #B8DFC0. Grayscale: #2F2F2F. Windows color (decimal): -12115905 or 4137031. OLE color: 4137031.

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

Color convert

RGB 71 32 63 -
CMYK 0 0.55 0.11 0.72
HSL 312.31º 0.38% 0.2% -
HSV(B) 312.31º 0.55% 0.28% -
XYZ 4.01 2.73 5.02 -
YUV 47.2 136.92 144.98 -
System Red Green Blue C M Y K H S L
Decimal 71 32 63 0 0.55 0.11 0.72 312.31 0.38 0.2
Hex 47 20 3F 0 37 B 48 138 26 14
Octal 107 40 77 0 67 13 110 470 46 24
Binary 1000111 100000 111111 0 110111 1011 1001000 100111000 100110 10100

Color Harmonies of #47203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47203F

Black with #47203F

Text Example


Text Example

White with #47203F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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