Html Css Color HEX #492041 Voodoo

📋 copy color: '#492041'

red 73 ◦ green 32 ◦ blue 65

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

Shades of Voodoo #492041

Tints of Voodoo #492041

RGB

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

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

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

R = 42.94%
G = 18.82%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#492041 (or 0x492041) is known color: Voodoo. HEX triplet: 49, 20 and 41. RGB value is (73,32,65). Sum of RGB (Red+Green+Blue) = 73+32+65=170 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.94% from 170); Green value is 32 (12.89% from 255 or 18.82% from 170); Blue value is 65 (25.78% from 255 or 38.24% from 170); Max value from RGB is 73 - color contains mainly: red. Hex color #492041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492041 is #B6DFBE. Grayscale: #2F2F2F. Windows color (decimal): -11984831 or 4268105. OLE color: 4268105.

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

Color convert

RGB 73 32 65 -
CMYK 0 0.56 0.11 0.71
HSL 311.71º 0.39% 0.21% -
HSV(B) 311.71º 0.56% 0.29% -
XYZ 4.22 2.83 5.33 -
YUV 48.02 137.58 145.82 -
System Red Green Blue C M Y K H S L
Decimal 73 32 65 0 0.56 0.11 0.71 311.71 0.39 0.21
Hex 49 20 41 0 38 B 47 138 27 15
Octal 111 40 101 0 70 13 107 470 47 25
Binary 1001001 100000 1000001 0 111000 1011 1000111 100111000 100111 10101

Color Harmonies of #492041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492041

Black with #492041

Text Example


Text Example

White with #492041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492041; }

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

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

background-color css

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

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

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

border-color css

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

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

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