#491719

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

Shades of Rustic Red #491719

Tints of Rustic Red #491719

Color information

#491719 (or 0x491719) is unknown color: approx Rustic Red. HEX triplet: 49, 17 and 19. RGB value is (73,23,25). Sum of RGB (Red+Green+Blue) = 73+23+25=121 (16% of max value = 765). Red value is 73 (28.91% from 255 or 60.33% from 121); Green value is 23 (9.38% from 255 or 19.01% from 121); Blue value is 25 (10.16% from 255 or 20.66% from 121); Max value from RGB is 73 - color contains mainly: red. Hex color #491719 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491719 is #B6E8E6. Grayscale: #262626. Windows color (decimal): -11987175 or 1644361. OLE color: 1644361.

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

Color convert

RGB732325-
CMYK00.680.660.71
HSL357.6º52.08%18.82%-
HSV(B)357.6º68.49%28.63%-
XYZ3.232.11.15-
YUV38.18120.56152.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 60.33%
GREEN value IS 23 (9.38% from 255) = 19.01%
BLUE value IS 25 (10.16% from 255) = 20.66%
R=60.33%
G=19.01%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.66
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73232500.680.660.71357.652.0818.82
Hex49171904442471663413
Octal111273101041021075466423
Binary10010011011111001010001001000010100011110110011011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491719; }

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

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

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

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

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

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

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

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