#490514

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

Shades of Rustic Red #490514

Tints of Rustic Red #490514

Color information

#490514 (or 0x490514) is unknown color: approx Rustic Red. HEX triplet: 49, 05 and 14. RGB value is (73,5,20). Sum of RGB (Red+Green+Blue) = 73+5+20=98 (12% of max value = 765). Red value is 73 (28.91% from 255 or 74.49% from 98); Green value is 5 (2.34% from 255 or 5.10% from 98); Blue value is 20 (8.20% from 255 or 20.41% from 98); Max value from RGB is 73 - color contains mainly: red. Hex color #490514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490514 is #B6FAEB. Grayscale: #1B1B1B. Windows color (decimal): -11991788 or 1312073. OLE color: 1312073.

HSL color Cylindrical-coordinate representation of color #490514: hue angle of 346.76º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490514 is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.71.

Color convert

RGB73520-
CMYK00.930.730.71
HSL346.76º87.18%15.29%-
HSV(B)346.76º93.15%28.63%-
XYZ2.931.580.81-
YUV27.04124.03160.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 74.49%
GREEN value IS 5 (2.34% from 255) = 5.10%
BLUE value IS 20 (8.20% from 255) = 20.41%
R=74.49%
G=5.10%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.73
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7352000.930.730.71346.7687.1815.29
Hex4951405D494715b57f
Octal111524013511110753312717
Binary100100110110100010111011001001100011110101101110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490514; }

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

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

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

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

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

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

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

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