#591503

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

Shades of Red Oxide #591503

Tints of Red Oxide #591503

Color information

#591503 (or 0x591503) is unknown color: approx Red Oxide. HEX triplet: 59, 15 and 03. RGB value is (89,21,3). Sum of RGB (Red+Green+Blue) = 89+21+3=113 (14% of max value = 765). Red value is 89 (35.16% from 255 or 78.76% from 113); Green value is 21 (8.59% from 255 or 18.58% from 113); Blue value is 3 (1.56% from 255 or 2.65% from 113); Max value from RGB is 89 - color contains mainly: red. Hex color #591503 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591503 is #A6EAFC. Grayscale: #272727. Windows color (decimal): -10939133 or 202073. OLE color: 202073.

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

Color convert

RGB89213-
CMYK00.760.970.65
HSL12.56º93.48%18.04%-
HSV(B)12.56º96.63%34.9%-
XYZ4.42.670.37-
YUV39.28107.53163.46-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 78.76%
GREEN value IS 21 (8.59% from 255) = 18.58%
BLUE value IS 3 (1.56% from 255) = 2.65%
R=78.76%
G=18.58%
B=2.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.97
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8921300.760.970.6512.5693.4818.04
Hex5915304C6141d5d12
Octal13125301141411011513522
Binary1011001101011101001100110000110000011101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591503; }

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

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

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

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

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

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

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

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