Html Css Color HEX #981300 Dark Red

📋 copy color: '#981300'

red 152 ◦ green 19 ◦ blue 0

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

Shades of Dark Red #981300

Tints of Dark Red #981300

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.11%

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

R = 88.89%
G = 11.11%
B = 0%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 1

 K value IS 0.40

RGB Variations

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

Color information

#981300 (or 0x981300) is known color: Dark Red. HEX triplet: 98, 13 and 00. RGB value is (152,19,0). Sum of RGB (Red+Green+Blue) = 152+19+0=171 (22% of max value = 765). Red value is 152 (59.77% from 255 or 88.89% from 171); Green value is 19 (7.81% from 255 or 11.11% from 171); Blue value is 0 (0.39% from 255 or 0% from 171); Max value from RGB is 152 - color contains mainly: red. Hex color #981300 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981300 is #67ECFF. Grayscale: #383838. Windows color (decimal): -6810880 or 5016. OLE color: 5016.

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

Color convert

RGB 152 19 0 -
CMYK 0 0.87 1 0.40
HSL 7.5º 1% 0.3% -
HSV(B) 7.5º 1% 0.6% -
XYZ 13.18 7.14 0.68 -
YUV 56.6 96.06 196.04 -
System Red Green Blue C M Y K H S L
Decimal 152 19 0 0 0.87 1 0.40 7.5 1 0.3
Hex 98 13 0 0 57 64 28 8 64 1E
Octal 230 23 0 0 127 144 50 10 144 36
Binary 10011000 10011 0 0 1010111 1100100 101000 1000 1100100 11110

Color Harmonies of #981300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981300

Black with #981300

Text Example


Text Example

White with #981300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981300; }

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

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

background-color css

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

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

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

border-color css

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

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

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