Html Css Color HEX #492841 Voodoo

📋 copy color: '#492841'

red 73 ◦ green 40 ◦ blue 65

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

Shades of Voodoo #492841

Tints of Voodoo #492841

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.47%

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

R = 41.01%
G = 22.47%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#492841 (or 0x492841) is known color: Voodoo. HEX triplet: 49, 28 and 41. RGB value is (73,40,65). Sum of RGB (Red+Green+Blue) = 73+40+65=178 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.01% from 178); Green value is 40 (16.02% from 255 or 22.47% from 178); Blue value is 65 (25.78% from 255 or 36.52% from 178); Max value from RGB is 73 - color contains mainly: red. Hex color #492841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492841 is #B6D7BE. Grayscale: #343434. Windows color (decimal): -11982783 or 4270153. OLE color: 4270153.

HSL color Cylindrical-coordinate representation of color #492841: hue angle of 314.55º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #492841 is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 40 65 -
CMYK 0 0.45 0.11 0.71
HSL 314.55º 0.29% 0.22% -
HSV(B) 314.55º 0.45% 0.29% -
XYZ 4.46 3.32 5.41 -
YUV 52.72 134.93 142.47 -
System Red Green Blue C M Y K H S L
Decimal 73 40 65 0 0.45 0.11 0.71 314.55 0.29 0.22
Hex 49 28 41 0 2D B 47 13B 1D 16
Octal 111 50 101 0 55 13 107 473 35 26
Binary 1001001 101000 1000001 0 101101 1011 1000111 100111011 11101 10110

Color Harmonies of #492841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492841

Black with #492841

Text Example


Text Example

White with #492841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492841; }

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

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

background-color css

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

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

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

border-color css

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

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

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