#98100B

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

Shades of Dark Red #98100B

Tints of Dark Red #98100B

Color information

#98100B (or 0x98100B) is unknown color: approx Dark Red. HEX triplet: 98, 10 and 0B. RGB value is (152,16,11). Sum of RGB (Red+Green+Blue) = 152+16+11=179 (23% of max value = 765). Red value is 152 (59.77% from 255 or 84.92% from 179); Green value is 16 (6.64% from 255 or 8.94% from 179); Blue value is 11 (4.69% from 255 or 6.15% from 179); Max value from RGB is 152 - color contains mainly: red. Hex color #98100B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #98100B is #67EFF4. Grayscale: #383838. Windows color (decimal): -6811637 or 725144. OLE color: 725144.

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

Color convert

RGB1521611-
CMYK00.890.930.40
HSL2.13º86.5%31.96%-
HSV(B)2.13º92.76%59.61%-
XYZ13.197.070.99-
YUV56.09102.56196.41-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 84.92%
GREEN value IS 16 (6.64% from 255) = 8.94%
BLUE value IS 11 (4.69% from 255) = 6.15%
R=84.92%
G=8.94%
B=6.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152161100.890.930.402.1386.531.96
Hex9810B0595D2825720
Octal2302013013113550212740
Binary10011000100001011010110011011101101000101010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98100B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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