Html Css Color HEX #472941 Voodoo

📋 copy color: '#472941'

red 71 ◦ green 41 ◦ blue 65

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

Shades of Voodoo #472941

Tints of Voodoo #472941

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.16%

 BLUE value IS 65 (25.78% from 255) = 36.72%

R = 40.11%
G = 23.16%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#472941 (or 0x472941) is known color: Voodoo. HEX triplet: 47, 29 and 41. RGB value is (71,41,65). Sum of RGB (Red+Green+Blue) = 71+41+65=177 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.11% from 177); Green value is 41 (16.41% from 255 or 23.16% from 177); Blue value is 65 (25.78% from 255 or 36.72% from 177); Max value from RGB is 71 - color contains mainly: red. Hex color #472941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472941 is #B8D6BE. Grayscale: #343434. Windows color (decimal): -12113599 or 4270407. OLE color: 4270407.

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

Color convert

RGB 71 41 65 -
CMYK 0 0.42 0.08 0.72
HSL 312º 0.27% 0.22% -
HSV(B) 312º 0.42% 0.28% -
XYZ 4.35 3.31 5.41 -
YUV 52.71 134.94 141.05 -
System Red Green Blue C M Y K H S L
Decimal 71 41 65 0 0.42 0.08 0.72 312 0.27 0.22
Hex 47 29 41 0 2A 8 48 138 1B 16
Octal 107 51 101 0 52 10 110 470 33 26
Binary 1000111 101001 1000001 0 101010 1000 1001000 100111000 11011 10110

Color Harmonies of #472941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472941

Black with #472941

Text Example


Text Example

White with #472941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472941; }

 p { color: rgb(71,41,65); }

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

background-color css

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

 a { background-color: rgb(71,41,65); }

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

border-color css

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

 span { border-color: rgb(71,41,65); }

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