Html Css Color HEX #492042 Voodoo

📋 copy color: '#492042'

red 73 ◦ green 32 ◦ blue 66

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

Shades of Voodoo #492042

Tints of Voodoo #492042

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.71%

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

R = 42.69%
G = 18.71%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.10

 K value IS 0.71

RGB Variations

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

Color information

#492042 (or 0x492042) is known color: Voodoo. HEX triplet: 49, 20 and 42. RGB value is (73,32,66). Sum of RGB (Red+Green+Blue) = 73+32+66=171 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.69% from 171); Green value is 32 (12.89% from 255 or 18.71% from 171); Blue value is 66 (26.17% from 255 or 38.60% from 171); Max value from RGB is 73 - color contains mainly: red. Hex color #492042 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492042 is #B6DFBD. Grayscale: #303030. Windows color (decimal): -11984830 or 4333641. OLE color: 4333641.

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

Color convert

RGB 73 32 66 -
CMYK 0 0.56 0.10 0.71
HSL 310.24º 0.39% 0.21% -
HSV(B) 310.24º 0.56% 0.29% -
XYZ 4.25 2.84 5.48 -
YUV 48.14 138.08 145.74 -
System Red Green Blue C M Y K H S L
Decimal 73 32 66 0 0.56 0.10 0.71 310.24 0.39 0.21
Hex 49 20 42 0 38 A 47 136 27 15
Octal 111 40 102 0 70 12 107 466 47 25
Binary 1001001 100000 1000010 0 111000 1010 1000111 100110110 100111 10101

Color Harmonies of #492042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492042

Black with #492042

Text Example


Text Example

White with #492042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492042; }

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

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

background-color css

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

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

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

border-color css

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

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

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