Html Css Color HEX #472740 Voodoo

📋 copy color: '#472740'

red 71 ◦ green 39 ◦ blue 64

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

Shades of Voodoo #472740

Tints of Voodoo #472740

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.41%

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

R = 40.8%
G = 22.41%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#472740 (or 0x472740) is known color: Voodoo. HEX triplet: 47, 27 and 40. RGB value is (71,39,64). Sum of RGB (Red+Green+Blue) = 71+39+64=174 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.80% from 174); Green value is 39 (15.62% from 255 or 22.41% from 174); Blue value is 64 (25.39% from 255 or 36.78% from 174); Max value from RGB is 71 - color contains mainly: red. Hex color #472740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472740 is #B8D8BF. Grayscale: #333333. Windows color (decimal): -12114112 or 4204359. OLE color: 4204359.

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

Color convert

RGB 71 39 64 -
CMYK 0 0.45 0.10 0.72
HSL 313.13º 0.29% 0.22% -
HSV(B) 313.13º 0.45% 0.28% -
XYZ 4.25 3.16 5.24 -
YUV 51.42 135.1 141.97 -
System Red Green Blue C M Y K H S L
Decimal 71 39 64 0 0.45 0.10 0.72 313.13 0.29 0.22
Hex 47 27 40 0 2D A 48 139 1D 16
Octal 107 47 100 0 55 12 110 471 35 26
Binary 1000111 100111 1000000 0 101101 1010 1001000 100111001 11101 10110

Color Harmonies of #472740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472740

Black with #472740

Text Example


Text Example

White with #472740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472740; }

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

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

background-color css

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

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

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

border-color css

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

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

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