Html Css Color HEX #981709 Dark Red

📋 copy color: '#981709'

red 152 ◦ green 23 ◦ blue 9

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

Shades of Dark Red #981709

Tints of Dark Red #981709

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.5%

 BLUE value IS 9 (3.91% from 255) = 4.89%

R = 82.61%
G = 12.5%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0.40

RGB Variations

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

Color information

#981709 (or 0x981709) is known color: Dark Red. HEX triplet: 98, 17 and 09. RGB value is (152,23,9). Sum of RGB (Red+Green+Blue) = 152+23+9=184 (24% of max value = 765). Red value is 152 (59.77% from 255 or 82.61% from 184); Green value is 23 (9.38% from 255 or 12.5% from 184); Blue value is 9 (3.91% from 255 or 4.89% from 184); Max value from RGB is 152 - color contains mainly: red. Hex color #981709 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981709 is #67E8F6. Grayscale: #3C3C3C. Windows color (decimal): -6809847 or 595864. OLE color: 595864.

HSL color Cylindrical-coordinate representation of color #981709: hue angle of 5.87º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #981709 is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 23 9 -
CMYK 0 0.85 0.94 0.40
HSL 5.87º 0.89% 0.32% -
HSV(B) 5.87º 0.94% 0.6% -
XYZ 13.3 7.31 0.97 -
YUV 59.98 99.24 193.64 -
System Red Green Blue C M Y K H S L
Decimal 152 23 9 0 0.85 0.94 0.40 5.87 0.89 0.32
Hex 98 17 9 0 55 5E 28 6 59 20
Octal 230 27 11 0 125 136 50 6 131 40
Binary 10011000 10111 1001 0 1010101 1011110 101000 110 1011001 100000

Color Harmonies of #981709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981709

Black with #981709

Text Example


Text Example

White with #981709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981709; }

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

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

background-color css

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

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

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

border-color css

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

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

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