#591B10

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

Shades of Red Oxide #591B10

Tints of Red Oxide #591B10

Color information

#591B10 (or 0x591B10) is unknown color: approx Red Oxide. HEX triplet: 59, 1B and 10. RGB value is (89,27,16). Sum of RGB (Red+Green+Blue) = 89+27+16=132 (17% of max value = 765). Red value is 89 (35.16% from 255 or 67.42% from 132); Green value is 27 (10.94% from 255 or 20.45% from 132); Blue value is 16 (6.64% from 255 or 12.12% from 132); Max value from RGB is 89 - color contains mainly: red. Hex color #591B10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591B10 is #A6E4EF. Grayscale: #2C2C2C. Windows color (decimal): -10937584 or 1055577. OLE color: 1055577.

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

Color convert

RGB892716-
CMYK00.700.820.65
HSL9.04º69.52%20.59%-
HSV(B)9.04º82.02%34.9%-
XYZ4.612.950.82-
YUV44.28112.04159.89-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 67.42%
GREEN value IS 27 (10.94% from 255) = 20.45%
BLUE value IS 16 (6.64% from 255) = 12.12%
R=67.42%
G=20.45%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89271600.700.820.659.0469.5220.59
Hex591B10046524194615
Octal131332001061221011110625
Binary1011001110111000001000110101001010000011001100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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