#490813

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

Shades of Rustic Red #490813

Tints of Rustic Red #490813

Color information

#490813 (or 0x490813) is unknown color: approx Rustic Red. HEX triplet: 49, 08 and 13. RGB value is (73,8,19). Sum of RGB (Red+Green+Blue) = 73+8+19=100 (13% of max value = 765). Red value is 73 (28.91% from 255 or 73% from 100); Green value is 8 (3.52% from 255 or 8% from 100); Blue value is 19 (7.81% from 255 or 19% from 100); Max value from RGB is 73 - color contains mainly: red. Hex color #490813 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490813 is #B6F7EC. Grayscale: #1C1C1C. Windows color (decimal): -11991021 or 1247305. OLE color: 1247305.

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

Color convert

RGB73819-
CMYK00.890.740.71
HSL349.85º80.25%15.88%-
HSV(B)349.85º89.04%28.63%-
XYZ2.951.640.78-
YUV28.69122.53159.61-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 73%
GREEN value IS 8 (3.52% from 255) = 8%
BLUE value IS 19 (7.81% from 255) = 19%
R=73%
G=8%
B=19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.74
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7381900.890.740.71349.8580.2515.88
Hex498130594A4715e5010
Octal1111023013111210753612020
Binary10010011000100110101100110010101000111101011110101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490813; }

 p { color: rgb(73,8,19); }

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

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

 a { background-color: rgb(73,8,19); }

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

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

 span { border-color: rgb(73,8,19); }

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