#492541

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

Shades of Voodoo #492541

Tints of Voodoo #492541

Color information

#492541 (or 0x492541) is unknown color: approx Voodoo. HEX triplet: 49, 25 and 41. RGB value is (73,37,65). Sum of RGB (Red+Green+Blue) = 73+37+65=175 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.71% from 175); Green value is 37 (14.84% from 255 or 21.14% from 175); Blue value is 65 (25.78% from 255 or 37.14% from 175); Max value from RGB is 73 - color contains mainly: red. Hex color #492541 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492541 is #B6DABE. Grayscale: #323232. Windows color (decimal): -11983551 or 4269385. OLE color: 4269385.

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

Color convert

RGB733765-
CMYK00.490.110.71
HSL313.33º32.73%21.57%-
HSV(B)313.33º49.32%28.63%-
XYZ4.363.125.37-
YUV50.96135.93143.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.71%
GREEN value IS 37 (14.84% from 255) = 21.14%
BLUE value IS 65 (25.78% from 255) = 37.14%
R=41.71%
G=21.14%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.11
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73376500.490.110.71313.3332.7321.57
Hex492541031B471392116
Octal11145101061131074714126
Binary1001001100101100000101100011011100011110011100110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492541; }

 p { color: rgb(73,37,65); }

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

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

 a { background-color: rgb(73,37,65); }

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

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

 span { border-color: rgb(73,37,65); }

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