#96110B

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

Shades of Dark Red #96110B

Tints of Dark Red #96110B

Color information

#96110B (or 0x96110B) is unknown color: approx Dark Red. HEX triplet: 96, 11 and 0B. RGB value is (150,17,11). Sum of RGB (Red+Green+Blue) = 150+17+11=178 (23% of max value = 765). Red value is 150 (58.98% from 255 or 84.27% from 178); Green value is 17 (7.03% from 255 or 9.55% from 178); Blue value is 11 (4.69% from 255 or 6.18% from 178); Max value from RGB is 150 - color contains mainly: red. Hex color #96110B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #96110B is #69EEF4. Grayscale: #383838. Windows color (decimal): -6942453 or 725398. OLE color: 725398.

HSL color Cylindrical-coordinate representation of color #96110B: hue angle of 2.59º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #96110B is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB1501711-
CMYK00.890.930.41
HSL2.59º86.34%31.57%-
HSV(B)2.59º92.67%58.82%-
XYZ12.846.910.97-
YUV56.08102.56194.99-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 84.27%
GREEN value IS 17 (7.03% from 255) = 9.55%
BLUE value IS 11 (4.69% from 255) = 6.18%
R=84.27%
G=9.55%
B=6.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150171100.890.930.412.5986.3431.57
Hex9611B0595D2935620
Octal2262113013113551312640
Binary10010110100011011010110011011101101001111010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96110B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,17,11); }

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

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

 a { background-color: rgb(150,17,11); }

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

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

 span { border-color: rgb(150,17,11); }

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