#490911

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

Shades of Rustic Red #490911

Tints of Rustic Red #490911

Color information

#490911 (or 0x490911) is unknown color: approx Rustic Red. HEX triplet: 49, 09 and 11. RGB value is (73,9,17). Sum of RGB (Red+Green+Blue) = 73+9+17=99 (13% of max value = 765). Red value is 73 (28.91% from 255 or 73.74% from 99); Green value is 9 (3.91% from 255 or 9.09% from 99); Blue value is 17 (7.03% from 255 or 17.17% from 99); Max value from RGB is 73 - color contains mainly: red. Hex color #490911 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490911 is #B6F6EE. Grayscale: #1D1D1D. Windows color (decimal): -11990767 or 1116489. OLE color: 1116489.

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

Color convert

RGB73917-
CMYK00.880.770.71
HSL352.5º78.05%16.08%-
HSV(B)352.5º87.67%28.63%-
XYZ2.951.650.69-
YUV29.05121.2159.35-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 73.74%
GREEN value IS 9 (3.91% from 255) = 9.09%
BLUE value IS 17 (7.03% from 255) = 17.17%
R=73.74%
G=9.09%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.77
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7391700.880.770.71352.578.0516.08
Hex499110584D471604e10
Octal1111121013011510754011620
Binary10010011001100010101100010011011000111101100000100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490911; }

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

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

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

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

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

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

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

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