#490714

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

Shades of Rustic Red #490714

Tints of Rustic Red #490714

Color information

#490714 (or 0x490714) is unknown color: approx Rustic Red. HEX triplet: 49, 07 and 14. RGB value is (73,7,20). Sum of RGB (Red+Green+Blue) = 73+7+20=100 (13% of max value = 765). Red value is 73 (28.91% from 255 or 73% from 100); Green value is 7 (3.12% from 255 or 7% from 100); Blue value is 20 (8.20% from 255 or 20% from 100); Max value from RGB is 73 - color contains mainly: red. Hex color #490714 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490714 is #B6F8EB. Grayscale: #1C1C1C. Windows color (decimal): -11991276 or 1312585. OLE color: 1312585.

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

Color convert

RGB73720-
CMYK00.900.730.71
HSL348.18º82.5%15.69%-
HSV(B)348.18º90.41%28.63%-
XYZ2.951.620.82-
YUV28.22123.37159.94-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 73%
GREEN value IS 7 (3.12% from 255) = 7%
BLUE value IS 20 (8.20% from 255) = 20%
R=73%
G=7%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.73
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7372000.900.730.71348.1882.515.69
Hex4971405A494715c5210
Octal111724013211110753412220
Binary1001001111101000101101010010011000111101011100101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490714; }

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

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

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

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

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

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

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

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