Html Css Color HEX #493343 Voodoo

📋 copy color: '#493343'

red 73 ◦ green 51 ◦ blue 67

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

Shades of Voodoo #493343

Tints of Voodoo #493343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 35.08%

R = 38.22%
G = 26.7%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.08

 K value IS 0.71

RGB Variations

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

Color information

#493343 (or 0x493343) is known color: Voodoo. HEX triplet: 49, 33 and 43. RGB value is (73,51,67). Sum of RGB (Red+Green+Blue) = 73+51+67=191 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.22% from 191); Green value is 51 (20.31% from 255 or 26.70% from 191); Blue value is 67 (26.56% from 255 or 35.08% from 191); Max value from RGB is 73 - color contains mainly: red. Hex color #493343 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493343 is #B6CCBC. Grayscale: #3B3B3B. Windows color (decimal): -11979965 or 4404041. OLE color: 4404041.

HSL color Cylindrical-coordinate representation of color #493343: hue angle of 316.36º 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 #493343 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 51 67 -
CMYK 0 0.30 0.08 0.71
HSL 316.36º 0.18% 0.24% -
HSV(B) 316.36º 0.3% 0.29% -
XYZ 4.94 4.19 5.86 -
YUV 59.4 132.29 137.7 -
System Red Green Blue C M Y K H S L
Decimal 73 51 67 0 0.30 0.08 0.71 316.36 0.18 0.24
Hex 49 33 43 0 1E 8 47 13C 12 18
Octal 111 63 103 0 36 10 107 474 22 30
Binary 1001001 110011 1000011 0 11110 1000 1000111 100111100 10010 11000

Color Harmonies of #493343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493343

Black with #493343

Text Example


Text Example

White with #493343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493343; }

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

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

background-color css

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

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

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

border-color css

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

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

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