Html Css Color HEX #981000 Dark Red

📋 copy color: '#981000'

red 152 ◦ green 16 ◦ blue 0

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

Shades of Dark Red #981000

Tints of Dark Red #981000

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.52%

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

R = 90.48%
G = 9.52%
B = 0%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 1

 K value IS 0.40

RGB Variations

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

Color information

#981000 (or 0x981000) is known color: Dark Red. HEX triplet: 98, 10 and 00. RGB value is (152,16,0). Sum of RGB (Red+Green+Blue) = 152+16+0=168 (22% of max value = 765). Red value is 152 (59.77% from 255 or 90.48% from 168); Green value is 16 (6.64% from 255 or 9.52% from 168); Blue value is 0 (0.39% from 255 or 0% from 168); Max value from RGB is 152 - color contains mainly: red. Hex color #981000 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981000 is #67EFFF. Grayscale: #373737. Windows color (decimal): -6811648 or 4248. OLE color: 4248.

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

Color convert

RGB 152 16 0 -
CMYK 0 0.89 1 0.40
HSL 6.32º 1% 0.3% -
HSV(B) 6.32º 1% 0.6% -
XYZ 13.13 7.05 0.67 -
YUV 54.84 97.06 197.3 -
System Red Green Blue C M Y K H S L
Decimal 152 16 0 0 0.89 1 0.40 6.32 1 0.3
Hex 98 10 0 0 59 64 28 6 64 1E
Octal 230 20 0 0 131 144 50 6 144 36
Binary 10011000 10000 0 0 1011001 1100100 101000 110 1100100 11110

Color Harmonies of #981000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981000

Black with #981000

Text Example


Text Example

White with #981000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981000; }

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

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

background-color css

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

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

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

border-color css

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

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

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