#591A19

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

Shades of Red Oxide #591A19

Tints of Red Oxide #591A19

Color information

#591A19 (or 0x591A19) is unknown color: approx Red Oxide. HEX triplet: 59, 1A and 19. RGB value is (89,26,25). Sum of RGB (Red+Green+Blue) = 89+26+25=140 (18% of max value = 765). Red value is 89 (35.16% from 255 or 63.57% from 140); Green value is 26 (10.55% from 255 or 18.57% from 140); Blue value is 25 (10.16% from 255 or 17.86% from 140); Max value from RGB is 89 - color contains mainly: red. Hex color #591A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591A19 is #A6E5E6. Grayscale: #2C2C2C. Windows color (decimal): -10937831 or 1645145. OLE color: 1645145.

HSL color Cylindrical-coordinate representation of color #591A19: hue angle of 0.94º 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 #591A19 is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.65.

Color convert

RGB892625-
CMYK00.710.720.65
HSL0.94º56.14%22.35%-
HSV(B)0.94º71.91%34.9%-
XYZ4.662.931.24-
YUV44.72116.87159.58-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 63.57%
GREEN value IS 26 (10.55% from 255) = 18.57%
BLUE value IS 25 (10.16% from 255) = 17.86%
R=63.57%
G=18.57%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.72
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89262500.710.720.650.9456.1422.35
Hex591A19047484113816
Octal1313231010711010117026
Binary101100111010110010100011110010001000001111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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