Html Css Color HEX #491B41 Voodoo

📋 copy color: '#491B41'

red 73 ◦ green 27 ◦ blue 65

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

Shades of Voodoo #491B41

Tints of Voodoo #491B41

RGB

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

 GREEN value IS 27 (10.94% from 255) = 16.36%

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

R = 44.24%
G = 16.36%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#491B41 (or 0x491B41) is known color: Voodoo. HEX triplet: 49, 1B and 41. RGB value is (73,27,65). Sum of RGB (Red+Green+Blue) = 73+27+65=165 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.24% from 165); Green value is 27 (10.94% from 255 or 16.36% from 165); Blue value is 65 (25.78% from 255 or 39.39% from 165); Max value from RGB is 73 - color contains mainly: red. Hex color #491B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491B41 is #B6E4BE. Grayscale: #2C2C2C. Windows color (decimal): -11986111 or 4266825. OLE color: 4266825.

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

Color convert

RGB 73 27 65 -
CMYK 0 0.63 0.11 0.71
HSL 310.43º 0.46% 0.2% -
HSV(B) 310.43º 0.63% 0.29% -
XYZ 4.09 2.58 5.28 -
YUV 45.09 139.24 147.91 -
System Red Green Blue C M Y K H S L
Decimal 73 27 65 0 0.63 0.11 0.71 310.43 0.46 0.2
Hex 49 1B 41 0 3F B 47 136 2E 14
Octal 111 33 101 0 77 13 107 466 56 24
Binary 1001001 11011 1000001 0 111111 1011 1000111 100110110 101110 10100

Color Harmonies of #491B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491B41

Black with #491B41

Text Example


Text Example

White with #491B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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