#591E1A

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

Shades of Red Oxide #591E1A

Tints of Red Oxide #591E1A

Color information

#591E1A (or 0x591E1A) is unknown color: approx Red Oxide. HEX triplet: 59, 1E and 1A. RGB value is (89,30,26). Sum of RGB (Red+Green+Blue) = 89+30+26=145 (19% of max value = 765). Red value is 89 (35.16% from 255 or 61.38% from 145); Green value is 30 (12.11% from 255 or 20.69% from 145); Blue value is 26 (10.55% from 255 or 17.93% from 145); Max value from RGB is 89 - color contains mainly: red. Hex color #591E1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591E1A is #A6E1E5. Grayscale: #2F2F2F. Windows color (decimal): -10936806 or 1711705. OLE color: 1711705.

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

Color convert

RGB893026-
CMYK00.660.710.65
HSL3.81º54.78%22.55%-
HSV(B)3.81º70.79%34.9%-
XYZ4.773.131.33-
YUV47.18116.05157.83-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 61.38%
GREEN value IS 30 (12.11% from 255) = 20.69%
BLUE value IS 26 (10.55% from 255) = 17.93%
R=61.38%
G=20.69%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.71
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89302600.660.710.653.8154.7822.55
Hex591E1A042474143717
Octal1313632010210710146727
Binary10110011111011010010000101000111100000110011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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