Html Css Color HEX #981104 Dark Red

📋 copy color: '#981104'

red 152 ◦ green 17 ◦ blue 4

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

Shades of Dark Red #981104

Tints of Dark Red #981104

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.83%

 BLUE value IS 4 (1.95% from 255) = 2.31%

R = 87.86%
G = 9.83%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.97

 K value IS 0.40

RGB Variations

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

Color information

#981104 (or 0x981104) is known color: Dark Red. HEX triplet: 98, 11 and 04. RGB value is (152,17,4). Sum of RGB (Red+Green+Blue) = 152+17+4=173 (22% of max value = 765). Red value is 152 (59.77% from 255 or 87.86% from 173); Green value is 17 (7.03% from 255 or 9.83% from 173); Blue value is 4 (1.95% from 255 or 2.31% from 173); Max value from RGB is 152 - color contains mainly: red. Hex color #981104 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981104 is #67EEFB. Grayscale: #383838. Windows color (decimal): -6811388 or 266648. OLE color: 266648.

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

Color convert

RGB 152 17 4 -
CMYK 0 0.89 0.97 0.40
HSL 5.27º 0.95% 0.31% -
HSV(B) 5.27º 0.97% 0.6% -
XYZ 13.17 7.09 0.79 -
YUV 55.88 98.73 196.56 -
System Red Green Blue C M Y K H S L
Decimal 152 17 4 0 0.89 0.97 0.40 5.27 0.95 0.31
Hex 98 11 4 0 59 61 28 5 5F 1F
Octal 230 21 4 0 131 141 50 5 137 37
Binary 10011000 10001 100 0 1011001 1100001 101000 101 1011111 11111

Color Harmonies of #981104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981104

Black with #981104

Text Example


Text Example

White with #981104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981104; }

 p { color: rgb(152,17,4); }

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

background-color css

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

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

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

border-color css

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

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

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