#490711

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

Shades of Rustic Red #490711

Tints of Rustic Red #490711

Color information

#490711 (or 0x490711) is unknown color: approx Rustic Red. HEX triplet: 49, 07 and 11. RGB value is (73,7,17). Sum of RGB (Red+Green+Blue) = 73+7+17=97 (12% of max value = 765). Red value is 73 (28.91% from 255 or 75.26% from 97); Green value is 7 (3.12% from 255 or 7.22% from 97); Blue value is 17 (7.03% from 255 or 17.53% from 97); Max value from RGB is 73 - color contains mainly: red. Hex color #490711 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490711 is #B6F8EE. Grayscale: #1B1B1B. Windows color (decimal): -11991279 or 1115977. OLE color: 1115977.

HSL color Cylindrical-coordinate representation of color #490711: hue angle of 350.91º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #490711 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.71.

Color convert

RGB73717-
CMYK00.900.770.71
HSL350.91º82.5%15.69%-
HSV(B)350.91º90.41%28.63%-
XYZ2.921.610.69-
YUV27.87121.87160.19-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 75.26%
GREEN value IS 7 (3.12% from 255) = 7.22%
BLUE value IS 17 (7.03% from 255) = 17.53%
R=75.26%
G=7.22%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.77
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7371700.900.770.71350.9182.515.69
Hex4971105A4D4715f5210
Octal111721013211510753712220
Binary1001001111100010101101010011011000111101011111101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490711; }

 p { color: rgb(73,7,17); }

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

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

 a { background-color: rgb(73,7,17); }

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

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

 span { border-color: rgb(73,7,17); }

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