Html Css Color HEX #472D40 Voodoo

📋 copy color: '#472D40'

red 71 ◦ green 45 ◦ blue 64

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

Shades of Voodoo #472D40

Tints of Voodoo #472D40

RGB

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

 GREEN value IS 45 (17.97% from 255) = 25%

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

R = 39.44%
G = 25%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#472D40 (or 0x472D40) is known color: Voodoo. HEX triplet: 47, 2D and 40. RGB value is (71,45,64). Sum of RGB (Red+Green+Blue) = 71+45+64=180 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.44% from 180); Green value is 45 (17.97% from 255 or 25% from 180); Blue value is 64 (25.39% from 255 or 35.56% from 180); Max value from RGB is 71 - color contains mainly: red. Hex color #472D40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472D40 is #B8D2BF. Grayscale: #363636. Windows color (decimal): -12112576 or 4205895. OLE color: 4205895.

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

Color convert

RGB 71 45 64 -
CMYK 0 0.37 0.10 0.72
HSL 316.15º 0.22% 0.23% -
HSV(B) 316.15º 0.37% 0.28% -
XYZ 4.46 3.59 5.31 -
YUV 54.94 133.11 139.46 -
System Red Green Blue C M Y K H S L
Decimal 71 45 64 0 0.37 0.10 0.72 316.15 0.22 0.23
Hex 47 2D 40 0 25 A 48 13C 16 17
Octal 107 55 100 0 45 12 110 474 26 27
Binary 1000111 101101 1000000 0 100101 1010 1001000 100111100 10110 10111

Color Harmonies of #472D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472D40

Black with #472D40

Text Example


Text Example

White with #472D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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