#491E1E

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

Shades of Red Oxide #491E1E

Tints of Red Oxide #491E1E

Color information

#491E1E (or 0x491E1E) is unknown color: approx Red Oxide. HEX triplet: 49, 1E and 1E. RGB value is (73,30,30). Sum of RGB (Red+Green+Blue) = 73+30+30=133 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.89% from 133); Green value is 30 (12.11% from 255 or 22.56% from 133); Blue value is 30 (12.11% from 255 or 22.56% from 133); Max value from RGB is 73 - color contains mainly: red. Hex color #491E1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491E1E is #B6E1E1. Grayscale: #2A2A2A. Windows color (decimal): -11985378 or 1973833. OLE color: 1973833.

HSL color Cylindrical-coordinate representation of color #491E1E: hue angle of 0º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #491E1E is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.71.

Color convert

RGB733030-
CMYK00.590.590.71
HSL41.75%20.2%-
HSV(B)58.9%28.63%-
XYZ3.452.441.52-
YUV42.86120.75149.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 54.89%
GREEN value IS 30 (12.11% from 255) = 22.56%
BLUE value IS 30 (12.11% from 255) = 22.56%
R=54.89%
G=22.56%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.59
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73303000.590.590.71041.7520.2
Hex491E1E03B3B4702a14
Octal11136360737310705224
Binary1001001111101111001110111110111000111010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491E1E; }

 p { color: rgb(73,30,30); }

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

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

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

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

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

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

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