#98120B

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

Shades of Dark Red #98120B

Tints of Dark Red #98120B

Color information

#98120B (or 0x98120B) is unknown color: approx Dark Red. HEX triplet: 98, 12 and 0B. RGB value is (152,18,11). Sum of RGB (Red+Green+Blue) = 152+18+11=181 (23% of max value = 765). Red value is 152 (59.77% from 255 or 83.98% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 11 (4.69% from 255 or 6.08% from 181); Max value from RGB is 152 - color contains mainly: red. Hex color #98120B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #98120B is #67EDF4. Grayscale: #393939. Windows color (decimal): -6811125 or 725656. OLE color: 725656.

HSL color Cylindrical-coordinate representation of color #98120B: hue angle of 2.98º degrees, saturation: 0.87, 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 #98120B is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB1521811-
CMYK00.880.930.40
HSL2.98º86.5%31.96%-
HSV(B)2.98º92.76%59.61%-
XYZ13.237.131-
YUV57.27101.89195.57-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 83.98%
GREEN value IS 18 (7.42% from 255) = 9.94%
BLUE value IS 11 (4.69% from 255) = 6.08%
R=83.98%
G=9.94%
B=6.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152181100.880.930.402.9886.531.96
Hex9812B0585D2835720
Octal2302213013013550312740
Binary10011000100101011010110001011101101000111010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98120B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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