#591B0F

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

Shades of Red Oxide #591B0F

Tints of Red Oxide #591B0F

Color information

#591B0F (or 0x591B0F) is unknown color: approx Red Oxide. HEX triplet: 59, 1B and 0F. RGB value is (89,27,15). Sum of RGB (Red+Green+Blue) = 89+27+15=131 (17% of max value = 765). Red value is 89 (35.16% from 255 or 67.94% from 131); Green value is 27 (10.94% from 255 or 20.61% from 131); Blue value is 15 (6.25% from 255 or 11.45% from 131); Max value from RGB is 89 - color contains mainly: red. Hex color #591B0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591B0F is #A6E4F0. Grayscale: #2C2C2C. Windows color (decimal): -10937585 or 990041. OLE color: 990041.

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

Color convert

RGB892715-
CMYK00.700.830.65
HSL9.73º71.15%20.39%-
HSV(B)9.73º83.15%34.9%-
XYZ4.62.940.78-
YUV44.17111.54159.98-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 67.94%
GREEN value IS 27 (10.94% from 255) = 20.61%
BLUE value IS 15 (6.25% from 255) = 11.45%
R=67.94%
G=20.61%
B=11.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.83
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89271500.700.830.659.7371.1520.39
Hex591BF0465341a4714
Octal131331701061231011210724
Binary101100111011111101000110101001110000011010100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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