Html Css Color HEX #491941 Voodoo

📋 copy color: '#491941'

red 73 ◦ green 25 ◦ blue 65

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

Shades of Voodoo #491941

Tints of Voodoo #491941

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.34%

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

R = 44.79%
G = 15.34%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#491941 (or 0x491941) is known color: Voodoo. HEX triplet: 49, 19 and 41. RGB value is (73,25,65). Sum of RGB (Red+Green+Blue) = 73+25+65=163 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.79% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 65 (25.78% from 255 or 39.88% from 163); Max value from RGB is 73 - color contains mainly: red. Hex color #491941 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491941 is #B6E6BE. Grayscale: #2B2B2B. Windows color (decimal): -11986623 or 4266313. OLE color: 4266313.

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

Color convert

RGB 73 25 65 -
CMYK 0 0.66 0.11 0.71
HSL 310º 0.49% 0.19% -
HSV(B) 310º 0.66% 0.29% -
XYZ 4.05 2.49 5.27 -
YUV 43.91 139.9 148.75 -
System Red Green Blue C M Y K H S L
Decimal 73 25 65 0 0.66 0.11 0.71 310 0.49 0.19
Hex 49 19 41 0 42 B 47 136 31 13
Octal 111 31 101 0 102 13 107 466 61 23
Binary 1001001 11001 1000001 0 1000010 1011 1000111 100110110 110001 10011

Color Harmonies of #491941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491941

Black with #491941

Text Example


Text Example

White with #491941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491941; }

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

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

background-color css

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

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

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

border-color css

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

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

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