Html Css Color HEX #491841 Voodoo

📋 copy color: '#491841'

red 73 ◦ green 24 ◦ blue 65

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

Shades of Voodoo #491841

Tints of Voodoo #491841

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.81%

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

R = 45.06%
G = 14.81%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#491841 (or 0x491841) is known color: Voodoo. HEX triplet: 49, 18 and 41. RGB value is (73,24,65). Sum of RGB (Red+Green+Blue) = 73+24+65=162 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.06% from 162); Green value is 24 (9.77% from 255 or 14.81% from 162); Blue value is 65 (25.78% from 255 or 40.12% from 162); Max value from RGB is 73 - color contains mainly: red. Hex color #491841 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491841 is #B6E7BE. Grayscale: #2B2B2B. Windows color (decimal): -11986879 or 4266057. OLE color: 4266057.

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

Color convert

RGB 73 24 65 -
CMYK 0 0.67 0.11 0.71
HSL 309.8º 0.51% 0.19% -
HSV(B) 309.8º 0.67% 0.29% -
XYZ 4.03 2.45 5.26 -
YUV 43.33 140.23 149.17 -
System Red Green Blue C M Y K H S L
Decimal 73 24 65 0 0.67 0.11 0.71 309.8 0.51 0.19
Hex 49 18 41 0 43 B 47 136 33 13
Octal 111 30 101 0 103 13 107 466 63 23
Binary 1001001 11000 1000001 0 1000011 1011 1000111 100110110 110011 10011

Color Harmonies of #491841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491841

Black with #491841

Text Example


Text Example

White with #491841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491841; }

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

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

background-color css

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

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

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

border-color css

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

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

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