Html Css Color HEX #493041 Voodoo

📋 copy color: '#493041'

red 73 ◦ green 48 ◦ blue 65

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

Shades of Voodoo #493041

Tints of Voodoo #493041

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.81%

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

R = 39.25%
G = 25.81%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#493041 (or 0x493041) is known color: Voodoo. HEX triplet: 49, 30 and 41. RGB value is (73,48,65). Sum of RGB (Red+Green+Blue) = 73+48+65=186 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.25% from 186); Green value is 48 (19.14% from 255 or 25.81% from 186); Blue value is 65 (25.78% from 255 or 34.95% from 186); Max value from RGB is 73 - color contains mainly: red. Hex color #493041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493041 is #B6CFBE. Grayscale: #393939. Windows color (decimal): -11980735 or 4272201. OLE color: 4272201.

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

Color convert

RGB 73 48 65 -
CMYK 0 0.34 0.11 0.71
HSL 319.2º 0.21% 0.24% -
HSV(B) 319.2º 0.34% 0.29% -
XYZ 4.76 3.91 5.51 -
YUV 57.41 132.28 139.12 -
System Red Green Blue C M Y K H S L
Decimal 73 48 65 0 0.34 0.11 0.71 319.2 0.21 0.24
Hex 49 30 41 0 22 B 47 13F 15 18
Octal 111 60 101 0 42 13 107 477 25 30
Binary 1001001 110000 1000001 0 100010 1011 1000111 100111111 10101 11000

Color Harmonies of #493041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493041

Black with #493041

Text Example


Text Example

White with #493041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493041; }

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

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

background-color css

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

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

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

border-color css

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

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

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