#591600

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

Shades of Red Oxide #591600

Tints of Red Oxide #591600

Color information

#591600 (or 0x591600) is unknown color: approx Red Oxide. HEX triplet: 59, 16 and 00. RGB value is (89,22,0). Sum of RGB (Red+Green+Blue) = 89+22+0=111 (14% of max value = 765). Red value is 89 (35.16% from 255 or 80.18% from 111); Green value is 22 (8.98% from 255 or 19.82% from 111); Blue value is 0 (0.39% from 255 or 0% from 111); Max value from RGB is 89 - color contains mainly: red. Hex color #591600 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591600 is #A6E9FF. Grayscale: #272727. Windows color (decimal): -10938880 or 5721. OLE color: 5721.

HSL color Cylindrical-coordinate representation of color #591600: hue angle of 14.83º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #591600 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.65.

Color convert

RGB89220-
CMYK00.7510.65
HSL14.83º100%17.45%-
HSV(B)14.83º100%34.9%-
XYZ4.412.70.29-
YUV39.52105.7163.29-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 80.18%
GREEN value IS 22 (8.98% from 255) = 19.82%
BLUE value IS 0 (0.39% from 255) = 0%
R=80.18%
G=19.82%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 1
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8922000.7510.6514.8310017.45
Hex5916004B6441f6411
Octal13126001131441011714421
Binary101100110110001001011110010010000011111110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591600; }

 p { color: rgb(89,22,0); }

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

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

 a { background-color: rgb(89,22,0); }

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

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

 span { border-color: rgb(89,22,0); }

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