#591F1F

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

Shades of Red Oxide #591F1F

Tints of Red Oxide #591F1F

Color information

#591F1F (or 0x591F1F) is unknown color: approx Red Oxide. HEX triplet: 59, 1F and 1F. RGB value is (89,31,31). Sum of RGB (Red+Green+Blue) = 89+31+31=151 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.94% from 151); Green value is 31 (12.5% from 255 or 20.53% from 151); Blue value is 31 (12.5% from 255 or 20.53% from 151); Max value from RGB is 89 - color contains mainly: red. Hex color #591F1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591F1F is #A6E0E0. Grayscale: #303030. Windows color (decimal): -10936545 or 2039641. OLE color: 2039641.

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

Color convert

RGB893131-
CMYK00.650.650.65
HSL48.33%23.53%-
HSV(B)65.17%34.9%-
XYZ4.863.21.66-
YUV48.34118.22157-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 58.94%
GREEN value IS 31 (12.5% from 255) = 20.53%
BLUE value IS 31 (12.5% from 255) = 20.53%
R=58.94%
G=20.53%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.65
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89313100.650.650.65048.3323.53
Hex591F1F041414103018
Octal1313737010110110106030
Binary101100111111111110100000110000011000001011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,31,31); }

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

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

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

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

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

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

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