#890300

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

Shades of Dark Red #890300

Tints of Dark Red #890300

Color information

#890300 (or 0x890300) is unknown color: approx Dark Red. HEX triplet: 89, 03 and 00. RGB value is (137,3,0). Sum of RGB (Red+Green+Blue) = 137+3+0=140 (18% of max value = 765). Red value is 137 (53.91% from 255 or 97.86% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 0 (0.39% from 255 or 0% from 140); Max value from RGB is 137 - color contains mainly: red. Hex color #890300 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890300 is #76FCFF. Grayscale: #2A2A2A. Windows color (decimal): -7798016 or 905. OLE color: 905.

HSL color Cylindrical-coordinate representation of color #890300: hue angle of 1.31º 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 #890300 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.46.

Color convert

RGB13730-
CMYK00.9810.46
HSL1.31º100%26.86%-
HSV(B)1.31º100%53.73%-
XYZ10.355.380.49-
YUV42.72103.89195.24-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 97.86%
GREEN value IS 3 (1.56% from 255) = 2.14%
BLUE value IS 0 (0.39% from 255) = 0%
R=97.86%
G=2.14%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 1
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1373000.9810.461.3110026.86
Hex8930062642E1641b
Octal21130014214456114433
Binary100010011100110001011001001011101110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890300; }

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

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

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

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

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

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

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

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