Html Css Color HEX #492242 Voodoo

📋 copy color: '#492242'

red 73 ◦ green 34 ◦ blue 66

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

Shades of Voodoo #492242

Tints of Voodoo #492242

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.65%

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

R = 42.2%
G = 19.65%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.71

RGB Variations

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

Color information

#492242 (or 0x492242) is known color: Voodoo. HEX triplet: 49, 22 and 42. RGB value is (73,34,66). Sum of RGB (Red+Green+Blue) = 73+34+66=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 34 (13.67% from 255 or 19.65% from 173); Blue value is 66 (26.17% from 255 or 38.15% from 173); Max value from RGB is 73 - color contains mainly: red. Hex color #492242 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492242 is #B6DDBD. Grayscale: #313131. Windows color (decimal): -11984318 or 4334153. OLE color: 4334153.

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

Color convert

RGB 73 34 66 -
CMYK 0 0.53 0.10 0.71
HSL 310.77º 0.36% 0.21% -
HSV(B) 310.77º 0.53% 0.29% -
XYZ 4.3 2.95 5.5 -
YUV 49.31 137.42 144.9 -
System Red Green Blue C M Y K H S L
Decimal 73 34 66 0 0.53 0.10 0.71 310.77 0.36 0.21
Hex 49 22 42 0 35 A 47 137 24 15
Octal 111 42 102 0 65 12 107 467 44 25
Binary 1001001 100010 1000010 0 110101 1010 1000111 100110111 100100 10101

Color Harmonies of #492242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492242

Black with #492242

Text Example


Text Example

White with #492242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492242; }

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

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

background-color css

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

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

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

border-color css

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

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

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