Html Css Color HEX #47223F Voodoo

📋 copy color: '#47223F'

red 71 ◦ green 34 ◦ blue 63

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

Shades of Voodoo #47223F

Tints of Voodoo #47223F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 20.24%

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

R = 42.26%
G = 20.24%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#47223F (or 0x47223F) is known color: Voodoo. HEX triplet: 47, 22 and 3F. RGB value is (71,34,63). Sum of RGB (Red+Green+Blue) = 71+34+63=168 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.26% from 168); Green value is 34 (13.67% from 255 or 20.24% from 168); Blue value is 63 (25% from 255 or 37.5% from 168); Max value from RGB is 71 - color contains mainly: red. Hex color #47223F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47223F is #B8DDC0. Grayscale: #303030. Windows color (decimal): -12115393 or 4137543. OLE color: 4137543.

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

Color convert

RGB 71 34 63 -
CMYK 0 0.52 0.11 0.72
HSL 312.97º 0.35% 0.21% -
HSV(B) 312.97º 0.52% 0.28% -
XYZ 4.07 2.84 5.04 -
YUV 48.37 136.26 144.14 -
System Red Green Blue C M Y K H S L
Decimal 71 34 63 0 0.52 0.11 0.72 312.97 0.35 0.21
Hex 47 22 3F 0 34 B 48 139 23 15
Octal 107 42 77 0 64 13 110 471 43 25
Binary 1000111 100010 111111 0 110100 1011 1001000 100111001 100011 10101

Color Harmonies of #47223F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47223F

Black with #47223F

Text Example


Text Example

White with #47223F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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