Html Css Color HEX #471E42 Voodoo

📋 copy color: '#471E42'

red 71 ◦ green 30 ◦ blue 66

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

Shades of Voodoo #471E42

Tints of Voodoo #471E42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 39.52%

R = 42.51%
G = 17.96%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#471E42 (or 0x471E42) is known color: Voodoo. HEX triplet: 47, 1E and 42. RGB value is (71,30,66). Sum of RGB (Red+Green+Blue) = 71+30+66=167 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.51% from 167); Green value is 30 (12.11% from 255 or 17.96% from 167); Blue value is 66 (26.17% from 255 or 39.52% from 167); Max value from RGB is 71 - color contains mainly: red. Hex color #471E42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471E42 is #B8E1BD. Grayscale: #2E2E2E. Windows color (decimal): -12116414 or 4333127. OLE color: 4333127.

HSL color Cylindrical-coordinate representation of color #471E42: hue angle of 307.32º 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 #471E42 is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 30 66 -
CMYK 0 0.58 0.07 0.72
HSL 307.32º 0.41% 0.2% -
HSV(B) 307.32º 0.58% 0.28% -
XYZ 4.05 2.66 5.45 -
YUV 46.36 139.08 145.57 -
System Red Green Blue C M Y K H S L
Decimal 71 30 66 0 0.58 0.07 0.72 307.32 0.41 0.2
Hex 47 1E 42 0 3A 7 48 133 29 14
Octal 107 36 102 0 72 7 110 463 51 24
Binary 1000111 11110 1000010 0 111010 111 1001000 100110011 101001 10100

Color Harmonies of #471E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471E42

Black with #471E42

Text Example


Text Example

White with #471E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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