#490814

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

Shades of Rustic Red #490814

Tints of Rustic Red #490814

Color information

#490814 (or 0x490814) is unknown color: approx Rustic Red. HEX triplet: 49, 08 and 14. RGB value is (73,8,20). Sum of RGB (Red+Green+Blue) = 73+8+20=101 (13% of max value = 765). Red value is 73 (28.91% from 255 or 72.28% from 101); Green value is 8 (3.52% from 255 or 7.92% from 101); Blue value is 20 (8.20% from 255 or 19.80% from 101); Max value from RGB is 73 - color contains mainly: red. Hex color #490814 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490814 is #B6F7EB. Grayscale: #1C1C1C. Windows color (decimal): -11991020 or 1312841. OLE color: 1312841.

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

Color convert

RGB73820-
CMYK00.890.730.71
HSL348.92º80.25%15.88%-
HSV(B)348.92º89.04%28.63%-
XYZ2.961.640.82-
YUV28.8123.03159.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 72.28%
GREEN value IS 8 (3.52% from 255) = 7.92%
BLUE value IS 20 (8.20% from 255) = 19.80%
R=72.28%
G=7.92%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.73
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7382000.890.730.71348.9280.2515.88
Hex49814059494715d5010
Octal1111024013111110753512020
Binary10010011000101000101100110010011000111101011101101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490814; }

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

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

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

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

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

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

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

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