Html Css Color HEX #980900 Dark Red

📋 copy color: '#980900'

red 152 ◦ green 9 ◦ blue 0

#980900
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Red #980900

Tints of Dark Red #980900

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 value IS 0

 M value IS 0.94

 Y value IS 1

 K value IS 0.40

RGB Variations

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

Color information

#980900 (or 0x980900) is known color: 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

RGB 152 9 0 -
CMYK 0 0.94 1 0.40
HSL 3.55º 1% 0.3% -
HSV(B) 3.55º 1% 0.6% -
XYZ 13.05 6.87 0.64 -
YUV 50.73 99.38 200.23 -
System Red Green Blue C M Y K H S L
Decimal 152 9 0 0 0.94 1 0.40 3.55 1 0.3
Hex 98 9 0 0 5E 64 28 4 64 1E
Octal 230 11 0 0 136 144 50 4 144 36
Binary 10011000 1001 0 0 1011110 1100100 101000 100 1100100 11110

Color Harmonies of #980900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980900

Black with #980900

Text Example


Text Example

White with #980900

Text Example


Text Example

HTML Codes & Css Web 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>