#980900

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

Shades of Dark Red #980900

Tints of Dark Red #980900

Color information

#980900 (or 0x980900) is unknown color: approx Dark Red. HEX triplet: 98, 09 and 00. RGB value is (152,9,0). Sum of RGB (Red+Green+Blue) = 152+9+0=161 (21% of max value = 765). Red value is 152 (59.77% from 255 or 94.41% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 0 (0.39% from 255 or 0% from 161); Max value from RGB is 152 - color contains mainly: red. Hex color #980900 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980900 is #67F6FF. Grayscale: #323232. Windows color (decimal): -6813440 or 2456. OLE color: 2456.

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

Color convert

RGB15290-
CMYK00.9410.40
HSL3.55º100%29.8%-
HSV(B)3.55º100%59.61%-
XYZ13.056.870.64-
YUV50.7399.38200.23-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 94.41%
GREEN value IS 9 (3.91% from 255) = 5.59%
BLUE value IS 0 (0.39% from 255) = 0%
R=94.41%
G=5.59%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 1
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529000.9410.403.5510029.8
Hex989005E64284641e
Octal230110013614450414436
Binary1001100010010010111101100100101000100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980900; }

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

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

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

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

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

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

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

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