Html Css Color HEX #472F3F Voodoo

📋 copy color: '#472F3F'

red 71 ◦ green 47 ◦ blue 63

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

Shades of Voodoo #472F3F

Tints of Voodoo #472F3F

RGB

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

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

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

R = 39.23%
G = 25.97%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#472F3F (or 0x472F3F) is known color: Voodoo. HEX triplet: 47, 2F and 3F. RGB value is (71,47,63). Sum of RGB (Red+Green+Blue) = 71+47+63=181 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.23% from 181); Green value is 47 (18.75% from 255 or 25.97% from 181); Blue value is 63 (25% from 255 or 34.81% from 181); Max value from RGB is 71 - color contains mainly: red. Hex color #472F3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472F3F is #B8D0C0. Grayscale: #373737. Windows color (decimal): -12112065 or 4140871. OLE color: 4140871.

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

Color convert

RGB 71 47 63 -
CMYK 0 0.34 0.11 0.72
HSL 320º 0.2% 0.23% -
HSV(B) 320º 0.34% 0.28% -
XYZ 4.51 3.73 5.19 -
YUV 56 131.95 138.7 -
System Red Green Blue C M Y K H S L
Decimal 71 47 63 0 0.34 0.11 0.72 320 0.2 0.23
Hex 47 2F 3F 0 22 B 48 140 14 17
Octal 107 57 77 0 42 13 110 500 24 27
Binary 1000111 101111 111111 0 100010 1011 1001000 101000000 10100 10111

Color Harmonies of #472F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472F3F

Black with #472F3F

Text Example


Text Example

White with #472F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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