#96140B

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

Shades of Dark Red #96140B

Tints of Dark Red #96140B

Color information

#96140B (or 0x96140B) is unknown color: approx Dark Red. HEX triplet: 96, 14 and 0B. RGB value is (150,20,11). Sum of RGB (Red+Green+Blue) = 150+20+11=181 (23% of max value = 765). Red value is 150 (58.98% from 255 or 82.87% from 181); Green value is 20 (8.20% from 255 or 11.05% from 181); Blue value is 11 (4.69% from 255 or 6.08% from 181); Max value from RGB is 150 - color contains mainly: red. Hex color #96140B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #96140B is #69EBF4. Grayscale: #3A3A3A. Windows color (decimal): -6941685 or 726166. OLE color: 726166.

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

Color convert

RGB1502011-
CMYK00.870.930.41
HSL3.88º86.34%31.57%-
HSV(B)3.88º92.67%58.82%-
XYZ12.897.010.99-
YUV57.84101.57193.73-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 82.87%
GREEN value IS 20 (8.20% from 255) = 11.05%
BLUE value IS 11 (4.69% from 255) = 6.08%
R=82.87%
G=11.05%
B=6.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150201100.870.930.413.8886.3431.57
Hex9614B0575D2945620
Octal2262413012713551412640
Binary100101101010010110101011110111011010011001010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96140B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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