Html Css Color HEX #472D3F Voodoo

📋 copy color: '#472D3F'

red 71 ◦ green 45 ◦ blue 63

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

Shades of Voodoo #472D3F

Tints of Voodoo #472D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 35.2%

R = 39.66%
G = 25.14%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#472D3F (or 0x472D3F) is known color: Voodoo. HEX triplet: 47, 2D and 3F. RGB value is (71,45,63). Sum of RGB (Red+Green+Blue) = 71+45+63=179 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.66% from 179); Green value is 45 (17.97% from 255 or 25.14% from 179); Blue value is 63 (25% from 255 or 35.20% from 179); Max value from RGB is 71 - color contains mainly: red. Hex color #472D3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472D3F is #B8D2C0. Grayscale: #363636. Windows color (decimal): -12112577 or 4140359. OLE color: 4140359.

HSL color Cylindrical-coordinate representation of color #472D3F: hue angle of 318.46º 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 #472D3F is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 45 63 -
CMYK 0 0.37 0.11 0.72
HSL 318.46º 0.22% 0.23% -
HSV(B) 318.46º 0.37% 0.28% -
XYZ 4.43 3.58 5.16 -
YUV 54.83 132.61 139.54 -
System Red Green Blue C M Y K H S L
Decimal 71 45 63 0 0.37 0.11 0.72 318.46 0.22 0.23
Hex 47 2D 3F 0 25 B 48 13E 16 17
Octal 107 55 77 0 45 13 110 476 26 27
Binary 1000111 101101 111111 0 100101 1011 1001000 100111110 10110 10111

Color Harmonies of #472D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472D3F

Black with #472D3F

Text Example


Text Example

White with #472D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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