Html Css Color HEX #493342 Voodoo

📋 copy color: '#493342'

red 73 ◦ green 51 ◦ blue 66

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

Shades of Voodoo #493342

Tints of Voodoo #493342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 34.74%

R = 38.42%
G = 26.84%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.10

 K value IS 0.71

RGB Variations

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

Color information

#493342 (or 0x493342) is known color: Voodoo. HEX triplet: 49, 33 and 42. RGB value is (73,51,66). Sum of RGB (Red+Green+Blue) = 73+51+66=190 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.42% from 190); Green value is 51 (20.31% from 255 or 26.84% from 190); Blue value is 66 (26.17% from 255 or 34.74% from 190); Max value from RGB is 73 - color contains mainly: red. Hex color #493342 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493342 is #B6CCBD. Grayscale: #3B3B3B. Windows color (decimal): -11979966 or 4338505. OLE color: 4338505.

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

Color convert

RGB 73 51 66 -
CMYK 0 0.30 0.10 0.71
HSL 319.09º 0.18% 0.24% -
HSV(B) 319.09º 0.3% 0.29% -
XYZ 4.91 4.18 5.7 -
YUV 59.29 131.79 137.78 -
System Red Green Blue C M Y K H S L
Decimal 73 51 66 0 0.30 0.10 0.71 319.09 0.18 0.24
Hex 49 33 42 0 1E A 47 13F 12 18
Octal 111 63 102 0 36 12 107 477 22 30
Binary 1001001 110011 1000010 0 11110 1010 1000111 100111111 10010 11000

Color Harmonies of #493342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493342

Black with #493342

Text Example


Text Example

White with #493342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493342; }

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

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

background-color css

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

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

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

border-color css

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

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

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