#591405

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

Shades of Red Oxide #591405

Tints of Red Oxide #591405

Color information

#591405 (or 0x591405) is unknown color: approx Red Oxide. HEX triplet: 59, 14 and 05. RGB value is (89,20,5). Sum of RGB (Red+Green+Blue) = 89+20+5=114 (15% of max value = 765). Red value is 89 (35.16% from 255 or 78.07% from 114); Green value is 20 (8.20% from 255 or 17.54% from 114); Blue value is 5 (2.34% from 255 or 4.39% from 114); Max value from RGB is 89 - color contains mainly: red. Hex color #591405 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591405 is #A6EBFA. Grayscale: #272727. Windows color (decimal): -10939387 or 332889. OLE color: 332889.

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

Color convert

RGB89205-
CMYK00.780.940.65
HSL10.71º89.36%18.43%-
HSV(B)10.71º94.38%34.9%-
XYZ4.42.640.42-
YUV38.92108.86163.72-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 78.07%
GREEN value IS 20 (8.20% from 255) = 17.54%
BLUE value IS 5 (2.34% from 255) = 4.39%
R=78.07%
G=17.54%
B=4.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.94
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8920500.780.940.6510.7189.3618.43
Hex5914504E5E41b5912
Octal13124501161361011313122
Binary10110011010010101001110101111010000011011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591405; }

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

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

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

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

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

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

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

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