Html Css Color HEX #47293F Voodoo

📋 copy color: '#47293F'

red 71 ◦ green 41 ◦ blue 63

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

Shades of Voodoo #47293F

Tints of Voodoo #47293F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.43%

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

R = 40.57%
G = 23.43%
B = 36%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#47293F (or 0x47293F) is known color: Voodoo. HEX triplet: 47, 29 and 3F. RGB value is (71,41,63). Sum of RGB (Red+Green+Blue) = 71+41+63=175 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.57% from 175); Green value is 41 (16.41% from 255 or 23.43% from 175); Blue value is 63 (25% from 255 or 36% from 175); Max value from RGB is 71 - color contains mainly: red. Hex color #47293F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47293F is #B8D6C0. Grayscale: #343434. Windows color (decimal): -12113601 or 4139335. OLE color: 4139335.

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

Color convert

RGB 71 41 63 -
CMYK 0 0.42 0.11 0.72
HSL 316º 0.27% 0.22% -
HSV(B) 316º 0.42% 0.28% -
XYZ 4.29 3.28 5.11 -
YUV 52.48 133.94 141.21 -
System Red Green Blue C M Y K H S L
Decimal 71 41 63 0 0.42 0.11 0.72 316 0.27 0.22
Hex 47 29 3F 0 2A B 48 13C 1B 16
Octal 107 51 77 0 52 13 110 474 33 26
Binary 1000111 101001 111111 0 101010 1011 1001000 100111100 11011 10110

Color Harmonies of #47293F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47293F

Black with #47293F

Text Example


Text Example

White with #47293F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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