#891304

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

Shades of Dark Red #891304

Tints of Dark Red #891304

Color information

#891304 (or 0x891304) is unknown color: approx Dark Red. HEX triplet: 89, 13 and 04. RGB value is (137,19,4). Sum of RGB (Red+Green+Blue) = 137+19+4=160 (21% of max value = 765). Red value is 137 (53.91% from 255 or 85.62% from 160); Green value is 19 (7.81% from 255 or 11.88% from 160); Blue value is 4 (1.95% from 255 or 2.5% from 160); Max value from RGB is 137 - color contains mainly: red. Hex color #891304 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891304 is #76ECFB. Grayscale: #343434. Windows color (decimal): -7793916 or 267145. OLE color: 267145.

HSL color Cylindrical-coordinate representation of color #891304: hue angle of 6.77º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #891304 is Cyan = 0, Magento = 0.86, Yellow = 0.97 and Black (K on CMYK) = 0.46.

Color convert

RGB137194-
CMYK00.860.970.46
HSL6.77º94.33%27.65%-
HSV(B)6.77º97.08%53.73%-
XYZ10.575.790.68-
YUV52.57100.59188.22-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 85.62%
GREEN value IS 19 (7.81% from 255) = 11.88%
BLUE value IS 4 (1.95% from 255) = 2.5%
R=85.62%
G=11.88%
B=2.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.97
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13719400.860.970.466.7794.3327.65
Hex89134056612E75e1c
Octal211234012614156713634
Binary1000100110011100010101101100001101110111101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891304; }

 p { color: rgb(137,19,4); }

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

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

 a { background-color: rgb(137,19,4); }

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

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

 span { border-color: rgb(137,19,4); }

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