Html Css Color HEX #493141 Voodoo

📋 copy color: '#493141'

red 73 ◦ green 49 ◦ blue 65

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

Shades of Voodoo #493141

Tints of Voodoo #493141

RGB

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

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

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

R = 39.04%
G = 26.2%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#493141 (or 0x493141) is known color: Voodoo. HEX triplet: 49, 31 and 41. RGB value is (73,49,65). Sum of RGB (Red+Green+Blue) = 73+49+65=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 65 (25.78% from 255 or 34.76% from 187); Max value from RGB is 73 - color contains mainly: red. Hex color #493141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493141 is #B6CEBE. Grayscale: #393939. Windows color (decimal): -11980479 or 4272457. OLE color: 4272457.

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

Color convert

RGB 73 49 65 -
CMYK 0 0.33 0.11 0.71
HSL 320º 0.2% 0.24% -
HSV(B) 320º 0.33% 0.29% -
XYZ 4.8 3.99 5.52 -
YUV 58 131.95 138.7 -
System Red Green Blue C M Y K H S L
Decimal 73 49 65 0 0.33 0.11 0.71 320 0.2 0.24
Hex 49 31 41 0 21 B 47 140 14 18
Octal 111 61 101 0 41 13 107 500 24 30
Binary 1001001 110001 1000001 0 100001 1011 1000111 101000000 10100 11000

Color Harmonies of #493141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493141

Black with #493141

Text Example


Text Example

White with #493141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493141; }

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

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

background-color css

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

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

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

border-color css

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

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

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