#591305

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

Shades of Red Oxide #591305

Tints of Red Oxide #591305

Color information

#591305 (or 0x591305) is unknown color: approx Red Oxide. HEX triplet: 59, 13 and 05. RGB value is (89,19,5). Sum of RGB (Red+Green+Blue) = 89+19+5=113 (14% of max value = 765). Red value is 89 (35.16% from 255 or 78.76% from 113); Green value is 19 (7.81% from 255 or 16.81% from 113); Blue value is 5 (2.34% from 255 or 4.42% from 113); Max value from RGB is 89 - color contains mainly: red. Hex color #591305 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591305 is #A6ECFA. Grayscale: #262626. Windows color (decimal): -10939643 or 332633. OLE color: 332633.

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

Color convert

RGB89195-
CMYK00.790.940.65
HSL10º89.36%18.43%-
HSV(B)10º94.38%34.9%-
XYZ4.382.60.41-
YUV38.33109.19164.14-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 78.76%
GREEN value IS 19 (7.81% from 255) = 16.81%
BLUE value IS 5 (2.34% from 255) = 4.42%
R=78.76%
G=16.81%
B=4.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.94
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8919500.790.940.651089.3618.43
Hex5913504F5E41a5912
Octal13123501171361011213122
Binary10110011001110101001111101111010000011010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591305; }

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

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

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

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

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

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

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

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