Html Css Color HEX #471F44 Voodoo

📋 copy color: '#471F44'

red 71 ◦ green 31 ◦ blue 68

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

Shades of Voodoo #471F44

Tints of Voodoo #471F44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 40%

R = 41.76%
G = 18.24%
B = 40%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

#471F44 (or 0x471F44) is known color: Voodoo. HEX triplet: 47, 1F and 44. RGB value is (71,31,68). Sum of RGB (Red+Green+Blue) = 71+31+68=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 31 (12.5% from 255 or 18.24% from 170); Blue value is 68 (26.95% from 255 or 40% from 170); Max value from RGB is 71 - color contains mainly: red. Hex color #471F44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471F44 is #B8E0BB. Grayscale: #2F2F2F. Windows color (decimal): -12116156 or 4464455. OLE color: 4464455.

HSL color Cylindrical-coordinate representation of color #471F44: hue angle of 304.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 #471F44 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 31 68 -
CMYK 0 0.56 0.04 0.72
HSL 304.5º 0.39% 0.2% -
HSV(B) 304.5º 0.56% 0.28% -
XYZ 4.13 2.74 5.78 -
YUV 47.18 139.75 144.99 -
System Red Green Blue C M Y K H S L
Decimal 71 31 68 0 0.56 0.04 0.72 304.5 0.39 0.2
Hex 47 1F 44 0 38 4 48 130 27 14
Octal 107 37 104 0 70 4 110 460 47 24
Binary 1000111 11111 1000100 0 111000 100 1001000 100110000 100111 10100

Color Harmonies of #471F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471F44

Black with #471F44

Text Example


Text Example

White with #471F44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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