#591c1c

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

Shades of Red Oxide #591C1C

Tints of Red Oxide #591C1C

Color information

#591C1C (or 0x591C1C) is unknown color: approx Red Oxide. HEX triplet: 59, 1C and 1C. RGB value is (89,28,28). Sum of RGB (Red+Green+Blue) = 89+28+28=145 (19% of max value = 765). Red value is 89 (35.16% from 255 or 61.38% from 145); Green value is 28 (11.33% from 255 or 19.31% from 145); Blue value is 28 (11.33% from 255 or 19.31% from 145); Max value from RGB is 89 - color contains mainly: red. Hex color #591C1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591C1C is #A6E3E3. Grayscale: #2E2E2E. Windows color (decimal): -10937316 or 1842265. OLE color: 1842265.

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

Color convert

RGB892828-
CMYK00.690.690.65
HSL52.14%22.94%-
HSV(B)68.54%34.9%-
XYZ4.743.041.43-
YUV46.24117.71158.5-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 61.38%
GREEN value IS 28 (11.33% from 255) = 19.31%
BLUE value IS 28 (11.33% from 255) = 19.31%
R=61.38%
G=19.31%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89282800.690.690.65052.1422.94
Hex591C1C045454103417
Octal1313434010510510106427
Binary101100111100111000100010110001011000001011010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591c1c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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