Html Css Color HEX #472F40 Voodoo

📋 copy color: '#472F40'

red 71 ◦ green 47 ◦ blue 64

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

Shades of Voodoo #472F40

Tints of Voodoo #472F40

RGB

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

 GREEN value IS 47 (18.75% from 255) = 25.82%

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

R = 39.01%
G = 25.82%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#472F40 (or 0x472F40) is known color: Voodoo. HEX triplet: 47, 2F and 40. RGB value is (71,47,64). Sum of RGB (Red+Green+Blue) = 71+47+64=182 (24% of max value = 765). Red value is 71 (28.12% from 255 or 39.01% from 182); Green value is 47 (18.75% from 255 or 25.82% from 182); Blue value is 64 (25.39% from 255 or 35.16% from 182); Max value from RGB is 71 - color contains mainly: red. Hex color #472F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472F40 is #B8D0BF. Grayscale: #383838. Windows color (decimal): -12112064 or 4206407. OLE color: 4206407.

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

Color convert

RGB 71 47 64 -
CMYK 0 0.34 0.10 0.72
HSL 317.5º 0.2% 0.23% -
HSV(B) 317.5º 0.34% 0.28% -
XYZ 4.54 3.74 5.33 -
YUV 56.11 132.45 138.62 -
System Red Green Blue C M Y K H S L
Decimal 71 47 64 0 0.34 0.10 0.72 317.5 0.2 0.23
Hex 47 2F 40 0 22 A 48 13E 14 17
Octal 107 57 100 0 42 12 110 476 24 27
Binary 1000111 101111 1000000 0 100010 1010 1001000 100111110 10100 10111

Color Harmonies of #472F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472F40

Black with #472F40

Text Example


Text Example

White with #472F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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