Html Css Color HEX #981108 Dark Red

📋 copy color: '#981108'

red 152 ◦ green 17 ◦ blue 8

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

Shades of Dark Red #981108

Tints of Dark Red #981108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.52%

R = 85.88%
G = 9.6%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.95

 K value IS 0.40

RGB Variations

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

Color information

#981108 (or 0x981108) is known color: Dark Red. HEX triplet: 98, 11 and 08. RGB value is (152,17,8). Sum of RGB (Red+Green+Blue) = 152+17+8=177 (23% of max value = 765). Red value is 152 (59.77% from 255 or 85.88% from 177); Green value is 17 (7.03% from 255 or 9.60% from 177); Blue value is 8 (3.52% from 255 or 4.52% from 177); Max value from RGB is 152 - color contains mainly: red. Hex color #981108 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981108 is #67EEF7. Grayscale: #383838. Windows color (decimal): -6811384 or 528792. OLE color: 528792.

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

Color convert

RGB 152 17 8 -
CMYK 0 0.89 0.95 0.40
HSL 3.75º 0.9% 0.31% -
HSV(B) 3.75º 0.95% 0.6% -
XYZ 13.19 7.09 0.9 -
YUV 56.34 100.73 196.23 -
System Red Green Blue C M Y K H S L
Decimal 152 17 8 0 0.89 0.95 0.40 3.75 0.9 0.31
Hex 98 11 8 0 59 5F 28 4 5A 1F
Octal 230 21 10 0 131 137 50 4 132 37
Binary 10011000 10001 1000 0 1011001 1011111 101000 100 1011010 11111

Color Harmonies of #981108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981108

Black with #981108

Text Example


Text Example

White with #981108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981108; }

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

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

background-color css

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

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

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

border-color css

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

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

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