Html Css Color HEX #981010 Dark Red

📋 copy color: '#981010'

red 152 ◦ green 16 ◦ blue 16

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

Shades of Dark Red #981010

Tints of Dark Red #981010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.7%

R = 82.61%
G = 8.7%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#981010 (or 0x981010) is known color: Dark Red. HEX triplet: 98, 10 and 10. RGB value is (152,16,16). Sum of RGB (Red+Green+Blue) = 152+16+16=184 (24% of max value = 765). Red value is 152 (59.77% from 255 or 82.61% from 184); Green value is 16 (6.64% from 255 or 8.70% from 184); Blue value is 16 (6.64% from 255 or 8.70% from 184); Max value from RGB is 152 - color contains mainly: red. Hex color #981010 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981010 is #67EFEF. Grayscale: #383838. Windows color (decimal): -6811632 or 1052824. OLE color: 1052824.

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

Color convert

RGB 152 16 16 -
CMYK 0 0.89 0.89 0.40
HSL 0.81% 0.33% -
HSV(B) 0.89% 0.6% -
XYZ 13.23 7.08 1.16 -
YUV 56.66 105.06 196 -
System Red Green Blue C M Y K H S L
Decimal 152 16 16 0 0.89 0.89 0.40 0 0.81 0.33
Hex 98 10 10 0 59 59 28 0 51 21
Octal 230 20 20 0 131 131 50 0 121 41
Binary 10011000 10000 10000 0 1011001 1011001 101000 0 1010001 100001

Color Harmonies of #981010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981010

Black with #981010

Text Example


Text Example

White with #981010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981010; }

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

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

background-color css

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

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

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

border-color css

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

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

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