Html Css Color HEX #493142 Voodoo

📋 copy color: '#493142'

red 73 ◦ green 49 ◦ blue 66

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

Shades of Voodoo #493142

Tints of Voodoo #493142

RGB

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

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

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

R = 38.83%
G = 26.06%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.71

RGB Variations

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

Color information

#493142 (or 0x493142) is known color: Voodoo. HEX triplet: 49, 31 and 42. RGB value is (73,49,66). Sum of RGB (Red+Green+Blue) = 73+49+66=188 (24% of max value = 765). Red value is 73 (28.91% from 255 or 38.83% from 188); Green value is 49 (19.53% from 255 or 26.06% from 188); Blue value is 66 (26.17% from 255 or 35.11% from 188); Max value from RGB is 73 - color contains mainly: red. Hex color #493142 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493142 is #B6CEBD. Grayscale: #3A3A3A. Windows color (decimal): -11980478 or 4337993. OLE color: 4337993.

HSL color Cylindrical-coordinate representation of color #493142: hue angle of 317.5º 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 #493142 is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 49 66 -
CMYK 0 0.33 0.10 0.71
HSL 317.5º 0.2% 0.24% -
HSV(B) 317.5º 0.33% 0.29% -
XYZ 4.83 4.01 5.67 -
YUV 58.11 132.45 138.62 -
System Red Green Blue C M Y K H S L
Decimal 73 49 66 0 0.33 0.10 0.71 317.5 0.2 0.24
Hex 49 31 42 0 21 A 47 13E 14 18
Octal 111 61 102 0 41 12 107 476 24 30
Binary 1001001 110001 1000010 0 100001 1010 1000111 100111110 10100 11000

Color Harmonies of #493142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493142

Black with #493142

Text Example


Text Example

White with #493142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493142; }

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

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

background-color css

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

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

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

border-color css

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

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

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