Html Css Color HEX #492940 Voodoo

📋 copy color: '#492940'

red 73 ◦ green 41 ◦ blue 64

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

Shades of Voodoo #492940

Tints of Voodoo #492940

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.03%

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

R = 41.01%
G = 23.03%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#492940 (or 0x492940) is known color: Voodoo. HEX triplet: 49, 29 and 40. RGB value is (73,41,64). Sum of RGB (Red+Green+Blue) = 73+41+64=178 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.01% from 178); Green value is 41 (16.41% from 255 or 23.03% from 178); Blue value is 64 (25.39% from 255 or 35.96% from 178); Max value from RGB is 73 - color contains mainly: red. Hex color #492940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492940 is #B6D6BF. Grayscale: #353535. Windows color (decimal): -11982528 or 4204873. OLE color: 4204873.

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

Color convert

RGB 73 41 64 -
CMYK 0 0.44 0.12 0.71
HSL 316.88º 0.28% 0.22% -
HSV(B) 316.88º 0.44% 0.29% -
XYZ 4.47 3.37 5.27 -
YUV 53.19 134.1 142.13 -
System Red Green Blue C M Y K H S L
Decimal 73 41 64 0 0.44 0.12 0.71 316.88 0.28 0.22
Hex 49 29 40 0 2C C 47 13D 1C 16
Octal 111 51 100 0 54 14 107 475 34 26
Binary 1001001 101001 1000000 0 101100 1100 1000111 100111101 11100 10110

Color Harmonies of #492940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492940

Black with #492940

Text Example


Text Example

White with #492940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492940; }

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

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

background-color css

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

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

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

border-color css

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

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

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