#491619

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

Shades of Rustic Red #491619

Tints of Rustic Red #491619

Color information

#491619 (or 0x491619) is unknown color: approx Rustic Red. HEX triplet: 49, 16 and 19. RGB value is (73,22,25). Sum of RGB (Red+Green+Blue) = 73+22+25=120 (15% of max value = 765). Red value is 73 (28.91% from 255 or 60.83% from 120); Green value is 22 (8.98% from 255 or 18.33% from 120); Blue value is 25 (10.16% from 255 or 20.83% from 120); Max value from RGB is 73 - color contains mainly: red. Hex color #491619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491619 is #B6E9E6. Grayscale: #252525. Windows color (decimal): -11987431 or 1644105. OLE color: 1644105.

HSL color Cylindrical-coordinate representation of color #491619: hue angle of 356.47º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #491619 is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.71.

Color convert

RGB732225-
CMYK00.700.660.71
HSL356.47º53.68%18.63%-
HSV(B)356.47º69.86%28.63%-
XYZ3.212.061.15-
YUV37.59120.9153.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 60.83%
GREEN value IS 22 (8.98% from 255) = 18.33%
BLUE value IS 25 (10.16% from 255) = 20.83%
R=60.83%
G=18.33%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.66
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73222500.700.660.71356.4753.6818.63
Hex49161904642471643613
Octal111263101061021075446623
Binary10010011011011001010001101000010100011110110010011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491619; }

 p { color: rgb(73,22,25); }

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

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

 a { background-color: rgb(73,22,25); }

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

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

 span { border-color: rgb(73,22,25); }

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