#96160F

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

Shades of Falu Red #96160F

Tints of Falu Red #96160F

Color information

#96160F (or 0x96160F) is unknown color: approx Falu Red. HEX triplet: 96, 16 and 0F. RGB value is (150,22,15). Sum of RGB (Red+Green+Blue) = 150+22+15=187 (24% of max value = 765). Red value is 150 (58.98% from 255 or 80.21% from 187); Green value is 22 (8.98% from 255 or 11.76% from 187); Blue value is 15 (6.25% from 255 or 8.02% from 187); Max value from RGB is 150 - color contains mainly: red. Hex color #96160F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #96160F is #69E9F0. Grayscale: #3B3B3B. Windows color (decimal): -6941169 or 988822. OLE color: 988822.

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

Color convert

RGB1502215-
CMYK00.850.90.41
HSL3.11º81.82%32.35%-
HSV(B)3.11º90%58.82%-
XYZ12.957.091.14-
YUV59.47102.91192.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 80.21%
GREEN value IS 22 (8.98% from 255) = 11.76%
BLUE value IS 15 (6.25% from 255) = 8.02%
R=80.21%
G=11.76%
B=8.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.9
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150221500.850.90.413.1181.8232.35
Hex9616F0555A2935220
Octal2262617012513251312240
Binary10010110101101111010101011011010101001111010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96160F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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