Html Css Color HEX #493242 Voodoo

📋 copy color: '#493242'

red 73 ◦ green 50 ◦ blue 66

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

Shades of Voodoo #493242

Tints of Voodoo #493242

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.46%

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

R = 38.62%
G = 26.46%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.71

RGB Variations

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

Color information

#493242 (or 0x493242) is known color: Voodoo. HEX triplet: 49, 32 and 42. RGB value is (73,50,66). Sum of RGB (Red+Green+Blue) = 73+50+66=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 50 (19.92% from 255 or 26.46% from 189); Blue value is 66 (26.17% from 255 or 34.92% from 189); Max value from RGB is 73 - color contains mainly: red. Hex color #493242 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493242 is #B6CDBD. Grayscale: #3A3A3A. Windows color (decimal): -11980222 or 4338249. OLE color: 4338249.

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

Color convert

RGB 73 50 66 -
CMYK 0 0.32 0.10 0.71
HSL 318.26º 0.19% 0.24% -
HSV(B) 318.26º 0.32% 0.29% -
XYZ 4.87 4.09 5.69 -
YUV 58.7 132.12 138.2 -
System Red Green Blue C M Y K H S L
Decimal 73 50 66 0 0.32 0.10 0.71 318.26 0.19 0.24
Hex 49 32 42 0 20 A 47 13E 13 18
Octal 111 62 102 0 40 12 107 476 23 30
Binary 1001001 110010 1000010 0 100000 1010 1000111 100111110 10011 11000

Color Harmonies of #493242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493242

Black with #493242

Text Example


Text Example

White with #493242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493242; }

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

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

background-color css

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

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

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

border-color css

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

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

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