#490609

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

Shades of Rustic Red #490609

Tints of Rustic Red #490609

Color information

#490609 (or 0x490609) is unknown color: approx Rustic Red. HEX triplet: 49, 06 and 09. RGB value is (73,6,9). Sum of RGB (Red+Green+Blue) = 73+6+9=88 (11% of max value = 765). Red value is 73 (28.91% from 255 or 82.95% from 88); Green value is 6 (2.73% from 255 or 6.82% from 88); Blue value is 9 (3.91% from 255 or 10.23% from 88); Max value from RGB is 73 - color contains mainly: red. Hex color #490609 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490609 is #B6F9F6. Grayscale: #1A1A1A. Windows color (decimal): -11991543 or 591433. OLE color: 591433.

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

Color convert

RGB7369-
CMYK00.920.880.71
HSL357.31º84.81%15.49%-
HSV(B)357.31º91.78%28.63%-
XYZ2.861.570.41-
YUV26.37118.2161.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 82.95%
GREEN value IS 6 (2.73% from 255) = 6.82%
BLUE value IS 9 (3.91% from 255) = 10.23%
R=82.95%
G=6.82%
B=10.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.88
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal736900.920.880.71357.3184.8115.49
Hex496905C584716555f
Octal111611013413010754512517
Binary10010011101001010111001011000100011110110010110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490609; }

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

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

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

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

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

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

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

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