#891700

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

Shades of Dark Red #891700

Tints of Dark Red #891700

Color information

#891700 (or 0x891700) is unknown color: approx Dark Red. HEX triplet: 89, 17 and 00. RGB value is (137,23,0). Sum of RGB (Red+Green+Blue) = 137+23+0=160 (21% of max value = 765). Red value is 137 (53.91% from 255 or 85.62% from 160); Green value is 23 (9.38% from 255 or 14.38% from 160); Blue value is 0 (0.39% from 255 or 0% from 160); Max value from RGB is 137 - color contains mainly: red. Hex color #891700 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891700 is #76E8FF. Grayscale: #363636. Windows color (decimal): -7792896 or 6025. OLE color: 6025.

HSL color Cylindrical-coordinate representation of color #891700: hue angle of 10.07º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #891700 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.46.

Color convert

RGB137230-
CMYK00.8310.46
HSL10.07º100%26.86%-
HSV(B)10.07º100%53.73%-
XYZ10.625.930.58-
YUV54.4697.27186.87-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 85.62%
GREEN value IS 23 (9.38% from 255) = 14.38%
BLUE value IS 0 (0.39% from 255) = 0%
R=85.62%
G=14.38%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 1
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13723000.8310.4610.0710026.86
Hex89170053642Ea641b
Octal2112700123144561214433
Binary100010011011100101001111001001011101010110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891700; }

 p { color: rgb(137,23,0); }

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

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

 a { background-color: rgb(137,23,0); }

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

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

 span { border-color: rgb(137,23,0); }

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