Html Css Color HEX #492A42 Voodoo

📋 copy color: '#492A42'

red 73 ◦ green 42 ◦ blue 66

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

Shades of Voodoo #492A42

Tints of Voodoo #492A42

RGB

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

 GREEN value IS 42 (16.8% from 255) = 23.2%

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

R = 40.33%
G = 23.2%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.71

RGB Variations

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

Color information

#492A42 (or 0x492A42) is known color: Voodoo. HEX triplet: 49, 2A and 42. RGB value is (73,42,66). Sum of RGB (Red+Green+Blue) = 73+42+66=181 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.33% from 181); Green value is 42 (16.80% from 255 or 23.20% from 181); Blue value is 66 (26.17% from 255 or 36.46% from 181); Max value from RGB is 73 - color contains mainly: red. Hex color #492A42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492A42 is #B6D5BD. Grayscale: #353535. Windows color (decimal): -11982270 or 4336201. OLE color: 4336201.

HSL color Cylindrical-coordinate representation of color #492A42: hue angle of 313.55º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #492A42 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 42 66 -
CMYK 0 0.42 0.10 0.71
HSL 313.55º 0.27% 0.23% -
HSV(B) 313.55º 0.42% 0.29% -
XYZ 4.56 3.47 5.58 -
YUV 54.01 134.77 141.55 -
System Red Green Blue C M Y K H S L
Decimal 73 42 66 0 0.42 0.10 0.71 313.55 0.27 0.23
Hex 49 2A 42 0 2A A 47 13A 1B 17
Octal 111 52 102 0 52 12 107 472 33 27
Binary 1001001 101010 1000010 0 101010 1010 1000111 100111010 11011 10111

Color Harmonies of #492A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492A42

Black with #492A42

Text Example


Text Example

White with #492A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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