#491B1A

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

Shades of Red Oxide #491B1A

Tints of Red Oxide #491B1A

Color information

#491B1A (or 0x491B1A) is unknown color: approx Red Oxide. HEX triplet: 49, 1B and 1A. RGB value is (73,27,26). Sum of RGB (Red+Green+Blue) = 73+27+26=126 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.94% from 126); Green value is 27 (10.94% from 255 or 21.43% from 126); Blue value is 26 (10.55% from 255 or 20.63% from 126); Max value from RGB is 73 - color contains mainly: red. Hex color #491B1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491B1A is #B6E4E5. Grayscale: #282828. Windows color (decimal): -11986150 or 1710921. OLE color: 1710921.

HSL color Cylindrical-coordinate representation of color #491B1A: hue angle of 1.28º 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 #491B1A is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.71.

Color convert

RGB732726-
CMYK00.630.640.71
HSL1.28º47.47%19.41%-
HSV(B)1.28º64.38%28.63%-
XYZ3.332.271.24-
YUV40.64119.74151.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 57.94%
GREEN value IS 27 (10.94% from 255) = 21.43%
BLUE value IS 26 (10.55% from 255) = 20.63%
R=57.94%
G=21.43%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.64
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73272600.630.640.711.2847.4719.41
Hex491B1A03F404712f13
Octal111333207710010715723
Binary10010011101111010011111110000001000111110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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