#492143

Color #492143 Voodoo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Voodoo #492143

Tints of Voodoo #492143

Color information

#492143 (or 0x492143) is unknown color: approx Voodoo. HEX triplet: 49, 21 and 43. RGB value is (73,33,67). Sum of RGB (Red+Green+Blue) = 73+33+67=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 33 (13.28% from 255 or 19.08% from 173); Blue value is 67 (26.56% from 255 or 38.73% from 173); Max value from RGB is 73 - color contains mainly: red. Hex color #492143 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492143 is #B6DEBC. Grayscale: #303030. Windows color (decimal): -11984573 or 4399433. OLE color: 4399433.

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

Color convert

RGB733367-
CMYK00.550.080.71
HSL309º37.74%20.78%-
HSV(B)309º54.79%28.63%-
XYZ4.32.915.64-
YUV48.84138.25145.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 42.20%
GREEN value IS 33 (13.28% from 255) = 19.08%
BLUE value IS 67 (26.56% from 255) = 38.73%
R=42.20%
G=19.08%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.08
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73336700.550.080.7130937.7420.78
Hex4921430378471352615
Octal11141103067101074654625
Binary1001001100001100001101101111000100011110011010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492143; }

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

 H1.HeaderClassName
 {
   color: #492143;
 }
 .AnyTagClassName
 {
   color: #492143;
 }
</style>
background-color css

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

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

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

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

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

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