Html Css Color HEX #471F42 Voodoo

📋 copy color: '#471F42'

red 71 ◦ green 31 ◦ blue 66

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

Shades of Voodoo #471F42

Tints of Voodoo #471F42

RGB

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

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

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

R = 42.26%
G = 18.45%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#471F42 (or 0x471F42) is known color: Voodoo. HEX triplet: 47, 1F and 42. RGB value is (71,31,66). Sum of RGB (Red+Green+Blue) = 71+31+66=168 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.26% from 168); Green value is 31 (12.5% from 255 or 18.45% from 168); Blue value is 66 (26.17% from 255 or 39.29% from 168); Max value from RGB is 71 - color contains mainly: red. Hex color #471F42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471F42 is #B8E0BD. Grayscale: #2E2E2E. Windows color (decimal): -12116158 or 4333383. OLE color: 4333383.

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

Color convert

RGB 71 31 66 -
CMYK 0 0.56 0.07 0.72
HSL 307.5º 0.39% 0.2% -
HSV(B) 307.5º 0.56% 0.28% -
XYZ 4.07 2.71 5.46 -
YUV 46.95 138.75 145.15 -
System Red Green Blue C M Y K H S L
Decimal 71 31 66 0 0.56 0.07 0.72 307.5 0.39 0.2
Hex 47 1F 42 0 38 7 48 134 27 14
Octal 107 37 102 0 70 7 110 464 47 24
Binary 1000111 11111 1000010 0 111000 111 1001000 100110100 100111 10100

Color Harmonies of #471F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471F42

Black with #471F42

Text Example


Text Example

White with #471F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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