Html Css Color HEX #492941 Voodoo

📋 copy color: '#492941'

red 73 ◦ green 41 ◦ blue 65

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

Shades of Voodoo #492941

Tints of Voodoo #492941

RGB

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

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

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

R = 40.78%
G = 22.91%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#492941 (or 0x492941) is known color: Voodoo. HEX triplet: 49, 29 and 41. RGB value is (73,41,65). Sum of RGB (Red+Green+Blue) = 73+41+65=179 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.78% from 179); Green value is 41 (16.41% from 255 or 22.91% from 179); Blue value is 65 (25.78% from 255 or 36.31% from 179); Max value from RGB is 73 - color contains mainly: red. Hex color #492941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492941 is #B6D6BE. Grayscale: #353535. Windows color (decimal): -11982527 or 4270409. OLE color: 4270409.

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

Color convert

RGB 73 41 65 -
CMYK 0 0.44 0.11 0.71
HSL 315º 0.28% 0.22% -
HSV(B) 315º 0.44% 0.29% -
XYZ 4.49 3.38 5.42 -
YUV 53.3 134.6 142.05 -
System Red Green Blue C M Y K H S L
Decimal 73 41 65 0 0.44 0.11 0.71 315 0.28 0.22
Hex 49 29 41 0 2C B 47 13B 1C 16
Octal 111 51 101 0 54 13 107 473 34 26
Binary 1001001 101001 1000001 0 101100 1011 1000111 100111011 11100 10110

Color Harmonies of #492941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492941

Black with #492941

Text Example


Text Example

White with #492941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492941; }

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

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

background-color css

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

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

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

border-color css

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

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

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