#591F19

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

Shades of Red Oxide #591F19

Tints of Red Oxide #591F19

Color information

#591F19 (or 0x591F19) is unknown color: approx Red Oxide. HEX triplet: 59, 1F and 19. RGB value is (89,31,25). Sum of RGB (Red+Green+Blue) = 89+31+25=145 (19% of max value = 765). Red value is 89 (35.16% from 255 or 61.38% from 145); Green value is 31 (12.5% from 255 or 21.38% from 145); Blue value is 25 (10.16% from 255 or 17.24% from 145); Max value from RGB is 89 - color contains mainly: red. Hex color #591F19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591F19 is #A6E0E6. Grayscale: #2F2F2F. Windows color (decimal): -10936551 or 1646425. OLE color: 1646425.

HSL color Cylindrical-coordinate representation of color #591F19: hue angle of 5.62º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #591F19 is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.65.

Color convert

RGB893125-
CMYK00.650.720.65
HSL5.62º56.14%22.35%-
HSV(B)5.62º71.91%34.9%-
XYZ4.793.171.28-
YUV47.66115.22157.49-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 61.38%
GREEN value IS 31 (12.5% from 255) = 21.38%
BLUE value IS 25 (10.16% from 255) = 17.24%
R=61.38%
G=21.38%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.72
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89312500.650.720.655.6256.1422.35
Hex591F19041484163816
Octal1313731010111010167026
Binary10110011111111001010000011001000100000111011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,31,25); }

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

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

 a { background-color: rgb(89,31,25); }

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

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

 span { border-color: rgb(89,31,25); }

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