Html Css Color HEX #493241 Voodoo

📋 copy color: '#493241'

red 73 ◦ green 50 ◦ blue 65

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

Shades of Voodoo #493241

Tints of Voodoo #493241

RGB

 RED value IS 73 (28.91% from 255) = 38.83%

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

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

R = 38.83%
G = 26.6%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#493241 (or 0x493241) is known color: Voodoo. HEX triplet: 49, 32 and 41. RGB value is (73,50,65). Sum of RGB (Red+Green+Blue) = 73+50+65=188 (24% of max value = 765). Red value is 73 (28.91% from 255 or 38.83% from 188); Green value is 50 (19.92% from 255 or 26.60% from 188); Blue value is 65 (25.78% from 255 or 34.57% from 188); Max value from RGB is 73 - color contains mainly: red. Hex color #493241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493241 is #B6CDBE. Grayscale: #3A3A3A. Windows color (decimal): -11980223 or 4272713. OLE color: 4272713.

HSL color Cylindrical-coordinate representation of color #493241: hue angle of 320.87º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #493241 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 50 65 -
CMYK 0 0.32 0.11 0.71
HSL 320.87º 0.19% 0.24% -
HSV(B) 320.87º 0.32% 0.29% -
XYZ 4.84 4.08 5.53 -
YUV 58.59 131.62 138.28 -
System Red Green Blue C M Y K H S L
Decimal 73 50 65 0 0.32 0.11 0.71 320.87 0.19 0.24
Hex 49 32 41 0 20 B 47 141 13 18
Octal 111 62 101 0 40 13 107 501 23 30
Binary 1001001 110010 1000001 0 100000 1011 1000111 101000001 10011 11000

Color Harmonies of #493241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493241

Black with #493241

Text Example


Text Example

White with #493241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493241; }

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

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

background-color css

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

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

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

border-color css

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

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

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