Html Css Color HEX #47243F Voodoo

📋 copy color: '#47243F'

red 71 ◦ green 36 ◦ blue 63

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

Shades of Voodoo #47243F

Tints of Voodoo #47243F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.18%

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

R = 41.76%
G = 21.18%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#47243F (or 0x47243F) is known color: Voodoo. HEX triplet: 47, 24 and 3F. RGB value is (71,36,63). Sum of RGB (Red+Green+Blue) = 71+36+63=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 36 (14.45% from 255 or 21.18% from 170); Blue value is 63 (25% from 255 or 37.06% from 170); Max value from RGB is 71 - color contains mainly: red. Hex color #47243F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47243F is #B8DBC0. Grayscale: #313131. Windows color (decimal): -12114881 or 4138055. OLE color: 4138055.

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

Color convert

RGB 71 36 63 -
CMYK 0 0.49 0.11 0.72
HSL 313.71º 0.33% 0.21% -
HSV(B) 313.71º 0.49% 0.28% -
XYZ 4.13 2.96 5.06 -
YUV 49.54 135.6 143.3 -
System Red Green Blue C M Y K H S L
Decimal 71 36 63 0 0.49 0.11 0.72 313.71 0.33 0.21
Hex 47 24 3F 0 31 B 48 13A 21 15
Octal 107 44 77 0 61 13 110 472 41 25
Binary 1000111 100100 111111 0 110001 1011 1001000 100111010 100001 10101

Color Harmonies of #47243F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47243F

Black with #47243F

Text Example


Text Example

White with #47243F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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