#490709

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

Shades of Rustic Red #490709

Tints of Rustic Red #490709

Color information

#490709 (or 0x490709) is unknown color: approx Rustic Red. HEX triplet: 49, 07 and 09. RGB value is (73,7,9). Sum of RGB (Red+Green+Blue) = 73+7+9=89 (11% of max value = 765). Red value is 73 (28.91% from 255 or 82.02% from 89); Green value is 7 (3.12% from 255 or 7.87% from 89); Blue value is 9 (3.91% from 255 or 10.11% from 89); Max value from RGB is 73 - color contains mainly: red. Hex color #490709 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490709 is #B6F8F6. Grayscale: #1B1B1B. Windows color (decimal): -11991287 or 591689. OLE color: 591689.

HSL color Cylindrical-coordinate representation of color #490709: hue angle of 358.18º 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 #490709 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.71.

Color convert

RGB7379-
CMYK00.900.880.71
HSL358.18º82.5%15.69%-
HSV(B)358.18º90.41%28.63%-
XYZ2.871.590.41-
YUV26.96117.87160.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 82.02%
GREEN value IS 7 (3.12% from 255) = 7.87%
BLUE value IS 9 (3.91% from 255) = 10.11%
R=82.02%
G=7.87%
B=10.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.88
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal737900.900.880.71358.1882.515.69
Hex497905A58471665210
Octal111711013213010754612220
Binary100100111110010101101010110001000111101100110101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490709; }

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

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

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

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

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

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

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

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