#96160E

Color #96160E Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #96160E

Tints of Falu Red #96160E

Color information

#96160E (or 0x96160E) is unknown color: approx Falu Red. HEX triplet: 96, 16 and 0E. RGB value is (150,22,14). Sum of RGB (Red+Green+Blue) = 150+22+14=186 (24% of max value = 765). Red value is 150 (58.98% from 255 or 80.65% from 186); Green value is 22 (8.98% from 255 or 11.83% from 186); Blue value is 14 (5.86% from 255 or 7.53% from 186); Max value from RGB is 150 - color contains mainly: red. Hex color #96160E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #96160E is #69E9F1. Grayscale: #3B3B3B. Windows color (decimal): -6941170 or 923286. OLE color: 923286.

HSL color Cylindrical-coordinate representation of color #96160E: hue angle of 3.53º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #96160E is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB1502214-
CMYK00.850.910.41
HSL3.53º82.93%32.16%-
HSV(B)3.53º90.67%58.82%-
XYZ12.947.091.1-
YUV59.36102.41192.65-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 80.65%
GREEN value IS 22 (8.98% from 255) = 11.83%
BLUE value IS 14 (5.86% from 255) = 7.53%
R=80.65%
G=11.83%
B=7.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150221400.850.910.413.5382.9332.16
Hex9616E0555B2945320
Octal2262616012513351412340
Binary100101101011011100101010110110111010011001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96160E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96160E; }

 p { color: rgb(150,22,14); }

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

<style>
 a { background-color: #96160E; }

 a { background-color: rgb(150,22,14); }

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

<style>
 span { border-color: #96160E; }

 span { border-color: rgb(150,22,14); }

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