#591E1C

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

Shades of Red Oxide #591E1C

Tints of Red Oxide #591E1C

Color information

#591E1C (or 0x591E1C) is unknown color: approx Red Oxide. HEX triplet: 59, 1E and 1C. RGB value is (89,30,28). Sum of RGB (Red+Green+Blue) = 89+30+28=147 (19% of max value = 765). Red value is 89 (35.16% from 255 or 60.54% from 147); Green value is 30 (12.11% from 255 or 20.41% from 147); Blue value is 28 (11.33% from 255 or 19.05% from 147); Max value from RGB is 89 - color contains mainly: red. Hex color #591E1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591E1C is #A6E1E3. Grayscale: #2F2F2F. Windows color (decimal): -10936804 or 1842777. OLE color: 1842777.

HSL color Cylindrical-coordinate representation of color #591E1C: hue angle of 1.97º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #591E1C is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB893028-
CMYK00.660.690.65
HSL1.97º52.14%22.94%-
HSV(B)1.97º68.54%34.9%-
XYZ4.793.141.45-
YUV47.41117.05157.66-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 60.54%
GREEN value IS 30 (12.11% from 255) = 20.41%
BLUE value IS 28 (11.33% from 255) = 19.05%
R=60.54%
G=20.41%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89302800.660.690.651.9752.1422.94
Hex591E1C042454123417
Octal1313634010210510126427
Binary1011001111101110001000010100010110000011011010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591E1C; }

 p { color: rgb(89,30,28); }

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

<style>
 a { background-color: #591E1C; }

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

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

<style>
 span { border-color: #591E1C; }

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

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