#49263E

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

Shades of Voodoo #49263E

Tints of Voodoo #49263E

Color information

#49263E (or 0x49263E) is unknown color: approx Voodoo. HEX triplet: 49, 26 and 3E. RGB value is (73,38,62). Sum of RGB (Red+Green+Blue) = 73+38+62=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 38 (15.23% from 255 or 21.97% from 173); Blue value is 62 (24.61% from 255 or 35.84% from 173); Max value from RGB is 73 - color contains mainly: red. Hex color #49263E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49263E is #B6D9C1. Grayscale: #333333. Windows color (decimal): -11983298 or 4073033. OLE color: 4073033.

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

Color convert

RGB733862-
CMYK00.480.150.71
HSL318.86º31.53%21.76%-
HSV(B)318.86º47.95%28.63%-
XYZ4.313.154.94-
YUV51.2134.1143.55-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 42.20%
GREEN value IS 38 (15.23% from 255) = 21.97%
BLUE value IS 62 (24.61% from 255) = 35.84%
R=42.20%
G=21.97%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73386200.480.150.71318.8631.5321.76
Hex49263E030F4713f2016
Octal1114676060171074774026
Binary100100110011011111001100001111100011110011111110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49263E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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