Html Css Color HEX #473240 Voodoo

📋 copy color: '#473240'

red 71 ◦ green 50 ◦ blue 64

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

Shades of Voodoo #473240

Tints of Voodoo #473240

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.03%

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

R = 38.38%
G = 27.03%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#473240 (or 0x473240) is known color: Voodoo. HEX triplet: 47, 32 and 40. RGB value is (71,50,64). Sum of RGB (Red+Green+Blue) = 71+50+64=185 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.38% from 185); Green value is 50 (19.92% from 255 or 27.03% from 185); Blue value is 64 (25.39% from 255 or 34.59% from 185); Max value from RGB is 71 - color contains mainly: red. Hex color #473240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473240 is #B8CDBF. Grayscale: #393939. Windows color (decimal): -12111296 or 4207175. OLE color: 4207175.

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

Color convert

RGB 71 50 64 -
CMYK 0 0.30 0.10 0.72
HSL 320º 0.17% 0.24% -
HSV(B) 320º 0.3% 0.28% -
XYZ 4.66 3.99 5.37 -
YUV 57.88 131.46 137.36 -
System Red Green Blue C M Y K H S L
Decimal 71 50 64 0 0.30 0.10 0.72 320 0.17 0.24
Hex 47 32 40 0 1E A 48 140 11 18
Octal 107 62 100 0 36 12 110 500 21 30
Binary 1000111 110010 1000000 0 11110 1010 1001000 101000000 10001 11000

Color Harmonies of #473240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473240

Black with #473240

Text Example


Text Example

White with #473240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473240; }

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

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

background-color css

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

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

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

border-color css

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

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

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