#98120D

Color #98120D Dark Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Red #98120D

Tints of Dark Red #98120D

Color information

#98120D (or 0x98120D) is unknown color: approx Dark Red. HEX triplet: 98, 12 and 0D. RGB value is (152,18,13). Sum of RGB (Red+Green+Blue) = 152+18+13=183 (24% of max value = 765). Red value is 152 (59.77% from 255 or 83.06% from 183); Green value is 18 (7.42% from 255 or 9.84% from 183); Blue value is 13 (5.47% from 255 or 7.10% from 183); Max value from RGB is 152 - color contains mainly: red. Hex color #98120D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #98120D is #67EDF2. Grayscale: #393939. Windows color (decimal): -6811123 or 856728. OLE color: 856728.

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

Color convert

RGB1521813-
CMYK00.880.910.40
HSL2.16º84.24%32.35%-
HSV(B)2.16º91.45%59.61%-
XYZ13.247.141.06-
YUV57.5102.89195.41-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 83.06%
GREEN value IS 18 (7.42% from 255) = 9.84%
BLUE value IS 13 (5.47% from 255) = 7.10%
R=83.06%
G=9.84%
B=7.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.91
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152181300.880.910.402.1684.2432.35
Hex9812D0585B2825420
Octal2302215013013350212440
Binary10011000100101101010110001011011101000101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98120D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98120D; }

 p { color: rgb(152,18,13); }

 H1.HeaderClassName
 {
   color: #98120D;
 }
 .AnyTagClassName
 {
   color: #98120D;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #98120D;
 }
 .BgClassName
 {
   background-color: #98120D;
 }
</style>
border-color css

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

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

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