#591B16

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

Shades of Red Oxide #591B16

Tints of Red Oxide #591B16

Color information

#591B16 (or 0x591B16) is unknown color: approx Red Oxide. HEX triplet: 59, 1B and 16. RGB value is (89,27,22). Sum of RGB (Red+Green+Blue) = 89+27+22=138 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.49% from 138); Green value is 27 (10.94% from 255 or 19.57% from 138); Blue value is 22 (8.98% from 255 or 15.94% from 138); Max value from RGB is 89 - color contains mainly: red. Hex color #591B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591B16 is #A6E4E9. Grayscale: #2D2D2D. Windows color (decimal): -10937578 or 1448793. OLE color: 1448793.

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

Color convert

RGB892722-
CMYK00.700.750.65
HSL4.48º60.36%21.76%-
HSV(B)4.48º75.28%34.9%-
XYZ4.662.971.09-
YUV44.97115.04159.41-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 64.49%
GREEN value IS 27 (10.94% from 255) = 19.57%
BLUE value IS 22 (8.98% from 255) = 15.94%
R=64.49%
G=19.57%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89272200.700.750.654.4860.3621.76
Hex591B160464B4143c16
Octal1313326010611310147426
Binary10110011101110110010001101001011100000110011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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