Html Css Color HEX #492942 Voodoo

📋 copy color: '#492942'

red 73 ◦ green 41 ◦ blue 66

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

Shades of Voodoo #492942

Tints of Voodoo #492942

RGB

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

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

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

R = 40.56%
G = 22.78%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.10

 K value IS 0.71

RGB Variations

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

Color information

#492942 (or 0x492942) is known color: Voodoo. HEX triplet: 49, 29 and 42. RGB value is (73,41,66). Sum of RGB (Red+Green+Blue) = 73+41+66=180 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.56% from 180); Green value is 41 (16.41% from 255 or 22.78% from 180); Blue value is 66 (26.17% from 255 or 36.67% from 180); Max value from RGB is 73 - color contains mainly: red. Hex color #492942 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492942 is #B6D6BD. Grayscale: #353535. Windows color (decimal): -11982526 or 4335945. OLE color: 4335945.

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

Color convert

RGB 73 41 66 -
CMYK 0 0.44 0.10 0.71
HSL 313.13º 0.28% 0.22% -
HSV(B) 313.13º 0.44% 0.29% -
XYZ 4.52 3.4 5.57 -
YUV 53.42 135.1 141.97 -
System Red Green Blue C M Y K H S L
Decimal 73 41 66 0 0.44 0.10 0.71 313.13 0.28 0.22
Hex 49 29 42 0 2C A 47 139 1C 16
Octal 111 51 102 0 54 12 107 471 34 26
Binary 1001001 101001 1000010 0 101100 1010 1000111 100111001 11100 10110

Color Harmonies of #492942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492942

Black with #492942

Text Example


Text Example

White with #492942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492942; }

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

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

background-color css

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

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

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

border-color css

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

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

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