Html Css Color HEX #982000 Dark Red

📋 copy color: '#982000'

red 152 ◦ green 32 ◦ blue 0

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

Shades of Dark Red #982000

Tints of Dark Red #982000

RGB

 RED value IS 152 (59.77% from 255) = 82.61%

 GREEN value IS 32 (12.89% from 255) = 17.39%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 82.61%
G = 17.39%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.40

RGB Variations

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

Color information

#982000 (or 0x982000) is known color: Dark Red. HEX triplet: 98, 20 and 00. RGB value is (152,32,0). Sum of RGB (Red+Green+Blue) = 152+32+0=184 (24% of max value = 765). Red value is 152 (59.77% from 255 or 82.61% from 184); Green value is 32 (12.89% from 255 or 17.39% from 184); Blue value is 0 (0.39% from 255 or 0% from 184); Max value from RGB is 152 - color contains mainly: red. Hex color #982000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982000 is #67DFFF. Grayscale: #404040. Windows color (decimal): -6807552 or 8344. OLE color: 8344.

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

Color convert

RGB 152 32 0 -
CMYK 0 0.79 1 0.40
HSL 12.63º 1% 0.3% -
HSV(B) 12.63º 1% 0.6% -
XYZ 13.47 7.71 0.78 -
YUV 64.23 91.76 190.6 -
System Red Green Blue C M Y K H S L
Decimal 152 32 0 0 0.79 1 0.40 12.63 1 0.3
Hex 98 20 0 0 4F 64 28 D 64 1E
Octal 230 40 0 0 117 144 50 15 144 36
Binary 10011000 100000 0 0 1001111 1100100 101000 1101 1100100 11110

Color Harmonies of #982000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982000

Black with #982000

Text Example


Text Example

White with #982000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982000; }

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

 H1.HeaderClassName
 {
   color: #982000;
 }
 .AnyTagClassName
 {
   color: #982000;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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