#591A0E

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

Shades of Red Oxide #591A0E

Tints of Red Oxide #591A0E

Color information

#591A0E (or 0x591A0E) is unknown color: approx Red Oxide. HEX triplet: 59, 1A and 0E. RGB value is (89,26,14). Sum of RGB (Red+Green+Blue) = 89+26+14=129 (17% of max value = 765). Red value is 89 (35.16% from 255 or 68.99% from 129); Green value is 26 (10.55% from 255 or 20.16% from 129); Blue value is 14 (5.86% from 255 or 10.85% from 129); Max value from RGB is 89 - color contains mainly: red. Hex color #591A0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591A0E is #A6E5F1. Grayscale: #2B2B2B. Windows color (decimal): -10937842 or 924249. OLE color: 924249.

HSL color Cylindrical-coordinate representation of color #591A0E: hue angle of 9.6º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #591A0E is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB892614-
CMYK00.710.840.65
HSL9.6º72.82%20.2%-
HSV(B)9.6º84.27%34.9%-
XYZ4.572.890.73-
YUV43.47111.37160.48-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 68.99%
GREEN value IS 26 (10.55% from 255) = 20.16%
BLUE value IS 14 (5.86% from 255) = 10.85%
R=68.99%
G=20.16%
B=10.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89261400.710.840.659.672.8220.2
Hex591AE0475441a4914
Octal131321601071241011211124
Binary101100111010111001000111101010010000011010100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591A0E; }

 p { color: rgb(89,26,14); }

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

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

 a { background-color: rgb(89,26,14); }

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

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

 span { border-color: rgb(89,26,14); }

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