#49283E

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

Shades of Voodoo #49283E

Tints of Voodoo #49283E

Color information

#49283E (or 0x49283E) is unknown color: approx Voodoo. HEX triplet: 49, 28 and 3E. RGB value is (73,40,62). Sum of RGB (Red+Green+Blue) = 73+40+62=175 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.71% from 175); Green value is 40 (16.02% from 255 or 22.86% from 175); Blue value is 62 (24.61% from 255 or 35.43% from 175); Max value from RGB is 73 - color contains mainly: red. Hex color #49283E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49283E is #B6D7C1. Grayscale: #343434. Windows color (decimal): -11982786 or 4073545. OLE color: 4073545.

HSL color Cylindrical-coordinate representation of color #49283E: hue angle of 320º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #49283E is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.71.

Color convert

RGB734062-
CMYK00.450.150.71
HSL320º29.2%22.16%-
HSV(B)320º45.21%28.63%-
XYZ4.383.284.96-
YUV52.37133.43142.71-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.71%
GREEN value IS 40 (16.02% from 255) = 22.86%
BLUE value IS 62 (24.61% from 255) = 35.43%
R=41.71%
G=22.86%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.15
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73406200.450.150.7132029.222.16
Hex49283E02DF471401d16
Octal1115076055171075003526
Binary10010011010001111100101101111110001111010000001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49283E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49283E; }

 p { color: rgb(73,40,62); }

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

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

 a { background-color: rgb(73,40,62); }

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

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

 span { border-color: rgb(73,40,62); }

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