#591613

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

Shades of Red Oxide #591613

Tints of Red Oxide #591613

Color information

#591613 (or 0x591613) is unknown color: approx Red Oxide. HEX triplet: 59, 16 and 13. RGB value is (89,22,19). Sum of RGB (Red+Green+Blue) = 89+22+19=130 (17% of max value = 765). Red value is 89 (35.16% from 255 or 68.46% from 130); Green value is 22 (8.98% from 255 or 16.92% from 130); Blue value is 19 (7.81% from 255 or 14.62% from 130); Max value from RGB is 89 - color contains mainly: red. Hex color #591613 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591613 is #A6E9EC. Grayscale: #292929. Windows color (decimal): -10938861 or 1250905. OLE color: 1250905.

HSL color Cylindrical-coordinate representation of color #591613: hue angle of 2.57º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #591613 is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.65.

Color convert

RGB892219-
CMYK00.750.790.65
HSL2.57º64.81%21.18%-
HSV(B)2.57º78.65%34.9%-
XYZ4.522.740.91-
YUV41.69115.2161.74-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 68.46%
GREEN value IS 22 (8.98% from 255) = 16.92%
BLUE value IS 19 (7.81% from 255) = 14.62%
R=68.46%
G=16.92%
B=14.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.79
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89221900.750.790.652.5764.8121.18
Hex59161304B4F4134115
Octal13126230113117101310125
Binary10110011011010011010010111001111100000111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591613; }

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

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

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

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

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

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

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

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