#490610

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

Shades of Rustic Red #490610

Tints of Rustic Red #490610

Color information

#490610 (or 0x490610) is unknown color: approx Rustic Red. HEX triplet: 49, 06 and 10. RGB value is (73,6,16). Sum of RGB (Red+Green+Blue) = 73+6+16=95 (12% of max value = 765). Red value is 73 (28.91% from 255 or 76.84% from 95); Green value is 6 (2.73% from 255 or 6.32% from 95); Blue value is 16 (6.64% from 255 or 16.84% from 95); Max value from RGB is 73 - color contains mainly: red. Hex color #490610 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490610 is #B6F9EF. Grayscale: #1B1B1B. Windows color (decimal): -11991536 or 1050185. OLE color: 1050185.

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

Color convert

RGB73616-
CMYK00.920.780.71
HSL351.04º84.81%15.49%-
HSV(B)351.04º91.78%28.63%-
XYZ2.911.580.64-
YUV27.17121.7160.69-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 76.84%
GREEN value IS 6 (2.73% from 255) = 6.32%
BLUE value IS 16 (6.64% from 255) = 16.84%
R=76.84%
G=6.32%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.78
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7361600.920.780.71351.0484.8115.49
Hex4961005C4E4715f55f
Octal111620013411610753712517
Binary100100111010000010111001001110100011110101111110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490610; }

 p { color: rgb(73,6,16); }

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

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

 a { background-color: rgb(73,6,16); }

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

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

 span { border-color: rgb(73,6,16); }

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