Html Css Color HEX #493341 Voodoo

📋 copy color: '#493341'

red 73 ◦ green 51 ◦ blue 65

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

Shades of Voodoo #493341

Tints of Voodoo #493341

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.98%

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

R = 38.62%
G = 26.98%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#493341 (or 0x493341) is known color: Voodoo. HEX triplet: 49, 33 and 41. RGB value is (73,51,65). Sum of RGB (Red+Green+Blue) = 73+51+65=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 51 (20.31% from 255 or 26.98% from 189); Blue value is 65 (25.78% from 255 or 34.39% from 189); Max value from RGB is 73 - color contains mainly: red. Hex color #493341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493341 is #B6CCBE. Grayscale: #3B3B3B. Windows color (decimal): -11979967 or 4272969. OLE color: 4272969.

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

Color convert

RGB 73 51 65 -
CMYK 0 0.30 0.11 0.71
HSL 321.82º 0.18% 0.24% -
HSV(B) 321.82º 0.3% 0.29% -
XYZ 4.89 4.17 5.55 -
YUV 59.17 131.29 137.86 -
System Red Green Blue C M Y K H S L
Decimal 73 51 65 0 0.30 0.11 0.71 321.82 0.18 0.24
Hex 49 33 41 0 1E B 47 142 12 18
Octal 111 63 101 0 36 13 107 502 22 30
Binary 1001001 110011 1000001 0 11110 1011 1000111 101000010 10010 11000

Color Harmonies of #493341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493341

Black with #493341

Text Example


Text Example

White with #493341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493341; }

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

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

background-color css

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

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

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

border-color css

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

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

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