#590501

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

Shades of Red Oxide #590501

Tints of Red Oxide #590501

Color information

#590501 (or 0x590501) is unknown color: approx Red Oxide. HEX triplet: 59, 05 and 01. RGB value is (89,5,1). Sum of RGB (Red+Green+Blue) = 89+5+1=95 (12% of max value = 765). Red value is 89 (35.16% from 255 or 93.68% from 95); Green value is 5 (2.34% from 255 or 5.26% from 95); Blue value is 1 (0.78% from 255 or 1.05% from 95); Max value from RGB is 89 - color contains mainly: red. Hex color #590501 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590501 is #A6FAFE. Grayscale: #1D1D1D. Windows color (decimal): -10943231 or 66905. OLE color: 66905.

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

Color convert

RGB8951-
CMYK00.940.990.65
HSL2.73º97.78%17.65%-
HSV(B)2.73º98.88%34.9%-
XYZ4.182.230.24-
YUV29.66111.83170.33-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 93.68%
GREEN value IS 5 (2.34% from 255) = 5.26%
BLUE value IS 1 (0.78% from 255) = 1.05%
R=93.68%
G=5.26%
B=1.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal895100.940.990.652.7397.7817.65
Hex595105E634136212
Octal131510136143101314222
Binary10110011011010111101100011100000111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590501; }

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

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

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

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

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

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

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

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