Html Css Color HEX #491F41 Voodoo

📋 copy color: '#491F41'

red 73 ◦ green 31 ◦ blue 65

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

Shades of Voodoo #491F41

Tints of Voodoo #491F41

RGB

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

 GREEN value IS 31 (12.5% from 255) = 18.34%

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

R = 43.2%
G = 18.34%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#491F41 (or 0x491F41) is known color: Voodoo. HEX triplet: 49, 1F and 41. RGB value is (73,31,65). Sum of RGB (Red+Green+Blue) = 73+31+65=169 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.20% from 169); Green value is 31 (12.5% from 255 or 18.34% from 169); Blue value is 65 (25.78% from 255 or 38.46% from 169); Max value from RGB is 73 - color contains mainly: red. Hex color #491F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491F41 is #B6E0BE. Grayscale: #2F2F2F. Windows color (decimal): -11985087 or 4267849. OLE color: 4267849.

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

Color convert

RGB 73 31 65 -
CMYK 0 0.58 0.11 0.71
HSL 311.43º 0.4% 0.2% -
HSV(B) 311.43º 0.58% 0.29% -
XYZ 4.19 2.78 5.32 -
YUV 47.43 137.91 146.24 -
System Red Green Blue C M Y K H S L
Decimal 73 31 65 0 0.58 0.11 0.71 311.43 0.4 0.2
Hex 49 1F 41 0 3A B 47 137 28 14
Octal 111 37 101 0 72 13 107 467 50 24
Binary 1001001 11111 1000001 0 111010 1011 1000111 100110111 101000 10100

Color Harmonies of #491F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491F41

Black with #491F41

Text Example


Text Example

White with #491F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491F41; }

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

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

background-color css

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

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

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

border-color css

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

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

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