#591F1B

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

Shades of Red Oxide #591F1B

Tints of Red Oxide #591F1B

Color information

#591F1B (or 0x591F1B) is unknown color: approx Red Oxide. HEX triplet: 59, 1F and 1B. RGB value is (89,31,27). Sum of RGB (Red+Green+Blue) = 89+31+27=147 (19% of max value = 765). Red value is 89 (35.16% from 255 or 60.54% from 147); Green value is 31 (12.5% from 255 or 21.09% from 147); Blue value is 27 (10.94% from 255 or 18.37% from 147); Max value from RGB is 89 - color contains mainly: red. Hex color #591F1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591F1B is #A6E0E4. Grayscale: #2F2F2F. Windows color (decimal): -10936549 or 1777497. OLE color: 1777497.

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

Color convert

RGB893127-
CMYK00.650.700.65
HSL3.87º53.45%22.75%-
HSV(B)3.87º69.66%34.9%-
XYZ4.813.181.4-
YUV47.89116.22157.33-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 60.54%
GREEN value IS 31 (12.5% from 255) = 21.09%
BLUE value IS 27 (10.94% from 255) = 18.37%
R=60.54%
G=21.09%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89312700.650.700.653.8753.4522.75
Hex591F1B041464143517
Octal1313733010110610146527
Binary10110011111111011010000011000110100000110011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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