Html Css Color HEX #493042 Voodoo

📋 copy color: '#493042'

red 73 ◦ green 48 ◦ blue 66

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

Shades of Voodoo #493042

Tints of Voodoo #493042

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.67%

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

R = 39.04%
G = 25.67%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.10

 K value IS 0.71

RGB Variations

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

Color information

#493042 (or 0x493042) is known color: Voodoo. HEX triplet: 49, 30 and 42. RGB value is (73,48,66). Sum of RGB (Red+Green+Blue) = 73+48+66=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 48 (19.14% from 255 or 25.67% from 187); Blue value is 66 (26.17% from 255 or 35.29% from 187); Max value from RGB is 73 - color contains mainly: red. Hex color #493042 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493042 is #B6CFBD. Grayscale: #393939. Windows color (decimal): -11980734 or 4337737. OLE color: 4337737.

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

Color convert

RGB 73 48 66 -
CMYK 0 0.34 0.10 0.71
HSL 316.8º 0.21% 0.24% -
HSV(B) 316.8º 0.34% 0.29% -
XYZ 4.79 3.92 5.66 -
YUV 57.53 132.78 139.04 -
System Red Green Blue C M Y K H S L
Decimal 73 48 66 0 0.34 0.10 0.71 316.8 0.21 0.24
Hex 49 30 42 0 22 A 47 13D 15 18
Octal 111 60 102 0 42 12 107 475 25 30
Binary 1001001 110000 1000010 0 100010 1010 1000111 100111101 10101 11000

Color Harmonies of #493042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493042

Black with #493042

Text Example


Text Example

White with #493042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493042; }

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

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

background-color css

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

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

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

border-color css

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

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

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