Html Css Color HEX #471F43 Voodoo

📋 copy color: '#471F43'

red 71 ◦ green 31 ◦ blue 67

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

Shades of Voodoo #471F43

Tints of Voodoo #471F43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 39.64%

R = 42.01%
G = 18.34%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.06

 K value IS 0.72

RGB Variations

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

Color information

#471F43 (or 0x471F43) is known color: Voodoo. HEX triplet: 47, 1F and 43. RGB value is (71,31,67). Sum of RGB (Red+Green+Blue) = 71+31+67=169 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.01% from 169); Green value is 31 (12.5% from 255 or 18.34% from 169); Blue value is 67 (26.56% from 255 or 39.64% from 169); Max value from RGB is 71 - color contains mainly: red. Hex color #471F43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471F43 is #B8E0BC. Grayscale: #2E2E2E. Windows color (decimal): -12116157 or 4398919. OLE color: 4398919.

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

Color convert

RGB 71 31 67 -
CMYK 0 0.56 0.06 0.72
HSL 306º 0.39% 0.2% -
HSV(B) 306º 0.56% 0.28% -
XYZ 4.1 2.72 5.62 -
YUV 47.06 139.25 145.07 -
System Red Green Blue C M Y K H S L
Decimal 71 31 67 0 0.56 0.06 0.72 306 0.39 0.2
Hex 47 1F 43 0 38 6 48 132 27 14
Octal 107 37 103 0 70 6 110 462 47 24
Binary 1000111 11111 1000011 0 111000 110 1001000 100110010 100111 10100

Color Harmonies of #471F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471F43

Black with #471F43

Text Example


Text Example

White with #471F43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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