#491E1D

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

Shades of Red Oxide #491E1D

Tints of Red Oxide #491E1D

Color information

#491E1D (or 0x491E1D) is unknown color: approx Red Oxide. HEX triplet: 49, 1E and 1D. RGB value is (73,30,29). Sum of RGB (Red+Green+Blue) = 73+30+29=132 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.30% from 132); Green value is 30 (12.11% from 255 or 22.73% from 132); Blue value is 29 (11.72% from 255 or 21.97% from 132); Max value from RGB is 73 - color contains mainly: red. Hex color #491E1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491E1D is #B6E1E2. Grayscale: #2A2A2A. Windows color (decimal): -11985379 or 1908297. OLE color: 1908297.

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

Color convert

RGB733029-
CMYK00.590.600.71
HSL1.36º43.14%20%-
HSV(B)1.36º60.27%28.63%-
XYZ3.432.431.45-
YUV42.74120.25149.58-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 55.30%
GREEN value IS 30 (12.11% from 255) = 22.73%
BLUE value IS 29 (11.72% from 255) = 21.97%
R=55.30%
G=22.73%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.60
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73302900.590.600.711.3643.1420
Hex491E1D03B3C4712b14
Octal11136350737410715324
Binary1001001111101110101110111111001000111110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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