Html Css Color HEX #491741 Voodoo

📋 copy color: '#491741'

red 73 ◦ green 23 ◦ blue 65

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

Shades of Voodoo #491741

Tints of Voodoo #491741

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.29%

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

R = 45.34%
G = 14.29%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#491741 (or 0x491741) is known color: Voodoo. HEX triplet: 49, 17 and 41. RGB value is (73,23,65). Sum of RGB (Red+Green+Blue) = 73+23+65=161 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.34% from 161); Green value is 23 (9.38% from 255 or 14.29% from 161); Blue value is 65 (25.78% from 255 or 40.37% from 161); Max value from RGB is 73 - color contains mainly: red. Hex color #491741 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491741 is #B6E8BE. Grayscale: #2A2A2A. Windows color (decimal): -11987135 or 4265801. OLE color: 4265801.

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

Color convert

RGB 73 23 65 -
CMYK 0 0.68 0.11 0.71
HSL 309.6º 0.52% 0.19% -
HSV(B) 309.6º 0.68% 0.29% -
XYZ 4.01 2.41 5.26 -
YUV 42.74 140.57 149.58 -
System Red Green Blue C M Y K H S L
Decimal 73 23 65 0 0.68 0.11 0.71 309.6 0.52 0.19
Hex 49 17 41 0 44 B 47 136 34 13
Octal 111 27 101 0 104 13 107 466 64 23
Binary 1001001 10111 1000001 0 1000100 1011 1000111 100110110 110100 10011

Color Harmonies of #491741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491741

Black with #491741

Text Example


Text Example

White with #491741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491741; }

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

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

background-color css

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

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

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

border-color css

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

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

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