Html Css Color HEX #473140 Voodoo

📋 copy color: '#473140'

red 71 ◦ green 49 ◦ blue 64

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

Shades of Voodoo #473140

Tints of Voodoo #473140

RGB

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

 GREEN value IS 49 (19.53% from 255) = 26.63%

 BLUE value IS 64 (25.39% from 255) = 34.78%

R = 38.59%
G = 26.63%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#473140 (or 0x473140) is known color: Voodoo. HEX triplet: 47, 31 and 40. RGB value is (71,49,64). Sum of RGB (Red+Green+Blue) = 71+49+64=184 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.59% from 184); Green value is 49 (19.53% from 255 or 26.63% from 184); Blue value is 64 (25.39% from 255 or 34.78% from 184); Max value from RGB is 71 - color contains mainly: red. Hex color #473140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473140 is #B8CEBF. Grayscale: #393939. Windows color (decimal): -12111552 or 4206919. OLE color: 4206919.

HSL color Cylindrical-coordinate representation of color #473140: hue angle of 319.09º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #473140 is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 49 64 -
CMYK 0 0.31 0.10 0.72
HSL 319.09º 0.18% 0.24% -
HSV(B) 319.09º 0.31% 0.28% -
XYZ 4.62 3.91 5.36 -
YUV 57.29 131.79 137.78 -
System Red Green Blue C M Y K H S L
Decimal 71 49 64 0 0.31 0.10 0.72 319.09 0.18 0.24
Hex 47 31 40 0 1F A 48 13F 12 18
Octal 107 61 100 0 37 12 110 477 22 30
Binary 1000111 110001 1000000 0 11111 1010 1001000 100111111 10010 11000

Color Harmonies of #473140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473140

Black with #473140

Text Example


Text Example

White with #473140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473140; }

 p { color: rgb(71,49,64); }

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

background-color css

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

 a { background-color: rgb(71,49,64); }

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

border-color css

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

 span { border-color: rgb(71,49,64); }

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