#980200

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

Shades of Dark Red #980200

Tints of Dark Red #980200

Color information

#980200 (or 0x980200) is unknown color: approx Dark Red. HEX triplet: 98, 02 and 00. RGB value is (152,2,0). Sum of RGB (Red+Green+Blue) = 152+2+0=154 (20% of max value = 765). Red value is 152 (59.77% from 255 or 98.70% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 0 (0.39% from 255 or 0% from 154); Max value from RGB is 152 - color contains mainly: red. Hex color #980200 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980200 is #67FDFF. Grayscale: #2E2E2E. Windows color (decimal): -6815232 or 664. OLE color: 664.

HSL color Cylindrical-coordinate representation of color #980200: hue angle of 0.79º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #980200 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.40.

Color convert

RGB15220-
CMYK00.9910.40
HSL0.79º100%29.8%-
HSV(B)0.79º100%59.61%-
XYZ12.976.720.61-
YUV46.62101.7203.16-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 98.70%
GREEN value IS 2 (1.17% from 255) = 1.30%
BLUE value IS 0 (0.39% from 255) = 0%
R=98.70%
G=1.30%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 1
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1522000.9910.400.7910029.8
Hex982006364281641e
Octal23020014314450114436
Binary100110001000110001111001001010001110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980200; }

 p { color: rgb(152,2,0); }

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

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

 a { background-color: rgb(152,2,0); }

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

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

 span { border-color: rgb(152,2,0); }

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