#491C1A

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

Shades of Red Oxide #491C1A

Tints of Red Oxide #491C1A

Color information

#491C1A (or 0x491C1A) is unknown color: approx Red Oxide. HEX triplet: 49, 1C and 1A. RGB value is (73,28,26). Sum of RGB (Red+Green+Blue) = 73+28+26=127 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.48% from 127); Green value is 28 (11.33% from 255 or 22.05% from 127); Blue value is 26 (10.55% from 255 or 20.47% from 127); Max value from RGB is 73 - color contains mainly: red. Hex color #491C1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491C1A is #B6E3E5. Grayscale: #292929. Windows color (decimal): -11985894 or 1711177. OLE color: 1711177.

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

Color convert

RGB732826-
CMYK00.620.640.71
HSL2.55º47.47%19.41%-
HSV(B)2.55º64.38%28.63%-
XYZ3.352.321.25-
YUV41.23119.41150.66-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 57.48%
GREEN value IS 28 (11.33% from 255) = 22.05%
BLUE value IS 26 (10.55% from 255) = 20.47%
R=57.48%
G=22.05%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.64
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73282600.620.640.712.5547.4719.41
Hex491C1A03E404732f13
Octal111343207610010735723
Binary100100111100110100111110100000010001111110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,28,26); }

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

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

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

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

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

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

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