Html Css Color HEX #492040 Voodoo

📋 copy color: '#492040'

red 73 ◦ green 32 ◦ blue 64

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

Shades of Voodoo #492040

Tints of Voodoo #492040

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.93%

 BLUE value IS 64 (25.39% from 255) = 37.87%

R = 43.2%
G = 18.93%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#492040 (or 0x492040) is known color: Voodoo. HEX triplet: 49, 20 and 40. RGB value is (73,32,64). Sum of RGB (Red+Green+Blue) = 73+32+64=169 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.20% from 169); Green value is 32 (12.89% from 255 or 18.93% from 169); Blue value is 64 (25.39% from 255 or 37.87% from 169); Max value from RGB is 73 - color contains mainly: red. Hex color #492040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492040 is #B6DFBF. Grayscale: #2F2F2F. Windows color (decimal): -11984832 or 4202569. OLE color: 4202569.

HSL color Cylindrical-coordinate representation of color #492040: hue angle of 313.17º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #492040 is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 32 64 -
CMYK 0 0.56 0.12 0.71
HSL 313.17º 0.39% 0.21% -
HSV(B) 313.17º 0.56% 0.29% -
XYZ 4.19 2.82 5.17 -
YUV 47.91 137.08 145.9 -
System Red Green Blue C M Y K H S L
Decimal 73 32 64 0 0.56 0.12 0.71 313.17 0.39 0.21
Hex 49 20 40 0 38 C 47 139 27 15
Octal 111 40 100 0 70 14 107 471 47 25
Binary 1001001 100000 1000000 0 111000 1100 1000111 100111001 100111 10101

Color Harmonies of #492040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492040

Black with #492040

Text Example


Text Example

White with #492040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492040; }

 p { color: rgb(73,32,64); }

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

background-color css

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

 a { background-color: rgb(73,32,64); }

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

border-color css

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

 span { border-color: rgb(73,32,64); }

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