#591605

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

Shades of Red Oxide #591605

Tints of Red Oxide #591605

Color information

#591605 (or 0x591605) is unknown color: approx Red Oxide. HEX triplet: 59, 16 and 05. RGB value is (89,22,5). Sum of RGB (Red+Green+Blue) = 89+22+5=116 (15% of max value = 765). Red value is 89 (35.16% from 255 or 76.72% from 116); Green value is 22 (8.98% from 255 or 18.97% from 116); Blue value is 5 (2.34% from 255 or 4.31% from 116); Max value from RGB is 89 - color contains mainly: red. Hex color #591605 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591605 is #A6E9FA. Grayscale: #282828. Windows color (decimal): -10938875 or 333401. OLE color: 333401.

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

Color convert

RGB89225-
CMYK00.750.940.65
HSL12.14º89.36%18.43%-
HSV(B)12.14º94.38%34.9%-
XYZ4.432.710.43-
YUV40.1108.2162.88-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 76.72%
GREEN value IS 22 (8.98% from 255) = 18.97%
BLUE value IS 5 (2.34% from 255) = 4.31%
R=76.72%
G=18.97%
B=4.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.94
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8922500.750.940.6512.1489.3618.43
Hex5916504B5E41c5912
Octal13126501131361011413122
Binary10110011011010101001011101111010000011100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591605; }

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

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

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

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

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

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

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

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