Html Css Color HEX #473141 Voodoo

📋 copy color: '#473141'

red 71 ◦ green 49 ◦ blue 65

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

Shades of Voodoo #473141

Tints of Voodoo #473141

RGB

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

 GREEN value IS 49 (19.53% from 255) = 26.49%

 BLUE value IS 65 (25.78% from 255) = 35.14%

R = 38.38%
G = 26.49%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#473141 (or 0x473141) is known color: Voodoo. HEX triplet: 47, 31 and 41. RGB value is (71,49,65). Sum of RGB (Red+Green+Blue) = 71+49+65=185 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.38% from 185); Green value is 49 (19.53% from 255 or 26.49% from 185); Blue value is 65 (25.78% from 255 or 35.14% from 185); Max value from RGB is 71 - color contains mainly: red. Hex color #473141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473141 is #B8CEBE. Grayscale: #393939. Windows color (decimal): -12111551 or 4272455. OLE color: 4272455.

HSL color Cylindrical-coordinate representation of color #473141: hue angle of 316.36º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #473141 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 49 65 -
CMYK 0 0.31 0.08 0.72
HSL 316.36º 0.18% 0.24% -
HSV(B) 316.36º 0.31% 0.28% -
XYZ 4.65 3.92 5.51 -
YUV 57.4 132.29 137.7 -
System Red Green Blue C M Y K H S L
Decimal 71 49 65 0 0.31 0.08 0.72 316.36 0.18 0.24
Hex 47 31 41 0 1F 8 48 13C 12 18
Octal 107 61 101 0 37 10 110 474 22 30
Binary 1000111 110001 1000001 0 11111 1000 1001000 100111100 10010 11000

Color Harmonies of #473141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473141

Black with #473141

Text Example


Text Example

White with #473141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473141; }

 p { color: rgb(71,49,65); }

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

background-color css

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

 a { background-color: rgb(71,49,65); }

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

border-color css

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

 span { border-color: rgb(71,49,65); }

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