Html Css Color HEX #493843 Voodoo

📋 copy color: '#493843'

red 73 ◦ green 56 ◦ blue 67

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

Shades of Voodoo #493843

Tints of Voodoo #493843

RGB

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

 GREEN value IS 56 (22.27% from 255) = 28.57%

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

R = 37.24%
G = 28.57%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.71

RGB Variations

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

Color information

#493843 (or 0x493843) is known color: Voodoo. HEX triplet: 49, 38 and 43. RGB value is (73,56,67). Sum of RGB (Red+Green+Blue) = 73+56+67=196 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.24% from 196); Green value is 56 (22.27% from 255 or 28.57% from 196); Blue value is 67 (26.56% from 255 or 34.18% from 196); Max value from RGB is 73 - color contains mainly: red. Hex color #493843 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493843 is #B6C7BC. Grayscale: #3E3E3E. Windows color (decimal): -11978685 or 4405321. OLE color: 4405321.

HSL color Cylindrical-coordinate representation of color #493843: hue angle of 321.18º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #493843 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 56 67 -
CMYK 0 0.23 0.08 0.71
HSL 321.18º 0.13% 0.25% -
HSV(B) 321.18º 0.23% 0.29% -
XYZ 5.17 4.65 5.93 -
YUV 62.34 130.63 135.61 -
System Red Green Blue C M Y K H S L
Decimal 73 56 67 0 0.23 0.08 0.71 321.18 0.13 0.25
Hex 49 38 43 0 17 8 47 141 D 19
Octal 111 70 103 0 27 10 107 501 15 31
Binary 1001001 111000 1000011 0 10111 1000 1000111 101000001 1101 11001

Color Harmonies of #493843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493843

Black with #493843

Text Example


Text Example

White with #493843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493843; }

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

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

background-color css

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

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

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

border-color css

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

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

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