Html Css Color HEX #473241 Voodoo

📋 copy color: '#473241'

red 71 ◦ green 50 ◦ blue 65

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

Shades of Voodoo #473241

Tints of Voodoo #473241

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.88%

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

R = 38.17%
G = 26.88%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#473241 (or 0x473241) is known color: Voodoo. HEX triplet: 47, 32 and 41. RGB value is (71,50,65). Sum of RGB (Red+Green+Blue) = 71+50+65=186 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.17% from 186); Green value is 50 (19.92% from 255 or 26.88% from 186); Blue value is 65 (25.78% from 255 or 34.95% from 186); Max value from RGB is 71 - color contains mainly: red. Hex color #473241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473241 is #B8CDBE. Grayscale: #393939. Windows color (decimal): -12111295 or 4272711. OLE color: 4272711.

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

Color convert

RGB 71 50 65 -
CMYK 0 0.30 0.08 0.72
HSL 317.14º 0.17% 0.24% -
HSV(B) 317.14º 0.3% 0.28% -
XYZ 4.69 4 5.53 -
YUV 57.99 131.96 137.28 -
System Red Green Blue C M Y K H S L
Decimal 71 50 65 0 0.30 0.08 0.72 317.14 0.17 0.24
Hex 47 32 41 0 1E 8 48 13D 11 18
Octal 107 62 101 0 36 10 110 475 21 30
Binary 1000111 110010 1000001 0 11110 1000 1001000 100111101 10001 11000

Color Harmonies of #473241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473241

Black with #473241

Text Example


Text Example

White with #473241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473241; }

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

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

background-color css

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

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

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

border-color css

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

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

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