Html Css Color HEX #98110A Dark Red

📋 copy color: '#98110A'

red 152 ◦ green 17 ◦ blue 10

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

Shades of Dark Red #98110A

Tints of Dark Red #98110A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.59%

R = 84.92%
G = 9.5%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#98110A (or 0x98110A) is known color: Dark Red. HEX triplet: 98, 11 and 0A. RGB value is (152,17,10). Sum of RGB (Red+Green+Blue) = 152+17+10=179 (23% of max value = 765). Red value is 152 (59.77% from 255 or 84.92% from 179); Green value is 17 (7.03% from 255 or 9.50% from 179); Blue value is 10 (4.30% from 255 or 5.59% from 179); Max value from RGB is 152 - color contains mainly: red. Hex color #98110A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #98110A is #67EEF5. Grayscale: #383838. Windows color (decimal): -6811382 or 659864. OLE color: 659864.

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

Color convert

RGB 152 17 10 -
CMYK 0 0.89 0.93 0.40
HSL 2.96º 0.88% 0.32% -
HSV(B) 2.96º 0.93% 0.6% -
XYZ 13.2 7.1 0.96 -
YUV 56.57 101.73 196.07 -
System Red Green Blue C M Y K H S L
Decimal 152 17 10 0 0.89 0.93 0.40 2.96 0.88 0.32
Hex 98 11 A 0 59 5D 28 3 58 20
Octal 230 21 12 0 131 135 50 3 130 40
Binary 10011000 10001 1010 0 1011001 1011101 101000 11 1011000 100000

Color Harmonies of #98110A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98110A

Black with #98110A

Text Example


Text Example

White with #98110A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98110A; }

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

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

background-color css

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

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

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

border-color css

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

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

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