#491B19

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

Shades of Red Oxide #491B19

Tints of Red Oxide #491B19

Color information

#491B19 (or 0x491B19) is unknown color: approx Red Oxide. HEX triplet: 49, 1B and 19. RGB value is (73,27,25). Sum of RGB (Red+Green+Blue) = 73+27+25=125 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.4% from 125); Green value is 27 (10.94% from 255 or 21.6% from 125); Blue value is 25 (10.16% from 255 or 20% from 125); Max value from RGB is 73 - color contains mainly: red. Hex color #491B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491B19 is #B6E4E6. Grayscale: #282828. Windows color (decimal): -11986151 or 1645385. OLE color: 1645385.

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

Color convert

RGB732725-
CMYK00.630.660.71
HSL2.5º48.98%19.22%-
HSV(B)2.5º65.75%28.63%-
XYZ3.322.271.18-
YUV40.53119.24151.16-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 58.4%
GREEN value IS 27 (10.94% from 255) = 21.6%
BLUE value IS 25 (10.16% from 255) = 20%
R=58.4%
G=21.6%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.66
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73272500.630.660.712.548.9819.22
Hex491B1903F424733113
Octal111333107710210736123
Binary100100111011110010111111100001010001111111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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