Html Css Color HEX #47183F Voodoo

📋 copy color: '#47183F'

red 71 ◦ green 24 ◦ blue 63

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

Shades of Voodoo #47183F

Tints of Voodoo #47183F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.19%

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

R = 44.94%
G = 15.19%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#47183F (or 0x47183F) is known color: Voodoo. HEX triplet: 47, 18 and 3F. RGB value is (71,24,63). Sum of RGB (Red+Green+Blue) = 71+24+63=158 (20% of max value = 765). Red value is 71 (28.12% from 255 or 44.94% from 158); Green value is 24 (9.77% from 255 or 15.19% from 158); Blue value is 63 (25% from 255 or 39.87% from 158); Max value from RGB is 71 - color contains mainly: red. Hex color #47183F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47183F is #B8E7C0. Grayscale: #2A2A2A. Windows color (decimal): -12117953 or 4134983. OLE color: 4134983.

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

Color convert

RGB 71 24 63 -
CMYK 0 0.66 0.11 0.72
HSL 310.21º 0.49% 0.19% -
HSV(B) 310.21º 0.66% 0.28% -
XYZ 3.82 2.35 4.96 -
YUV 42.5 139.57 148.33 -
System Red Green Blue C M Y K H S L
Decimal 71 24 63 0 0.66 0.11 0.72 310.21 0.49 0.19
Hex 47 18 3F 0 42 B 48 136 31 13
Octal 107 30 77 0 102 13 110 466 61 23
Binary 1000111 11000 111111 0 1000010 1011 1001000 100110110 110001 10011

Color Harmonies of #47183F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47183F

Black with #47183F

Text Example


Text Example

White with #47183F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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