Html Css Color HEX #471E44 Voodoo

📋 copy color: '#471E44'

red 71 ◦ green 30 ◦ blue 68

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

Shades of Voodoo #471E44

Tints of Voodoo #471E44

RGB

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

 GREEN value IS 30 (12.11% from 255) = 17.75%

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

R = 42.01%
G = 17.75%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

#471E44 (or 0x471E44) is known color: Voodoo. HEX triplet: 47, 1E and 44. RGB value is (71,30,68). Sum of RGB (Red+Green+Blue) = 71+30+68=169 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.01% from 169); Green value is 30 (12.11% from 255 or 17.75% from 169); Blue value is 68 (26.95% from 255 or 40.24% from 169); Max value from RGB is 71 - color contains mainly: red. Hex color #471E44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471E44 is #B8E1BB. Grayscale: #2E2E2E. Windows color (decimal): -12116412 or 4464199. OLE color: 4464199.

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

Color convert

RGB 71 30 68 -
CMYK 0 0.58 0.04 0.72
HSL 304.39º 0.41% 0.2% -
HSV(B) 304.39º 0.58% 0.28% -
XYZ 4.11 2.69 5.77 -
YUV 46.59 140.08 145.41 -
System Red Green Blue C M Y K H S L
Decimal 71 30 68 0 0.58 0.04 0.72 304.39 0.41 0.2
Hex 47 1E 44 0 3A 4 48 130 29 14
Octal 107 36 104 0 72 4 110 460 51 24
Binary 1000111 11110 1000100 0 111010 100 1001000 100110000 101001 10100

Color Harmonies of #471E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471E44

Black with #471E44

Text Example


Text Example

White with #471E44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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