Html Css Color HEX #472640 Voodoo

📋 copy color: '#472640'

red 71 ◦ green 38 ◦ blue 64

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

Shades of Voodoo #472640

Tints of Voodoo #472640

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.97%

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

R = 41.04%
G = 21.97%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#472640 (or 0x472640) is known color: Voodoo. HEX triplet: 47, 26 and 40. RGB value is (71,38,64). Sum of RGB (Red+Green+Blue) = 71+38+64=173 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.04% from 173); Green value is 38 (15.23% from 255 or 21.97% from 173); Blue value is 64 (25.39% from 255 or 36.99% from 173); Max value from RGB is 71 - color contains mainly: red. Hex color #472640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472640 is #B8D9BF. Grayscale: #323232. Windows color (decimal): -12114368 or 4204103. OLE color: 4204103.

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

Color convert

RGB 71 38 64 -
CMYK 0 0.46 0.10 0.72
HSL 312.73º 0.3% 0.21% -
HSV(B) 312.73º 0.46% 0.28% -
XYZ 4.22 3.1 5.23 -
YUV 50.83 135.43 142.39 -
System Red Green Blue C M Y K H S L
Decimal 71 38 64 0 0.46 0.10 0.72 312.73 0.3 0.21
Hex 47 26 40 0 2E A 48 139 1E 15
Octal 107 46 100 0 56 12 110 471 36 25
Binary 1000111 100110 1000000 0 101110 1010 1001000 100111001 11110 10101

Color Harmonies of #472640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472640

Black with #472640

Text Example


Text Example

White with #472640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472640; }

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

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

background-color css

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

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

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

border-color css

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

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

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