Html Css Color HEX #473540 Voodoo

📋 copy color: '#473540'

red 71 ◦ green 53 ◦ blue 64

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

Shades of Voodoo #473540

Tints of Voodoo #473540

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.19%

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

R = 37.77%
G = 28.19%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#473540 (or 0x473540) is known color: Voodoo. HEX triplet: 47, 35 and 40. RGB value is (71,53,64). Sum of RGB (Red+Green+Blue) = 71+53+64=188 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.77% from 188); Green value is 53 (21.09% from 255 or 28.19% from 188); Blue value is 64 (25.39% from 255 or 34.04% from 188); Max value from RGB is 71 - color contains mainly: red. Hex color #473540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473540 is #B8CABF. Grayscale: #3B3B3B. Windows color (decimal): -12110528 or 4207943. OLE color: 4207943.

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

Color convert

RGB 71 53 64 -
CMYK 0 0.25 0.10 0.72
HSL 323.33º 0.15% 0.24% -
HSV(B) 323.33º 0.25% 0.28% -
XYZ 4.8 4.26 5.42 -
YUV 59.64 130.46 136.11 -
System Red Green Blue C M Y K H S L
Decimal 71 53 64 0 0.25 0.10 0.72 323.33 0.15 0.24
Hex 47 35 40 0 19 A 48 143 F 18
Octal 107 65 100 0 31 12 110 503 17 30
Binary 1000111 110101 1000000 0 11001 1010 1001000 101000011 1111 11000

Color Harmonies of #473540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473540

Black with #473540

Text Example


Text Example

White with #473540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473540; }

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

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

background-color css

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

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

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

border-color css

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

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

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