Html Css Color HEX #98130C Dark Red

📋 copy color: '#98130C'

red 152 ◦ green 19 ◦ blue 12

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

Shades of Dark Red #98130C

Tints of Dark Red #98130C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.38%

 BLUE value IS 12 (5.08% from 255) = 6.56%

R = 83.06%
G = 10.38%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#98130C (or 0x98130C) is known color: Dark Red. HEX triplet: 98, 13 and 0C. RGB value is (152,19,12). Sum of RGB (Red+Green+Blue) = 152+19+12=183 (24% of max value = 765). Red value is 152 (59.77% from 255 or 83.06% from 183); Green value is 19 (7.81% from 255 or 10.38% from 183); Blue value is 12 (5.08% from 255 or 6.56% from 183); Max value from RGB is 152 - color contains mainly: red. Hex color #98130C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #98130C is #67ECF3. Grayscale: #3A3A3A. Windows color (decimal): -6810868 or 791448. OLE color: 791448.

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

Color convert

RGB 152 19 12 -
CMYK 0 0.87 0.92 0.40
HSL 0.85% 0.32% -
HSV(B) 0.92% 0.6% -
XYZ 13.25 7.17 1.03 -
YUV 57.97 102.06 195.07 -
System Red Green Blue C M Y K H S L
Decimal 152 19 12 0 0.87 0.92 0.40 3 0.85 0.32
Hex 98 13 C 0 57 5C 28 3 55 20
Octal 230 23 14 0 127 134 50 3 125 40
Binary 10011000 10011 1100 0 1010111 1011100 101000 11 1010101 100000

Color Harmonies of #98130C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98130C

Black with #98130C

Text Example


Text Example

White with #98130C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98130C; }

 p { color: rgb(152,19,12); }

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

background-color css

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

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

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

border-color css

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

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

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