Html Css Color HEX #471F3C Voodoo

📋 copy color: '#471F3C'

red 71 ◦ green 31 ◦ blue 60

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

Shades of Voodoo #471F3C

Tints of Voodoo #471F3C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 19.14%

 BLUE value IS 60 (23.83% from 255) = 37.04%

R = 43.83%
G = 19.14%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#471F3C (or 0x471F3C) is known color: Voodoo. HEX triplet: 47, 1F and 3C. RGB value is (71,31,60). Sum of RGB (Red+Green+Blue) = 71+31+60=162 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.83% from 162); Green value is 31 (12.5% from 255 or 19.14% from 162); Blue value is 60 (23.83% from 255 or 37.04% from 162); Max value from RGB is 71 - color contains mainly: red. Hex color #471F3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471F3C is #B8E0C3. Grayscale: #2E2E2E. Windows color (decimal): -12116164 or 3940167. OLE color: 3940167.

HSL color Cylindrical-coordinate representation of color #471F3C: hue angle of 316.5º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #471F3C is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 31 60 -
CMYK 0 0.56 0.15 0.72
HSL 316.5º 0.39% 0.2% -
HSV(B) 316.5º 0.56% 0.28% -
XYZ 3.9 2.65 4.58 -
YUV 46.27 135.75 145.64 -
System Red Green Blue C M Y K H S L
Decimal 71 31 60 0 0.56 0.15 0.72 316.5 0.39 0.2
Hex 47 1F 3C 0 38 F 48 13C 27 14
Octal 107 37 74 0 70 17 110 474 47 24
Binary 1000111 11111 111100 0 111000 1111 1001000 100111100 100111 10100

Color Harmonies of #471F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471F3C

Black with #471F3C

Text Example


Text Example

White with #471F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471F3C; }

 p { color: rgb(71,31,60); }

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

background-color css

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

 a { background-color: rgb(71,31,60); }

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

border-color css

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

 span { border-color: rgb(71,31,60); }

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