#491417

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

Shades of Rustic Red #491417

Tints of Rustic Red #491417

Color information

#491417 (or 0x491417) is unknown color: approx Rustic Red. HEX triplet: 49, 14 and 17. RGB value is (73,20,23). Sum of RGB (Red+Green+Blue) = 73+20+23=116 (15% of max value = 765). Red value is 73 (28.91% from 255 or 62.93% from 116); Green value is 20 (8.20% from 255 or 17.24% from 116); Blue value is 23 (9.38% from 255 or 19.83% from 116); Max value from RGB is 73 - color contains mainly: red. Hex color #491417 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491417 is #B6EBE8. Grayscale: #242424. Windows color (decimal): -11987945 or 1512521. OLE color: 1512521.

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

Color convert

RGB732023-
CMYK00.730.680.71
HSL356.6º56.99%18.24%-
HSV(B)356.6º72.6%28.63%-
XYZ3.151.981.03-
YUV36.19120.56154.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 62.93%
GREEN value IS 20 (8.20% from 255) = 17.24%
BLUE value IS 23 (9.38% from 255) = 19.83%
R=62.93%
G=17.24%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.68
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73202300.730.680.71356.656.9918.24
Hex49141704944471653912
Octal111242701111041075457122
Binary10010011010010111010010011000100100011110110010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491417; }

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

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

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

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

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

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

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

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