#591501

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

Shades of Red Oxide #591501

Tints of Red Oxide #591501

Color information

#591501 (or 0x591501) is unknown color: approx Red Oxide. HEX triplet: 59, 15 and 01. RGB value is (89,21,1). Sum of RGB (Red+Green+Blue) = 89+21+1=111 (14% of max value = 765). Red value is 89 (35.16% from 255 or 80.18% from 111); Green value is 21 (8.59% from 255 or 18.92% from 111); Blue value is 1 (0.78% from 255 or 0.90% from 111); Max value from RGB is 89 - color contains mainly: red. Hex color #591501 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591501 is #A6EAFE. Grayscale: #272727. Windows color (decimal): -10939135 or 71001. OLE color: 71001.

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

Color convert

RGB89211-
CMYK00.760.990.65
HSL13.64º97.78%17.65%-
HSV(B)13.64º98.88%34.9%-
XYZ4.392.660.31-
YUV39.05106.53163.63-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 80.18%
GREEN value IS 21 (8.59% from 255) = 18.92%
BLUE value IS 1 (0.78% from 255) = 0.90%
R=80.18%
G=18.92%
B=0.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8921100.760.990.6513.6497.7817.65
Hex5915104C6341e6212
Octal13125101141431011614222
Binary101100110101101001100110001110000011110110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591501; }

 p { color: rgb(89,21,1); }

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

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

 a { background-color: rgb(89,21,1); }

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

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

 span { border-color: rgb(89,21,1); }

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